function printpage(url){
   myWindow = window.open( url, "theWindow", "toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,status=yes,location=yes,left=50,screenX=50,top=50,screenY=50,width=576,height=400");
   myWindow.focus();
}