function liover(id) {
	if (id=='img9_4c99_0') {
		img9_4c99_0_n=new Image(); img9_4c99_0_n.src = "typo3temp/menu/3189149e85.png"; 
		document.getElementById(id).src=img9_4c99_0_n.src;
	}
	if (id=='img9_4c99_0_h') {
		img9_4c99_0_h=new Image(); img9_4c99_0_h.src = "typo3temp/menu/292b348c16.png"; 
		document.getElementById(id).src=img9_4c99_0_h.src;
	}
	if (id=='img8_4c99_1_n') {
		img8_4c99_1_n=new Image(); img8_4c99_1_n.src = "typo3temp/menu/e9122f7672.png"; 
		document.getElementById(id).src=img8_4c99_1_n.src;
	}
	if (id=='img8_4c99_1_h') {
		img8_4c99_1_h=new Image(); img8_4c99_1_h.src = "typo3temp/menu/a569137914.png"; 
		document.getElementById(id).src=img8_4c99_1_h.src;
	}
	if (id=='img7_4c99_2_n') {
		img7_4c99_2_n=new Image(); img7_4c99_2_n.src = "typo3temp/menu/f91993fe9b.png"; 
		document.getElementById(id).src=img7_4c99_2_n.src;
	}
	if (id=='img7_4c99_2_h') {
		img7_4c99_2_h=new Image(); img7_4c99_2_h.src = "typo3temp/menu/f91993fe9b.png"; 
		document.getElementById(id).src=img7_4c99_2_h.src;
	}
	if (id=='img6_4c99_3_n') {
		img6_4c99_3_n=new Image(); img6_4c99_3_n.src = "typo3temp/menu/f58ae71271.png"; 
		document.getElementById(id).src=img6_4c99_3_n.src;
	}
	if (id=='img6_4c99_3_h') {
		img6_4c99_3_h=new Image(); img6_4c99_3_h.src = "typo3temp/menu/73a89ff18c.png"; 
		document.getElementById(id).src=img6_4c99_3_h.src;
	}
	if (id=='img5_4c99_4_n') {
		img5_4c99_4_n=new Image(); img5_4c99_4_n.src = "typo3temp/menu/4a4f10e2fb.png"; 
		document.getElementById(id).src=img5_4c99_4_n.src;
	}
	if (id=='img5_4c99_4_h') {
		img5_4c99_4_h=new Image(); img5_4c99_4_h.src = "typo3temp/menu/20494daffc.png"; 
		document.getElementById(id).src=img5_4c99_4_h.src;
	}
	if (id=='img4_4c99_5_n') {
		img4_4c99_5_n=new Image(); img4_4c99_5_n.src = "typo3temp/menu/74da7fd43a.png"; 
		document.getElementById(id).src=img4_4c99_5_n.src;
	}
	if (id=='img4_4c99_5_h') {
		img4_4c99_5_h=new Image(); img4_4c99_5_h.src = "typo3temp/menu/4978ad85ee.png"; 
		document.getElementById(id).src=img4_4c99_5_h.src;
	}
	if (id=='img3_4c99_6_n') {
		img3_4c99_6_n=new Image(); img3_4c99_6_n.src = "typo3temp/menu/d7b585dc1e.png"; 
		document.getElementById(id).src=img3_4c99_6_n.src;
	}
	if (id=='img3_4c99_6_h') {
		img3_4c99_6_h=new Image(); img3_4c99_6_h.src = "typo3temp/menu/039fdd2fed.png";
		document.getElementById(id).src=img3_4c99_6_h.src;
	}
	
	
}
 function arata(id) {
	x = document.getElementById('tari').getElementsByTagName('div');
	
	for (var i=0;i<x.length;i++) {
		x[i].className = 'ascuns';
	}
	
	id.parentNode.getElementsByTagName('div')[0].className = '';
 }

 
 function resize_logo() {
	
 }
 
 function show(id) {
	document.getElementById('brochure').style.display = 'none';
	document.getElementById('informatie').style.display = 'none';
	
	document.getElementById(id).style.display = 'block';
 }

function SendContact() {
	var name = document.form1.naam.value;
	var email = document.form1.email.value;
	var telefoonnummer = document.form1.telefoonnummer.value;
	var adres = document.form1.adres.value;
	var postcode = document.form1.postcode.value;
	var plaats = document.form1.plaats.value;
	var land = document.form1.land.value;
	
	var k = 1; var er ='';
	if (name=='') { k=0; er=er+'Please type in the name \n'; }
	if (email=='') { k=0; er=er+'Please type in the email \n'; }
	if (telefoonnummer=='') { k=0; er=er+'Please type in the telefoonnummer \n'; }
	if (adres=='') { k=0; er=er+'Please type in the adres \n'; }
	if (postcode=='') { k=0; er=er+'Please type in the postcode \n'; }
	if (plaats=='') { k=0; er=er+'Please type in the plaats \n'; }
	if (land=='') { k=0; er=er+'Please type in the land \n'; }
	
	if (k==0) {
		alert(er);
	} else {
		document.form1.submit();
	}
}

function SendContact2() {
	var name = document.form2.naam.value;
	var email = document.form2.email.value;
	var vraag = document.form2.vraag.value;
	
	var k = 1; var er ='';
	if (name=='') { k=0; er=er+'Please type in the name \n'; }
	if (email=='') { k=0; er=er+'Please type in the email \n'; }
	if (vraag=='') { k=0; er=er+'Please type in the vraag \n'; }
	
	if (k==0) {
		alert(er);
	} else {
		document.form2.submit();
	}
}

function PopUp(file,w,h) {
	window.open (file, 'imagewindow', config='height='+h+',width='+w+', toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no');
}
