document.onkeydown=function(){if((window.event&&window.event.keyCode==80)||((event.ctrlKey))){event.keyCode=0;event.returnValue=!1;return!1}}