<!--
if (document.images)
{
 // Set width and height of all images
 var img_width=140;
 var img_height=60;
 
 // Set "off" images (onmouseout)    
 pic1off= new Image;
 pic1off.src="images/start1.gif";
 pic2off= new Image;
 pic2off.src="images/omhoog1.gif";
 pic3off= new Image;
 pic3off.src="images/leden Musica1.gif";
 pic4off= new Image;
 pic4off.src="images/activiteiten1.gif";
 pic5off= new Image;
 pic5off.src="images/fotoalbum1.gif";
 pic6off= new Image;
 pic6off.src="images/gastenboek1.gif";
 pic7off= new Image;
 pic7off.src="images/verjaardagen1.gif";
 pic8off= new Image;
 pic8off.src="images/reisverslag1.gif";
 pic9off= new Image;
 pic9off.src="images/ET09-1.gif";
 pic10off= new Image;
 pic10off.src="images/JW10-1.gif";
 pic11off= new Image;
 pic11off.src="images/JW09-1.gif";
 pic12off= new Image;
 pic12off.src="images/start1.gif";

 // Set up "on" images (show up onmouseover)
 pic1on= new Image;
 pic1on.src="images/start2.gif";  
 pic2on= new Image;
 pic2on.src="images/omhoog2.gif";  
 pic3on= new Image;
 pic3on.src="images/leden Musica2.gif";  
 pic4on= new Image;
 pic4on.src="images/activiteiten2.gif";  
 pic5on= new Image;
 pic5on.src="images/fotoalbum2.gif";  
 pic6on= new Image;
 pic6on.src="images/gastenboek2.gif";  
 pic7on= new Image;
 pic7on.src="images/verjaardagen2.gif";  
 pic8on= new Image;
 pic8on.src="images/reisverslag2.gif";  
 pic9on= new Image;
 pic9on.src="images/ET09-2.gif";  
 pic10on= new Image;
 pic10on.src="images/JW10-2.gif";  
 pic11on= new Image;
 pic11on.src="images/JW09-2.gif";  
 pic12on= new Image;
 pic12on.src="images/start2.gif";  
}

// Change the image
function changeImage(imgName,picobj)
{
  if (document.images)
  { 
	document.images[imgName].src= picobj.src;
  }
}
//-->
