function popup(popurl) {

     window.open(popurl, "", "resizable=1, height=600, width=780");

   } 
