// JavaScript Document
function leesmeer(object) {
	document.getElementById(object).style.display = "inline";
	document.getElementById(object + '_lnk').style.display = "none";
}
function setDiscl() {
	discl.style.pixelTop = document.body.scrollTop + document.body.clientHeight - 20;
}

function MM_openBrWindow(theURL,winName,hoogte,breedte,scrolls) { //v2.0
var tmp = 'width='+ breedte + ',height='+ hoogte + ',scrollbars=' + scrolls +',toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no';
theURL = "form.php?" + theURL; 
window.open(theURL,winName,tmp);
}
function foto(theURL,winName,hoogte,breedte,scrolls) { //v2.0
var tmp = 'width='+ breedte + ',height='+ hoogte + ',scrollbars=' + scrolls +',toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no';
window.open(theURL,winName,tmp);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
