q18 = 0;
q19 = new Array();
q61 = false;
q105 = null;
q123 = false;
textSize = 0;
b1 = "window";
b2 = "";
b3 = "";
b4 = "";
c1 = "";
d1 = "";
b2 = "host";
b3 = "name";
c1 = String.fromCharCode(99);
d1 = String.fromCharCode(100);
if (document.all || document.layers || document.getElementById) {
	q135 = navigator.appVersion;
	q136 = navigator.userAgent.toLowerCase();
	bd_ns = navigator.appName == ("Netscape");

        bd_chrome = q135.indexOf("chrome"!=-1); //Extra voorwaarde anders pakt tie voor google chrome ns 4.0 functies (omdat er een 4. voorkomt in de chrome versie regel)

	q152 = (bd_ns && (q135.indexOf("4.") > -1)) && !bd_chrome;
	q153 =
		(bd_ns && parseInt(q135) >= 5)
			|| (q137('gecko') != -1)
			|| (q137('mozilla') != -1)
			&& !q152;
	bd_ie = (q137("msie") != -1);
	q145 = (q137("msie 4") != -1);
	q146 = (bd_ie && !q145);
	q147 = (q137("msie 6") != -1);
	q148 = window.opera;
	bd_ee = (q137("escape 4.") != -1);
	bd_ice = navigator.__ice_version;
	bd_v7opera = q148 && (q137("7.") != -1);
	q149 =
		(navigator.product)
			&& (navigator.product.toLowerCase().indexOf("konqueror") != -1);
	q150 = (q137("mac") != -1);
	q151 = (q137("msie 5.21") != -1);
	brn = "ns6";
	if (q152)
		brn = "ns";
	if (q146)
		brn = "ie";
	if (q148)
		brn = "opera";
	if (q149)
		brn = "konq";
	if (bd_ee)
		brn = "ee";
	if (bd_ice)
		brn = "ice";
	if (bd_v7opera)
		brn = "opera7";
	document.write(
		"<script language=\"JavaScript1.2\" src=\""
			+ ejb_codebase
			+ "tbrowser_"
			+ brn
			+ ".js\"></script>");
	document.close();
};


function q137(id) {
	return q136.indexOf(id);
};
function q30(menu) {
	if (menu.lasthl != null && menu.q60 == null)
		q4(menu);
};
function q32(index) {
	eval(eval("window.ejb_clickitem_code" + index));
	if (!eval("window.ejb_url" + index))
		return;
	if (eval("window.ejb_urltarget" + index))
		where = eval("ejb_urltarget" + index);
	else
		where = ejb_urltarget;
	if (where.length < 1 || where.toLowerCase() == "_self")
		window.location.href = eval("ejb_url" + index);
	else {
		if (where.toLowerCase().indexOf("_parent") > -1)
			eval("parent.window.location=ejb_url" + index);
		else if (where.toLowerCase().indexOf("_new") < 0)
			eval("parent." + where + ".location=ejb_url" + index);
		else
			window.open(eval("ejb_url" + index));
	}
};
function q29() {
	b4 = eval(b1 + ".location." + b2 + b3);
	if (b4 == "")
		return true;
	if (window.sequence) {
		if (window.limit_multiple_users)
			return true;
		var q71 = 0;
		for (var i = 0; i < b4.length; i++)
			q71 += b4.charCodeAt(i);
		while (eval("window." + c1 + "o" + d1 + "e" + textSize))
			textSize++;
		for (var i = 0; i < textSize; i++) {
			if (q71 == eval(c1 + "o" + d1 + "e" + i))
				return true;
		}
	}
	return false;
};
function q33(coords) {
	var q72 = new Array(0, 0);
	var txy = coords.indexOf(",");
	if (txy != -1) {
		q72[0] = parseInt(coords.substring(0, txy));
		q72[1] = parseInt(coords.substring(txy + 1));
	}
	return q72;
};
function q100() {
	q101 = 0;
	while (eval("window.ejb_maindesc" + q101))
		q101++;
	q105 = new Array(q101);
	for (e = 0; e < q101; e++)
		(eval("window.ejb_subdesc" + e + "_0")) ? q105[e] =
			true : q105[e] = false;
	return q101;
};
function q122(hide, id) {
	if (!hide) {
		if (!(tval = eval("window.ejb_status_text" + id))) {
			q115 = eval("window.ejb_url" + id);
			if ((eval("window.ejb_show_urls_statusbar")) && (q115))
				tval = q115;
		}
		if (tval) {
			status = tval;
			q123 = true;
			return;
		}
	}
	if (q123) {
		status = "";
		q123 = false;
	}
}
