// JavaScript Document
function janee(bericht, url){
	if(confirm(bericht)) location.href = url;
}
function print_page(){
	print();
}
function email(emailadres){
	window.open('http://www.mtcoutdooreurope.nl/tell_a_friend/','MTC','height=460,width=600');
	
	/*
	switch (emailadres){
		case 1:
		adres = 'antoinettevanalphen@mtcoutdooreurope.nl';
		break;
		case 2:
		adres = 'info@mtcoutdooreurope.nl';
		break;
		case 3:
		adres = 'landgoedleherou@mtcoutdooreurope.nl';
		break;
	}
	document.location.href='mailto:' +adres;
	*/
}
function disclaimer(){
	window.open('http://www.mtcoutdooreurope.nl/disclaimer/','MTC','width=500,height=480,menubar=no,status=yes,location=no,toolbar=no,scrollbars=yes');
}