function protectweb()
{
	return(false);
}
document.oncopy=protectweb;
document.oncontextmenu=protectweb;
document.onselectstart=protectweb;
