function openDebugWin(){ try{ var debugWinFeatures = "dialogHeight:442px;\ dialogWidth:750px;\ dialogTop:10px;\ dialogLeft:10px;\ center:no;\ status:no;\ scroll:no;\ resizable:no;"; debugWin=window.showModelessDialog("/site/debug/debug.asp?sessionLogName="+sessionLogName+"&random="+Math.random(),self,debugWinFeatures); }catch(e){} } document.onkeyup = function() { //F9 if(event.keyCode==120) openDebugWin(); } window.onhelp=function() { return false; }