 function popit(url)
 {
   mywindow = window.open(url, "mywindow","location=0,status=0,scrollbars=1, width=750, height=600");
 } 