function switchImage(url, linker){
	document.the_image.src=url;
	for(i=0;i<document.links.length;i++){
		if(document.links[i].id=='the_link'){
			document.links[i].href=("javascript:showPic('"+linker+"','640','480');");
		}
	}
}

function zoek(){
	if(document.getElementById('search').style.display=='none'){
		document.getElementById('search').style.display='block';
		document.getElementById('searchsimpel').style.display='none';
		document.getElementById('nieuws').style.display='none';
	}
	else {
		document.getElementById('search').style.display='none';
		document.getElementById('searchsimpel').style.display='block';
		document.getElementById('nieuws').style.display='block';
	}
}

var showWin = null;
function showPic(pic,wi,hi) {
	if(showWin != null) {
		if(!showWin.closed) {
			showWin.close();
		}
		showWin = window.open("",'window','toolbar=0,location=0,top=0,left=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width='+wi+',height='+hi+',dependant=yes');
		showWin.document.open();
		showWin.document.clear();
		showWin.document.close();
		showWin.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
		showWin.document.write('<html>');
		showWin.document.write('<head>');
		showWin.document.write('	<title>'+pic+'</title>');
		showWin.document.write('	<META name="publisher" content="http://www.dqd.nl">');
		showWin.document.write('	<META name="charset" content="ISO-8859-1">');
		showWin.document.write('	<META name="copyright" content="© 2003 Digital Quality Design">');
		showWin.document.write('</head>');
		showWin.document.write('<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" onClick="window.close()" onBlur="window.close()">');
		showWin.document.write('<img src="http://www.eurobilien.de/'+pic+'" border="0">');
		showWin.document.write('</body>');
		showWin.document.write('</html>');
		showWin.focus();
	}
	if (showWin == null) {
		showWin = window.open("",'window','toolbar=0,location=0,top=0,left=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width='+wi+',height='+hi+',dependant=yes');
		showWin.document.open();
		showWin.document.clear();
		showWin.document.close();
		showWin.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
		showWin.document.write('<html>');
		showWin.document.write('<head>');
		showWin.document.write('	<title>'+pic+'</title>');
		showWin.document.write('	<META name="publisher" content="http://www.dqd.nl">');
		showWin.document.write('	<META name="charset" content="ISO-8859-1">');
		showWin.document.write('	<META name="copyright" content="© 2003 Digital Quality Design">');
		showWin.document.write('</head>');
		showWin.document.write('<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" onClick="window.close()" onBlur="window.close()">');
		showWin.document.write('<img src="http://www.eurobilien.de/'+pic+'" border="0">');
		showWin.document.write('</body>');
		showWin.document.write('</html>');
		showWin.focus();
	}
}
