function popup(url)
{
  Iwindow = window.open(url, 'Main', 'toolbar=0,width=400,height=350,menubar=0,resizable=1');
  Iwindow.focus();
}

