function ShowWindow(strUrl) { window.open(strUrl, "", "location=no,toolbar=no,menubar=yes,status=no,scrollbars=yes,resizable=yes,top=0,left=0,width=792,height=500"); } function ShowWindow2(strUrl) { window.open(strUrl, "", "location=no,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,top=10,left=10,width=770,height=540"); }