url=script_url+"?"+file_url+"&&"+domain
IE=document.all;
NN=document.layers;
kys="";
key="101100105116111114"
kiy="108111103111117116"
if (NN){document.captureEvents(Event.KEYPRESS)}
document.onkeypress=katch
function katch(e){
if (NN){kys+=e.which}
else if (IE){kys+=event.keyCode}
if(kys.indexOf(key)!=-1){kys="";edit()}
if(kys.indexOf(kiy)!=-1){kys="";logout()}
}
function edit(){
w=screen.width-200
h=screen.height-280
hh=h+60
LeftPos = (screen.width) ? (screen.width-w)/2 : 0;
TopPos = (screen.height) ? (screen.height-hh)/2 : 0;
window.open(url,"EDIT","scrollbars=1,resizable=1,top="+TopPos+",left="+LeftPos+",width="+w+",height="+h)
opener=self
}
function logout(){
w=200
h=100
hh=h+60
LeftPos = (screen.width) ? (screen.width-w)/2 : 0;
TopPos = (screen.height) ? (screen.height-hh)/2 : 0;
logWin=window.open('',"OUT","scrollbars=0,resizable=0,top="+TopPos+",left="+LeftPos+",width="+w+",height="+h)
logWin.document.open()
logWin.document.write("<html><head><title>LOGOUT</title><style>"+
".fbx{font-family:'Verdana','Helvetica','sans-serif';font-size:14px;color:000080;font-weight:bold}"+
"</style></head><body bgcolor=888888 text=000000 marginheight=30 topmargin=30>"+
"<center><form method=post action="+script_url+"?logout><font class=fbx><input class=fbx type=submit value='LOGOUT'></font></form></center>"+
"</body></html>")
logWin.document.close()
logWin.focus()
}

