var NewWindow;
function targetBlank (url) {
  blankWin = window.open(url,'_blank','menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');
}
function popup(file,width,height,left,top) {
	if(NewWindow != null) NewWindow.close();
	NewWindow=window.open('lab.php?file='+file+'&width='+width+'&height='+height+'','thelab','width='+width+',height='+height+',left='+left+',top='+top+',toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus();
}
function setLiveFooter(lang){
	footer = document.getElementById('livefooter');
	
	if(lang == 'nl'){
		footer.innerHTML  = '	<div id="vacature">';
		footer.innerHTML += '		<a href="http://www.nuformer.com/about_nl.html" target="_blank">About this site</a> - <a href="http://www.nuformer.nl/vac"  target="_blank">Vacatures</a>';
		footer.innerHTML += '	</div>';
		footer.innerHTML += '	<div id="footerfoot">';
		footer.innerHTML += '		NuFormer Digital Media | Vrijpoortje 2 | 4301 JE Zierikzee | The Netherlands | T: +31 111 695 035 | F: +31 111 695 034 <br/> E: <a href="mailto:info@nuformer.nl">info@nuformer.nl</a> | KvK 220.37.247 | <a href="http://www.nuformer.nl/av.pdf" target="_blank">Algemene voorwaarden</a> | &copy; 2007 2008 NuFormer Digital Media';
		footer.innerHTML += '	</div>';
	} else {
		footer.innerHTML  = '	<div id="vacature">';
		footer.innerHTML += '		<a href="http://www.nuformer.com/about_en.html" target="_blank">About this site</a>';
		footer.innerHTML += '	</div>';
		footer.innerHTML += '	<div id="footerfoot">';
		footer.innerHTML += '		NuFormer Digital Media | Vrijpoortje 2 | 4301 JE Zierikzee | The Netherlands | T: +31 111 695 035 | F: +31 111 695 034 <br/> E: <a href="mailto:info@nuformer.nl">info@nuformer.nl</a> | KvK 220.37.247 | <a href="http://www.nuformer.nl/tc.pdf" target="_blank">Terms and conditions</a> | &copy; 2007 2008 NuFormer Digital Media';
		footer.innerHTML += '	</div>';
	}
}