function pop(url, name, w, h)
{
//#  toolbar=0;
//#  menubar=0;
//#  statusbar=0;
//#  scrollbar=0;
//#  resizable=0;
//#  toolbar_str = toolbar ? 'yes' : 'no';
//#  menubar_str = menubar ? 'yes' : 'no';
//#  statusbar_str = statusbar ? 'yes' : 'no';
//#  scrollbar_str = scrollbar ? 'yes' : 'no';
//#  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left=50,top=50,width='+w+',height='+h+',toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no');
}
