<!--
	  if (document.images)
   {
     pic1on= new Image(232,58);
     pic1on.src="http://www.alpenhaus-brittany.com/grfx/index.jpg";  
     pic2on= new Image(232,58);
     pic2on.src="http://www.alpenhaus-brittany.com/grfx/gite.jpg"; 
	 pic3on= new Image(232,58);
     pic3on.src="http://www.alpenhaus-brittany.com/grfx/caravan.jpg"; 
	 pic4on= new Image(232,58);
     pic4on.src="http://www.alpenhaus-brittany.com/grfx/email.jpg"; 
	 pic5on= new Image(232,58);
     pic5on.src="http://www.alpenhaus-brittany.com/grfx/network.jpg"; 

	 
     pic1off= new Image(232,58);
     pic1off.src="http://www.alpenhaus-brittany.com/grfx/home.jpg";
	 pic2off= new Image(232,58);
     pic2off.src="http://www.alpenhaus-brittany.com/grfx/selfcatering.jpg";
	 pic3off= new Image(232,58);
     pic3off.src="http://www.alpenhaus-brittany.com/grfx/mobile.jpg";
	 pic4off= new Image(232,58);
     pic4off.src="http://www.alpenhaus-brittany.com/grfx/contact.jpg";
	 pic5off= new Image(232,58);
     pic5off.src="http://www.alpenhaus-brittany.com/grfx/links.jpg";
   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

// -->
