/** Belongs to www.totaalvakantie.nl **/
/** Sliced by CE3C - www.ce3c.be **/

document.write('<style type="text/css">div#rightside dd .round2 {filter:alpha(opacity=50); -moz-opacity:0.5;} .pborder { -moz-border-radius: 5px; }</style>');

function blockError(){return true;}
window.onerror = blockError;

function swish() {
	// just performing this action to make sure the content will stretch the page if necessary
	document.getElementById('content').style.display = 'none';
	document.getElementById('content2').innerHTML = document.getElementById('content').innerHTML;
}
function changemap(yo, land) {
	if(yo==0) {
		document.getElementById('land_'+land).style.color = '';
	} else {
		document.getElementById('land_'+land).style.color = '#660000';
	}
}
function latenzien(grump, veld) {
	x = document.getElementById('vakzkn').elements[veld].selectedIndex;
	var ylen = document.getElementById('vakzkn').elements[veld].options[x].value;
	var drump = grump+"sel"; 
	if (ylen.length==0) {
		chopac(document.getElementById(grump), '50');
		chopac(document.getElementById('plaats'), '50');
		document.getElementById('plaatssel').disabled = true;
		document.getElementById(drump).disabled = true;
	}
	else {
		chopac(document.getElementById(grump), '100');
		document.getElementById(drump).disabled = false;
	}
}
function chopac(object, opacity){
	if (navigator.appName.indexOf("Netscape")!=-1&&parseInt(navigator.appVersion)>=5)
	object.style.MozOpacity=opacity/100
	else if (navigator.appName.indexOf("Microsoft")!=-1&&parseInt(navigator.appVersion)>=4)
	object.filters.alpha.opacity=opacity
}