   function popup(url)
   {
     window.open(url,'','width=600,height=450,scrollbars=yes');
   }

