function onselect()
{
	return false
}
document.onselectstart=onselect;
document.onpaste=onselect; 
document.oncopy=onselect;
document.oncut=onselect;
function ss()
{

	return false;
}
document.oncontextmenu=ss;
