     NS4 = (document.layers);     IE4 = (document.all);    ver4 = (NS4 || IE4);	 IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);   isMac = (navigator.appVersion.indexOf("Mac") != -1);  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));function popUp(){return};function popDown(){return};if (!ver4) event=null;if (isMenu) {	menuVersion = 3;	menuWidth = 120;	childOverlap = 20;	childOffset = 5;	perCentOver = null;	secondsVisible = .5;	fntCol = "#000000";	fntSiz = "8.0";	fntBold = false;	fntItal = false;	fntFam = "Verdana,Arial,sans-serif";	backCol = "#CCCCCC";	overCol = "#7E0000";	overFnt = "#FFFFFF";	borWid = 1;	borCol = "#333333";	borSty = "solid";	itemPad = 1;	imgSrc = "http://www.roberto-webdesign.nl/js/tri.gif";	imgSiz = 10;	separator = 3;	separatorCol = "#7E0000";	isFrames = false;	keepHilite = true; 	clickStart = false;	clickKill = false;	}//Disable select-text script (IE4+, NS6+)function disableselect(e){return false}function reEnable(){return true}//if IE4+document.onselectstart=new Function ("return false")//if NS6if (window.sidebar){document.onmousedown=disableselectdocument.onclick=reEnable}//Disable right mouse click Scriptvar message="Function Disabled!";///////////////////////////////////function clickIE() {if (document.all) {alert(message);return false;}}function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {if (e.which==2||e.which==3) {alert(message);return false;}}}if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}document.oncontextmenu=new Function("return false")