function c2(){
	return false; 
}

document.oncontextmenu=c2;
document.ondragstart=c2;
document.onselectstart=c2;