//
// We are terribly sorry, your browser seems not able to support the newest JavaScript.
//
// Therefore, we strongly advise you to download a browser upgrade at:
// http://www.netscape.com
// http://www.microsoft.com
//
// After that, you will be able to see the contents of this website and many others.
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//copyhd.js - (c) Copyrights Postmaster@Consultancy.Net

function right(e)
{
	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
	{
	return false;
	}
	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
	{
		alert("Copyrights/Auteursrecht Postmaster@Consultancy.Net");
		return false;
	}
	return true;
}

document.onmousedown=right;
if (document.layers) 
{
	window.captureEvents(Event.mousedown);
}
window.onmousedown=right;

//copyhd.js - (c) Copyrights Postmaster@Consultancy.Net
