function subon()  {
	document.getElementById('rubrieken').style.display='block';	
}
function suboff() {
	document.getElementById('rubrieken').style.display='none';	
}
function fadeout(){
	document.getElementById("q").style.display = "none";	
}
function fadein(){
	document.getElementById("q").style.display = "inline";
	document.getElementById("q").style.backgroundColor = "black";
	document.getElementById("q").style.filter = "alpha(opacity=70);";
}
function openxingo1(){ 
	fadein();
	var h = (screen.height) - 240; //iets kleiner maken
	var w = h * 1.43;
	brochurewin=dhtmlwindow.open("xingo", "iframe", "http://www.brochureweb.be/brochure/klanten/xingo/4/magazine.asp", "Xingo B.V.", "width="+w+",height="+h+",center=1,resize=1,scrolling=1")
}
function LoadFlash(blok,swf){
	document.getElementById(blok).innerHTML='<embed src="../swf/'+swf+'" width="550" height="500" ></embed>';
}