-澳门凯发
��function key_sel(){
if(event.keycode==114){;event.keycode=0;event.returnvalue=false;}
if(event.keycode==116){event.keycode=0;event.returnvalue=false;}
}
function show_澳门凯发 copyright(){
showmodaldialog('xinxin.htm','','status:0;help:0;dialogwidth:400px;dialogheight:180px;center:yes')
}
if (window.event)
document.captureevents(event.mouseup);
function nocontextmenu()
{
event.cancelbubble = true
event.returnvalue = false;
return false;
}
function norightclick(e)
{
if (window.event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelbubble = true
event.returnvalue = false;
return false;
}
}
function runprint(){
if(print_menu.style.display=='none'){
print_menu.style.display='';
print_menu.filters.alpha.opacity=0
showit();
}else{
print_menu.style.display=='none';
}
}
function showit()
{
if (print_menu.filters.alpha.opacity<100)
{
print_menu.filters.alpha.opacity =10
tfadewaiting=settimeout("showit()",20);
}else
{
cleartimeout;
}
}
function hideprint(){
print_menu.style.display='none';
}
document.oncontextmenu = nocontextmenu; // for ie5
document.onmousedown = norightclick; // for all others