function mypopup(url)
 {
        mywindow = window.open (url,"mywindow","scrollbars=yes,width=700,height=600");
	mywindow.focus();

 } 


