function overcolor (e) {
	if (window.event) e = window.event;

	e.srcElement? el = e.srcElement: el = e.target;
		
	el.parentNode.className = 'hoofdnavigatieOver';
	
	if(typeof el.onmouseout == 'undefined' || el.onmouseout == null)
		el.onmouseout = function () { el.parentNode.className = 'hoofdnavigatie'}
}

function zetHoogte() { 
	if (document.getElementById('row1_vv_0_0')) {
		document.getElementById('row1_vv_0_0').style.height = '195'; 
	}
}
