function br_check() {
	var b = navigator.appName.toLowerCase();
	var v = navigator.appVersion.substr(0,1);
	if (b == "netscape" && v >= 5) {
		this.moz = true;
	} else if (b == "microsoft internet explorer") {
		this.ie = true;
	} else {
		this.bad = true;
	}
}
br = new br_check();

if (!br.bad) {
	if (br.moz) {
		var l = 946;
		var h = 152;
	} else {
		var l = 944;
		var h = 150;
	}
	document.write("<div id='sidebar' style='position:absolute; top:129px; left:795px; width:15; height:150px; z-index:0; border-style: solid; border-width: 1px;'>");
	document.write("<a onclick='m_o(\"sidemenu\");m_o(\"sidebar2\");m_c(\"sidebar\");'><img src='img/c/sidebar.gif' width='15' height='150' border='0' alt='Klik om opties te tonen'></a>");
	document.write("</div>");
	document.write("<div id='sidebar2' style='position:absolute; top:129px; left:" + l + "px; width:15; height:" + h + "px; z-index:0; border-style: solid; border-width: 1px; visibility: hidden;'>");
	document.write("<a onclick='m_o(\"sidebar\");m_c(\"sidemenu\");m_c(\"sidebar2\");'><img src='img/c/sidebar2.gif' width='15' height='" + h + "' border='0' alt='Klik om opties te verbergen'></a>");
	document.write("</div>");
}