/*  Webmaster : KHOUMA Papa Masse Sy  */


function forbidClic ()
{
alert('DMB TECHNOLOGIE : clic droit interdit !'); 
return false;
}


function forbidCopy()
{

return false;

}

function reEnable()
{
return true

}

document.onselectstart=new Function ("return false")
 
if (window.start)
{
document.onmousedown=forbidCopy
document.onmouseover=forbidCopy
document.onclick=reEnable
document.ondblclick=forbidCopy
}

if ( window)

{
document.oncontextmenu=forbidClic
document.onselect=forbidCopy
document.onselect=forbidClic
}

function NoError()
	{
	return true;
	}
window.onerror=NoError;

function VersionNavigateur(Netscape, Explorer) 
{
if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') || 
(navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
return true;
else return false;
}

function keypressed() 

{
}
document.onkeydown=keypressed;
