 <SCRIPT language=javascript> 
<!-- 
function  document.body.oncontextmenudo()
 {
 //	return true;
 }
 
  
 
function  document.body.ondragstartdo()
{
//	return true;
}

function  document.body.onselectstart() 
{
//	return true;
}

function  document.body.onselect()
{
//	document.selection.empty();
}

function  document.body.oncopy()
{
//	document.selection.empty();
}

function  document.body.onbeforecopy()
{
//	return true;
}

function  document.body.onmouseup()
{
//	document.selection.empty();
}
//--> 
</SCRIPT>