// JavaScript Document

function disclaimerPopup()
{
	window.open('http://extranet.skarabee.be/public/custom-sites/disclaimer_nl.html','Disclaimer','width=800,height=470,scrollbars=yes,toolbar=no,resizable=yes,location=no')
}

function notaryPopup()
{
	window.open('http://www.vitrine.be/scripts/redirect.jsp?language=nl&url=notariskosten_flanders_jsp','Notariskosten','toolbar=no,location=no,menuBar=0,scrollBars=1,resizable=1,width=600,height=590')
}

function showActive(dezeLink, divId){
	dezeLink.style.color = "#ffffff";
	document.getElementById(divId).className = "menu_active_link";	
}

function showInActive(dezeLink, divId){
	dezeLink.style.color = "#ffffff";
	document.getElementById(divId).className = "menu_non-active_link";	
}
