<!--
function copyright(e)
{ return false; }

function bien()
{return true;}

document.onselectstart=new Function ("return false");

if (window.sidebar)
{
document.onmousedown=copyright;
document.onclick=bien;
}
//-->

	 

