function openwin(the_file, name, width, height){window.open(the_file, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no, width=' + width + ',height=601' + height);}function opencertificate(the_file, name, width, height){window.open(the_file, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no, width=' + width + ',height=601' + height);}function openmap(the_file, name, width, height){window.open(the_file, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no, width=' + width + ',height=446' + height);}function openwinall(the_file, name, width, height){window.open(the_file, name, 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=' + width + ',height=' + height);}function openwinresize(the_file, name, width, height){window.open(the_file, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=' + width + ',height=' + height);}function openwinscroll(the_file, name, width, height){window.open(the_file, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500' + width + ',height=500' + height);}function microsoftKeyPress() {    if (window.event.keyCode == 27)        window.close();}window.status = "";function DoWin(URL,w,h){	 var newWindow = window.open(URL,'top10',"resizable=no,width=" + w + ",height=" + h + ",scrollbars=1,alwaysRaised=yes,top=50,left=50")}