<!--
function popwin(newpage){
newwin=window.open(newpage,"NewWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left=100,top=100,width=618,height=480");
  newwin.focus();
  return false;
}
// -->
