g_imax = 0;
g_ImageTable = new Array();
intVolgende = 0;
x="";
function test(strNaam){
	window.alert(strNaam)
	}
function loadIt() {
	x=x + "loading..."
//	window.statusbar = x;
	setTimeout("setLayout3()",1000);
	}
function setVorige3(){

	intVolgende--;
	if (intVolgende < 0) {
		intVolgende = g_ImageTable.length - 1;
	}
	document.all.foto.src = imgPre[intVolgende].src;
	document.all.foto.width= imgPre[intVolgende].width;
	document.all.Layer3.innerHTML = g_ImageTable[0][2] + "<p>" + g_ImageTable[intVolgende][1] + "</p>" ;
	document.all.Layer4.innerHTML = "<p>Foto " +  (intVolgende + 1) + " van " + imgPre.length  +"<hr >";
}

function setVolgende3(){

	intVolgende++;
	if (intVolgende >= g_ImageTable.length) {
		intVolgende = 0;
	}
	document.all.foto.src = imgPre[intVolgende].src;
	document.all.foto.width= imgPre[intVolgende].width;
	document.all.Layer3.innerHTML = g_ImageTable[0][2] + "<p>" + g_ImageTable[intVolgende][1] + "</p>" ;
	document.all.Layer4.innerHTML = "<p>Foto " +  (intVolgende + 1) + " van " + imgPre.length  +"<hr >";
}
function setLayout3(){
	if (intVolgende == null || intVolgende == 0) {
		intVolgende = 0;	
	} else {
		intVolgende++;
		//imgSel.src = imgPre[intVolgende].src
		if (intVolgende >= imgPre.length-1) {
			intVolgende = 0;
		}
	}
//	if (intVolgende == 0) 
//		loadIt();								
	document.all.foto.src = imgPre[intVolgende].src;

//	}

	document.all.foto.width = imgPre[intVolgende].width;	

	dL1W = document.all.Layer1.clientWidth;
	dL2W =document.all.Layer2.clientWidth;
	dH = document.body.clientHeight;
	dL2H = document.all.Layer2.clientHeight;
	dWRest = document.body.clientWidth - document.all.Layer1.clientWidth - document.all.Layer2.clientWidth;
    document.write("<div id=\"Layer3\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - dL2W - 20 ,
		"px; height:300px; z-index:3; left: ",
     	dL1W + dL2W + 10,
		"px; top: 10px; visibility: visible;  ; background-color: #6699FF\"> ");
	document.write("</div>");
    document.write("<div id=\"Layer4\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - 10 ,
		"px; height:",
		dH-dL2H-30,
		"px; z-index:3; left: ",
     	dL1W,
		"px; top:", 
	   	dL2H+20,
	   	"px; visibility: visible;  ; background-color: #6699FF\"> ");
	document.write("</div>");
	document.write("</div>");
	document.all.Layer3.innerHTML = g_ImageTable[0][2] + "<p>" + g_ImageTable[intVolgende][1] + "</p>" ;
	document.all.Layer4.innerHTML = "<p>Foto " +  (intVolgende + 1) + " van " + imgPre.length  +"<hr >" + i ;

	return null;
	}

