<!-- Begin
	if (screen.height >= 1024) {
		document.write('<style type="text/css"> #menu_taal {background: url("en_b_w_1024.jpg");} #menu_taal:hover {background: url("en_1024.jpg");}</style>');
	}
	else{
		if (screen.height >= 768) {
			document.write('<style type="text/css"> #menu_taal {background: url("en_b_w_768.jpg");} #menu_taal:hover {background: url("en_768.jpg");}</style>');
		}
		else {
			if (screen.height >= 600) {
				document.write('<style type="text/css"> #menu_taal {background: url("en_b_w_600.jpg");} #menu_taal:hover {background: url("en_600.jpg");}</style>');
	
			}
		}
	}
//  End -->
