function openWin(URL, winName, Width, Height) { var window_left = (screen.width-Width)/2; var window_top = (screen.height-Height)/2; new_win = window.open(URL , winName,'menubar=no, resizable=no, status=no, scrollbars=no,location=no, width=' + Width + ', height=' + Height + ' , top=' + window_top + ',left=' + window_left + ''); } document.write("" + "" + "" + "" + "" + "" + "
 " + " " + "" + "" + "" + "" + "" + "" + "
");