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("Sorry, you do not have permission to right click.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

function doChallengeResponse() {
	str = document.login2.username.value + ':' +
	document.login2.password.value + ':' +
	document.login2.challenge.value;
	document.login2.response.value = MD5(str);
	document.login2.password.value = '';
	document.logintrue2.username.value = document.login2.username.value;
	document.logintrue2.response.value = MD5(str);
	document.logintrue2.submit();
	return false;
	}

	var stelobj = {"tpl_root":".\/inc\/templates\/","pic_root":".\/images\/","cla_root":".\/inc\/classes\/","css_root":".\/inc\/styles\/","__meta":{"tpl_root":"string","pic_root":"string","cla_root":"string","css_root":"string"},"__size":4,"__class":"stelling","__url":"\/index.php?menu=nl\/contact","__uid":"fd76937bf29d6bce7422bbeff7bf68bb","__output":null,"__timeout":null,"__clone":function(obj){xoad.clone(this,obj)},"__serialize":function(){return xoad.serialize(this)},"catchEvent":function(){return xoad.catchEvent(this,arguments)},"ignoreEvent":function(){return xoad.ignoreEvent(this,arguments)},"postEvent":function(){return xoad.postEvent(this,arguments)},"fetchOutput":function(){return this.__output},"setTimeout":function(miliseconds){this.__timeout=miliseconds},"getTimeout":function(){return this.__timeout},"clearTimeout":function(){this.__timeout=null},"bijwerken_stelling":function(){return xoad.call(this,"bijwerken_stelling",arguments)}};