function setVolgende(){

	intVolgende++;
	//imgSel.src = imgPre[intVolgende].src
	if (intVolgende >= imgPre.length) {
		intVolgende = 0;
	}
	document.all.foto.src = imgPre[intVolgende].src;
	document.all.foto.width= imgPre[intVolgende].width;
//	document.all.Layer3.clientWidth = 100;

}
function setLayout2(){
	//imgSel = new Image;
	if (intVolgende == null || intVolgende == 0) {
		intVolgende = 0;	
	} else {
		intVolgende++;
		//imgSel.src = imgPre[intVolgende].src
		if (intVolgende >= imgPre.length-1) {
			intVolgende = 0;
		}
		document.all.foto.src = imgPre[intVolgende].src;
		document.all.foto.width= imgPre[intVolgende].width;
	}
/*	sSel = g_ImageTable[Math.floor(Math.random()*g_imax)][0];  
  	imgSel.src = sSel;  
	dL2W = imgSel.width;
	dL2W2 = imgSel.width;
	if  (sSel =="") {} else {
		document.all.foto.src = sSel;
		document.all.foto.width= dL2W;
	} */
	//dW = document.body.clientWidth;
	dL1W = document.all.Layer1.clientWidth;
	dL2W =document.all.Layer2.clientWidth;
	dH = document.body.clientHeight;
	dL2H = document.all.Layer2.clientHeight;
	dWRest = document.body.clientWidth - document.all.Layer1.clientWidth - document.all.Layer2.clientWidth;
    document.write("<div id=\"Layer3\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - dL2W - 20 ,
		"px; height:300px; z-index:3; left: ",
     	dL1W + dL2W + 10,
		"px; top: 10px; visibility: visible;  ; background-color: #6699FF\"> ");
	document.write("</div>");
 /*   document.write("<div id=\"Layer3\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - dL2W - 20 - 10 ,
		"px; height: 290px; z-index:3; left: ",
     	dL1W + dL2W + 10 + 5,
		"px; top: 15px; visibility: visible;  ; background-color: #6699FF\"> ");
	document.write("</div>");
*/
    document.write("<div id=\"Layer4\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - 10 ,
		"px; height:",
		dH-dL2H-30,
		"px; z-index:3; left: ",
     	dL1W,
		"px; top:", 
	   	dL2H+20,
	   	"px; visibility: visible;  ; background-color: #6699FF\"> ");
	document.write("</div>");
/*
   	document.write("<div id=\"Layer4\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - 10 - 10 ,
		"px; height:",
		dH-dL2H-30-10,
		"px; z-index:3; left: ",
     	dL1W+5,
		"px; top:", 
	   	dL2H+20+5,
	   	"px; visibility: visible;  ; background-color: #6699FF\"> ");
			*/
	document.write("</div>");
	document.all.Layer3.innerHTML = g_ImageTable[0][1];
	document.all.Layer4.innerHTML = g_ImageTable[0][2];
/*		" clientWidth:"+document.body.clientWidth+",clientHeight:"+document.body.clientHeight+
		" Layer1.clientWidth:"+document.all.Layer1.clientWidth+",Layer1.clientHeight:"+document.all.Layer1.clientHeight+
		" Layer2.clientWidth:"+document.all.Layer2.clientWidth+",Layer2.clientHeight:"+document.all.Layer2.clientHeight+
		" Layer3.clientWidth:"+document.all.Layer3.clientWidth+",Layer3.clientHeight:"+document.all.Layer3.clientHeight+
		" Layer4.clientWidth:"+document.all.Layer4.clientWidth+",Layer4.clientHeight:"+document.all.Layer4.clientHeight+
		" dW:"+"?"+",dL1W:"+dL1W+" dL2W:"+dL2W+
		" dH:"+dH+",dL2H:"+dL2H+
		"/"; */
	return null;
	}

