	artiston = new Image;
	artiston.src ="Graphics/Buttons/artist_over.jpg" ;
	artistoff = new Image;
	artistoff.src ="Graphics/Buttons/artist_off.jpg";

	dpon = new Image;
	dpon.src ="Graphics/Buttons/dp_over.jpg" ;
	dpoff = new Image;
	dpoff.src ="Graphics/Buttons/dp_off.jpg";

	photographyon = new Image;
	photographyon.src ="Graphics/Buttons/photography_over.jpg" ;
	photographyoff = new Image;
	photographyoff.src ="Graphics/Buttons/photography_off.jpg";

	contacton = new Image;
	contacton.src ="Graphics/Buttons/contact_over.jpg" ;
	contactoff = new Image;
	contactoff.src ="Graphics/Buttons/contact_off.jpg";

	galleryon = new Image;
	galleryon.src ="Graphics/Buttons/gallery_over.jpg" ;
	galleryoff = new Image;
	galleryoff.src ="Graphics/Buttons/gallery_off.jpg";

	disclaimeron = new Image;
	disclaimeron.src ="Graphics/Buttons/disclaimer_over.jpg" ;
	disclaimeroff = new Image;
	disclaimeroff.src ="Graphics/Buttons/disclaimer_off.jpg";

	germanon = new Image;
	germanon.src ="Graphics/Buttons/german_over.jpg" ;
	germanoff = new Image;
	germanoff.src ="Graphics/Buttons/german_off.jpg";

	imprinton = new Image;
	imprinton.src ="Graphics/Buttons/imprint_over.jpg" ;
	imprintoff = new Image;
	imprintoff.src ="Graphics/Buttons/imprint_off.jpg";

	licenseon = new Image;
	licenseon.src ="Graphics/Buttons/license_over.jpg" ;
	licenseoff = new Image;
	licenseoff.src ="Graphics/Buttons/license_off.jpg";

	linkson = new Image;
	linkson.src ="Graphics/Buttons/links_over.jpg" ;
	linksoff = new Image;
	linksoff.src ="Graphics/Buttons/links_off.jpg";
	
	quote_requeston = new Image;
	quote_requeston.src ="Graphics/Buttons/quote_request_over.jpg" ;
	quote_requestoff = new Image;
	quote_requestoff.src ="Graphics/Buttons/quote_request_off.jpg";

	newson = new Image;
	newson.src ="Graphics/Buttons/news_over.jpg" ;
	newsoff = new Image;
	newsoff.src ="Graphics/Buttons/news_off.jpg";

	spainon = new Image;
	spainon.src ="Graphics/Buttons/spain_over.jpg" ;
	spainoff = new Image;
	spainoff.src ="Graphics/Buttons/spain_off.jpg";

	starton = new Image;
	starton.src ="Graphics/Buttons/start_over.jpg" ;
	startoff = new Image;
	startoff.src ="Graphics/Buttons/start_off.jpg";

	miscellaneouson = new Image;
	miscellaneouson.src ="Graphics/Buttons/miscellaneous_over.png" ;
	miscellaneousoff = new Image;
	miscellaneousoff.src ="Graphics/Buttons/miscellaneous_off.png";

	



	 



	 
	

      function rollon(imgName) {
          eval("document."+imgName+".src = " + imgName + "on.src");
      }
      function rolloff(imgName) {
          eval("document."+imgName+".src = " + imgName + "off.src");
      }


