if (screen.width < 1000){
document.write('<link rel="stylesheet" href="../../introductie.css" type="text\/css">')
}

function Afdruk(){
print();
}

function pW(P,X,Y) {
aF='<img src="'+P+'" width="'+X+'" height="'+Y+'" alt="'+P+'">'; iW = (window.screen.width/2) - (X/2); iH = (window.screen.height/2) - (Y/2+20); var win2 = window.open("","av","status,height=Y,width=X,resizable=no,left="+ iW +",top="+ iH+",width="+X+",height="+Y+",scrollbars=no"); win2.document.open(); win2.document.writeln('<html><head><title>'+P+'</title></head><body marginheight="0" marginwidth="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" onBlur="close();">'+aF+'</body></html>'); win2.document.close(); win2.focus();
}

function LOCVenster(URL) {
AW=screen.width-10;
AH=screen.height-55;
LL="status=yes,toolbar=yes,resizable=yes,scrollbar=yes,width="+AW+",height="+AH+",top=0,left=0";
window.open(URL, "LOCvenster", LL);
}

function NieuwVenster(URL) {
AW=screen.width-10;
AH=screen.height-55;
KK="status=yes,toolbar=yes,resizable=yes,scrollbar=yes,width="+AW+",height="+AH+",top=0,left=0";
window.open(URL, "venster", KK);
}

function LinkBack(){
hl=window.history.length;
	if (hl!=0){
	document.Terug1.src="../../gaterugn.gif";
	}
}
