 function popup(url)
 {
   mywindow = window.open (url,'','top=130px,left=380px,width=450px,height=400px,resizable=yes,location=no,toolbar=no,scrollbars=no');
 }
