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

