function click(){
return false
}
document.oncontextmenu=click;
document.onselectstart=click
document.ondragstart=click;