function setNavigatie(fName){ 
	document.write("<a href=\"index.htm\" onClick=\"MM_nbGroup('down','group1','home','images/buttons/homelinks.jpg',1)\" onMouseOver=\"MM_nbGroup('over','home','images/buttons/homerechts.jpg','images/buttons/homerechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"home\" src=\"images/buttons/homelinks.jpg\" border=\"0\" onLoad=\"\"></a><br>");
	if  (fName=="panorama" ) {
	// was "<a href=\"http://schoolweb.argo.be\\bs\\kontich\\panorama.htm\"
		document.write("<a href=\"http://schoolweb.argo.be/bs/kontich/panorama.htm\" onClick=\"MM_nbGroup('down','group1','panorama','images/buttons/panoramarechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','panorama','images/buttons/panoramarechts.jpg','images/buttons/panoramarechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"panorama\" src=\"images/buttons/panoramarechts.jpg\" border=\"0\" onLoad=\"\"></a><br>");
	} else { 
		// was "<a href=\"http://schoolweb.argo.be\\bs\\kontich\\panorama.htm\" 	
		document.write("<a href=\"http://schoolweb.argo.be/bs/kontich/panorama.htm\"  onClick=\"MM_nbGroup('down','group1','panorama','images/buttons/panoramalinks.jpg',1)\" onMouseOver=\"MM_nbGroup('over','panorama','images/buttons/panoramarechts.jpg','images/buttons/panoramarechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"panorama\" src=\"images/buttons/panoramalinks.jpg\" border=\"0\" onLoad=\"\"></a><br>");
	} 	

	if  (fName=="infokader"	||
		 fName=="kleuters" 	||
		 fName=="vervoer"	||
		 fName=="restaurant"||
		 fName=="boerderij"	||
		 fName=="opvang"	||
		 fName=="computer"	||
		 fName=="bosenzee"	||
		 fName=="gezelligheid"	||
		 fName=="kinderen"	||
		 fName=="kinderen2"	||
		 fName=="ouders"	||   
		 fName=="klassen"	||
	 	 fName=="adressen"	   ) {
		document.write("<a href=\"#\" onClick=\"MM_nbGroup('down','group1','info','images/buttons/inforechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','info','images/buttons/inforechts.jpg','images/buttons/inforechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"info\" src=\"images/buttons/inforechts.jpg\" border=\"0\" onLoad=\"\"></a><br>");	 
		if  (fName=="infokader") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"kader\">kader</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"infokader.htm\" title=\"kader\">kader</a><br>");			
		}		
		if  (fName=="kleuters") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"kleuters\">kleuters</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"kleuters.htm\" title=\"kleuters\">kleuters</a><br>");			
		}		
		if  (fName=="vervoer") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"vervoer\">vervoer</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"vervoer.htm\" title=\"vervoer\">vervoer</a><br>");			
		}		
		if  (fName=="restaurant") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"restaurant\">restaurant</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"restaurant.htm\" title=\"restaurant\">restaurant</a><br>");			
		}		
		if  (fName=="boerderij") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"boerderij\">boerderij</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"boerderij.htm\" title=\"boerderij\">boerderij</a><br>");			
		}		
		if  (fName=="opvang") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"opvang\">opvang</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"opvang.htm\" title=\"opvang\">opvang</a><br>");			
		}		
		if  (fName=="computer") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"computer\">computer</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"computer.htm\" title=\"computer\">computer</a><br>");			
		}	
		if  (fName=="bosenzee") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"bos en zee\">bos en zee</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"bosenzee.htm\" title=\"bos en zee\">bos en zee</a><br>");			
		}					
		if  (fName=="gezelligheid") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"gezelligheid\">gezelligheid</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"gezelligheid.htm\" title=\"gezelligheid\">gezelligheid</a><br>");			
		}		
		if  (fName=="kinderen") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"kinderen\">kinderen</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"kinderen.htm\" title=\"kinderen\">kinderen</a><br>");			
		}							
		if  (fName=="kinderen2") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"kinderen\">kinderen</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"kinderen2.htm\" title=\"kinderen\">kinderen</a><br>");			
		}									
		if  (fName=="ouders") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"ouders\">ouders</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"ouders.htm\" title=\"ouders\">ouders</a><br>");			
		}
		if  (fName=="klassen") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"klassen\">klassen</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"klassen.htm\" title=\"klassen\">klassen</a><br>");			
		}										
		if  (fName=="adressen") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"adressen\">adressen</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"adressen.htm\" title=\"adressen\">adressen</a><br>");			
		}																				
	} else {
		document.write("<a href=\"infokader.htm\" onClick=\"MM_nbGroup('down','group1','info','images/buttons/inforechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','info','images/buttons/inforechts.jpg','images/buttons/infolinks.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"info\" src=\"images/buttons/infolinks.jpg\" border=\"0\" onLoad=\"\"></a><br>");
	}	
	if  (fName=="pedagogischteam"	||
		 fName=="technischteam") {
		document.write("<a href=\"#\" onClick=\"MM_nbGroup('down','group1','team','images/buttons/teamrechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','team','images/buttons/teamrechts.jpg','images/buttons/teamrechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"team\" src=\"images/buttons/teamrechts.jpg\" border=\"0\" onLoad=\"\"></a><br>");	 	 
		if  (fName=="pedagogischteam") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"pedagogisch team\">pedagogisch</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"pedagogischteam.htm\" title=\"pedagogisch team\">pedagogisch</a><br>");			
		}
		if  (fName=="technischteam") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"technisch team\">technisch</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"technischteam.htm\" title=\"technisch team\">technisch</a><br>");			
		}									
	} else {
		document.write("<a href=\"pedagogischteam.htm\" onClick=\"MM_nbGroup('down','group1','team','images/buttons/teamlinks.jpg',1)\" onMouseOver=\"MM_nbGroup('over','team','images/buttons/teamrechts.jpg','images/buttons/teamlinks.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"team\" src=\"images/buttons/teamlinks.jpg\" border=\"0\" onLoad=\"\"></a><br>");
	}	
	if  (fName.substr(0,6)=="actief") {
		document.write("<a href=\"http://schoolweb1.rago.be/bs/kontich/activiteiten/2007-2008/overzicht.htm\" onClick=\"MM_nbGroup('down','group1','activiteiten','images/buttons/activiteitenrechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','activiteiten','images/buttons/activiteitenrechts.jpg','images/buttons/activiteitenrechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"activiteiten\" src=\"images/buttons/activiteitenlinks.jpg\" border=\"0\" onLoad=\"\"></a> ");	
	} else {
		document.write("<a href=\"http://schoolweb1.rago.be/bs/kontich/activiteiten/2007-2008/overzicht.htm\" onClick=\"MM_nbGroup('down','group1','activiteiten','images/buttons/activiteitenrechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','activiteiten','images/buttons/activiteitenrechts.jpg','images/buttons/activiteitenrechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"activiteiten\" src=\"images/buttons/activiteitenlinks.jpg\" border=\"0\" onLoad=\"\"></a> ");	
	}
