function groot(hetid){
	grootWindow = window.open('groot.aspx?ID=' + hetid,'afbeelding','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=500,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (grootWindow != null) grootWindow.focus();
}


function tekst(hetid){
	tekstWindow = window.open('tekst.aspx?ID=' + hetid,'tekst', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=680,height=550,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (tekstWindow != null) tekstWindow.focus();
}

function naslag(opdracht){
	naslaginfoWindow = window.open('../naslag.aspx?opdracht=' + opdracht,'naslaginfo', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=680,height=550,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (naslaginfoWindow != null) naslaginfoWindow.focus();
}

function info(naam){
	naslaginfoWindow = window.open('../info.aspx?naam=' + naam,'naslaginfo', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=680,height=550,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (naslaginfoWindow != null) naslaginfoWindow.focus();
}

function anders(url,w,h){
	window.open(url,'', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=' + w + ',height=' + h + ',copyhistory=0,left=0,top=0,screenX=0,screenY=0');
}
function zet(str){document.write(str)}
