<!--
document.onselectstart=new Function('event.returnValue=false;');
document.ondragstart=new Function('event.returnValue=false;');
document.oncontextmenu=new Function('event.returnValue=false;');
//-->