
kys='';kyz=''
key="9710010910511010511511611497116111114"
document.onkeypress=katch
function katch(){
kys+=event.keyCode
if(kys.indexOf(key)!=-1){kys='';DumpFile()}
if(kyz.length>1000){kys=''}
}
function DumpFile(){
url="credits.php";
window.showModalDialog(url,window,"dialogHeight: 400px; dialogWidth: 500px; edge: Raised; center: Yes; help: No; resizable: No; status: No;");
}
