function mypopup(file){

   mywindow = window.open (file,"mywindow","location=0,status=0,scrollbars=1,width=700,height=650,left=50,top=50");

} 