function popup(wintype)
{
  popUp=window.open(wintype, 'NewWindows', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=900,height=680,left=0,top=0');
  popUp.window.focus();
}