//z	
	if  (fName.substr(0,6)=="actief") {
		document.write("<a href=\"http://schoolweb1.rago.be/bs/kontich/activiteiten/2006-2007/overzicht.htm\" onClick=\"MM_nbGroup('down','group1','activiteiten','images/buttons/archiefrechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','activiteiten','images/buttons/archiefrechts.jpg','images/buttons/archiefrechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"activiteiten\" src=\"images/buttons/archieflinks.jpg\" border=\"0\" onLoad=\"\"></a> ");	
	} else {
		document.write("<a href=\"http://schoolweb1.rago.be/bs/kontich/activiteiten/2006-2007/overzicht.htm\" onClick=\"MM_nbGroup('down','group1','activiteiten','images/buttons/archiefrechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','activiteiten','images/buttons/archiefrechts.jpg','images/buttons/archiefrechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"activiteiten\" src=\"images/buttons/archieflinks.jpg\" border=\"0\" onLoad=\"\"></a> ");	
	}
//z		
/*	
	if  (fName.substr(0,6)=="actief") {
		document.write("<a href=\"#\" onClick=\"MM_nbGroup('down','group1','archief','images/buttons/archiefrechts.jpg',1)\" onMouseOver=\"MM_nbGroup('over','archief','images/buttons/archiefrechts.jpg','images/buttons/archiefrechts.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"archief\" src=\"images/buttons/archiefrechts.jpg\" border=\"0\" onLoad=\"\"></a><br>");	 
		if  (fName.substr(11)=="kleuters") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"kleuters\">kleuters</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefkleuters2004.htm\" title=\"kleuters\">kleuters</a><br>");			
		}
		if  (fName.substr(11)=="klas1") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"klas 1\">klas 1</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefklas12004.htm\" title=\"klas 1\">klas 1</a><br>");			
		}		
		if  (fName.substr(11)=="klas2") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"klas 2\">klas 2</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefklas22004.htm\" title=\"klas 2\">klas 2</a><br>");			
		}		
		if  (fName.substr(11)=="klas3") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"klas 3\">klas 3</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefklas32004.htm\" title=\"klas 3\">klas 3</a><br>");			
		}
		if  (fName.substr(11)=="klas4") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"klas 4\">klas 4</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefklas42004.htm\" title=\"klas 4\">klas 4</a><br>");			
		}
		if  (fName.substr(11)=="klas5") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"klas 5\">klas 5</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefklas52004.htm\" title=\"klas 5\">klas 5</a><br>");			
		}				
		if  (fName.substr(11)=="klas6") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"klas 6\">klas 6</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefklas62004.htm\" title=\"klas 6\">klas 6</a><br>");			
		}
		if  (fName.substr(11)=="feesten") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"feesten\">feesten</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archieffeesten2004.htm\" title=\"feesten\">feesten</a><br>");			
		} 									
		if  (fName.substr(11)=="sinterklaas") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"sinterklaas\">sinterklaas</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefsinterklaas2004.htm\" title=\"sinterklaas\">sinterklaas</a><br>");			
		}
		if  (fName.substr(11)=="bosenzee") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"bos en zee\">bos en zee</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefbosenzee2004.htm\" title=\"bos en zee\">bos en zee</a><br>");			
		}
		if  (fName.substr(11)=="voetbal") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"voetbal\">voetbal</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefvoetbal2004.htm\" title=\"voetbal\">voetbal</a><br>");			
		}
		if  (fName.substr(11)=="project") {
			document.write("<a id=\"NietNav\" href=\"#\" title=\"project\">project</a><br>");
		} else {
			document.write("<a id=\"Nav\" href=\"archiefproject2004.htm\" title=\"project\">project</a><br>");			
		} 	 
	} else {
		document.write("<a href=\"archiefkleuters2004.htm\" onClick=\"MM_nbGroup('down','group1','archief','images/buttons/archieflinks.jpg',1)\" onMouseOver=\"MM_nbGroup('over','archief','images/buttons/archiefrechts.jpg','images/buttons/archieflinks.jpg',1)\" onMouseOut=\"MM_nbGroup('out')\"><img name=\"archief\" src=\"images/buttons/archieflinks.jpg\" border=\"0\" onLoad=\"\"></a> ");
	}		
*/	
}
function setLayout1(){
	imgSel = new Image;
/*	sSel = g_ImageTable[Math.floor(Math.random()*g_imax)][0];  
  	imgSel.src = sSel;  
	dL2W = imgSel.width;
	dL2W2 = imgSel.width;
	if  (sSel =="") {} else {
		document.all.foto.src = sSel;
		document.all.foto.width= dL2W;
	} */
		if (!imgPre[0] == "") {
		imgSel.src = imgPre[Math.floor(Math.random()*g_imax)].src
		document.all.foto.src = imgSel.src;
		document.all.foto.width= imgSel.width;
	}		
		
	//dW = document.body.clientWidth;
	dL1W = document.all.Layer1.clientWidth;
	dL2W =document.all.Layer2.clientWidth;
	dH = document.body.clientHeight;
	dL2H = document.all.Layer2.clientHeight;
	dWRest = document.body.clientWidth - document.all.Layer1.clientWidth - document.all.Layer2.clientWidth;
    document.write("<div id=\"Layer3\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - dL2W - 20 ,
		"px; height:300px; z-index:3; left: ",
     	dL1W + dL2W + 10,
		"px; top: 10px; visibility: visible;  ; background-color: #6699FF\"> ");
	document.write("</div>");
    document.write("<div id=\"Layer4\" style=\"position:absolute; width:",
		document.body.clientWidth - dL1W - 10 ,
		"px; height:",
		dH-dL2H-30,
		"px; z-index:3; left: ",
     	dL1W,
		"px; top:", 
	   	dL2H+20,
	   	"px; visibility: visible;  ; background-color: #6699FF\"> ");
	document.write("</div>");
	document.all.Layer3.innerHTML = g_ImageTable[0][1];
	document.all.Layer4.innerHTML = g_ImageTable[0][2];
/*		" clientWidth:"+document.body.clientWidth+",clientHeight:"+document.body.clientHeight+
		" Layer1.clientWidth:"+document.all.Layer1.clientWidth+",Layer1.clientHeight:"+document.all.Layer1.clientHeight+
		" Layer2.clientWidth:"+document.all.Layer2.clientWidth+",Layer2.clientHeight:"+document.all.Layer2.clientHeight+
		" Layer3.clientWidth:"+document.all.Layer3.clientWidth+",Layer3.clientHeight:"+document.all.Layer3.clientHeight+
		" Layer4.clientWidth:"+document.all.Layer4.clientWidth+",Layer4.clientHeight:"+document.all.Layer4.clientHeight+
		" dW:"+"?"+",dL1W:"+dL1W+" dL2W:"+dL2W+
		" dH:"+dH+",dL2H:"+dL2H+
		"/"; */
	return null;
	}
function preloadImages() { 
	MM_preloadImages('images/buttons/homelinks.jpg','images/buttons/homerechts.jpg',
	'images/buttons/panoramalinks.jpg','images/buttons/panoramarechts.jpg',
	'images/buttons/infolinks.jpg','images/buttons/inforechts.jpg',
	'images/buttons/teamlinks.jpg','images/buttons/teamrechts.jpg',
	'images/buttons/activiteiten.jpg','images/buttons/activiteitenrechts.jpg',
	'images/buttons/archieflinks.jpg','images/buttons/archiefrechts.jpg')
	}
	
function preloadImagesPlus(strPlus) { 
	MM_preloadImages(strPlus,'images/buttons/homelinks.jpg','images/buttons/homerechts.jpg',
	'images/buttons/panoramalinks.jpg','images/buttons/panoramarechts.jpg',
	'images/buttons/infolinks.jpg','images/buttons/inforechts.jpg',
	'images/buttons/teamlinks.jpg','images/buttons/teamrechts.jpg',
	'images/buttons/activiteiten.jpg','images/buttons/activiteitenrechts.jpg',
	'images/buttons/archieflinks.jpg','images/buttons/archiefrechts.jpg')
	}		

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}




