// fotoscript

 if (document.images) {                  

          	thumb000hit = new Image(); 
            thumb000hit.src = "/img/leeg.gif";  		
		    thumb001hit = new Image(); 
            thumb001hit.src = "/img/home.gif";   
			thumb002hit = new Image(); 
            thumb002hit.src = "/img/what.gif"; 
			thumb003hit = new Image(); 
            thumb003hit.src = "/img/who.gif"; 
			thumb004hit = new Image(); 
            thumb004hit.src = "/img/about.gif"; 
			thumb005hit = new Image(); 
            thumb005hit.src = "/img/how.gif"; 
			thumb006hit = new Image(); 
            thumb006hit.src = "/img/links.gif"; 
			thumb007hit = new Image(); 
            thumb007hit.src = "/img/homenl.gif";   
			thumb008hit = new Image(); 
            thumb008hit.src = "/img/whatnl.gif"; 
			thumb009hit = new Image(); 
            thumb009hit.src = "/img/whonl.gif"; 
			thumb010hit = new Image(); 
            thumb010hit.src = "/img/aboutnl.gif"; 
			thumb011hit = new Image(); 
            thumb011hit.src = "/img/hownl.gif"; 
			thumb012hit = new Image(); 
            thumb012hit.src = "/img/linksnl.gif"; 
           
                  
                         }

function thumbhit(imgName) {
        if (document.images) {
            document.images['info'].src = eval(imgName + "hit.src");
        }
}








// Stop hiding from old browsers -->		
