if (document.images) {
   homeon=new Image();
   homeon.src="http://www.riefenstahl.org/images/button-home-on.gif";
   danceron=new Image();
   danceron.src="http://www.riefenstahl.org/images/button-dancer-on.gif";
   actresson=new Image();
   actresson.src="http://www.riefenstahl.org/images/button-actress-on.gif";
   directoron=new Image();
   directoron.src="http://www.riefenstahl.org/images/button-director-on.gif";
   wegeon=new Image();
   wegeon.src="http://www.riefenstahl.org/images/button-wege-on.gif";
   bergon=new Image();
   bergon.src="http://www.riefenstahl.org/images/button-berg-on.gif";
   sprungon=new Image();
   sprungon.src="http://www.riefenstahl.org/images/button-sprung-on.gif";
   habsburgon=new Image();
   habsburgon.src="http://www.riefenstahl.org/images/button-habsburg-on.gif";
   pizpaluon=new Image();
   pizpaluon.src="http://www.riefenstahl.org/images/button-pizpalu-on.gif";
   montblancon=new Image();
   montblancon.src="http://www.riefenstahl.org/images/button-montblanc-on.gif";
   rauschon=new Image();
   rauschon.src="http://www.riefenstahl.org/images/button-rausch-on.gif";
   lichton=new Image();
   lichton.src="http://www.riefenstahl.org/images/button-licht-on.gif";
   eisbergon=new Image();
   eisbergon.src="http://www.riefenstahl.org/images/button-eisberg-on.gif";
   triumphon=new Image();
   triumphon.src="http://www.riefenstahl.org/images/button-triumph-on.gif";
   olympiaon=new Image();
   olympiaon.src="http://www.riefenstahl.org/images/button-olympia-on.gif";
   tieflandon=new Image();
   tieflandon.src="http://www.riefenstahl.org/images/button-tiefland-on.gif";
   wasseron=new Image();
   wasseron.src="http://www.riefenstahl.org/images/button-wasser-on.jpg";
   downloadson=new Image();
   downloadson.src="http://www.riefenstahl.org/images/button-downloads-on.gif";
   liston=new Image();
   liston.src="http://www.riefenstahl.org/images/button-list-on.gif";
   resourceson=new Image();
   resourceson.src="http://www.riefenstahl.org/images/button-resources-on.gif";
   guestbookon=new Image();
   guestbookon.src="http://www.riefenstahl.org/images/button-guestbook-on.gif";
   creditson=new Image();
   creditson.src="http://www.riefenstahl.org/images/button-credits-on.gif";

   homeoff=new Image();
   homeoff.src="http://www.riefenstahl.org/images/button-home-off.gif";
   danceroff=new Image();
   danceroff.src="http://www.riefenstahl.org/images/button-dancer-off.gif";
   actressoff=new Image();
   actressoff.src="http://www.riefenstahl.org/images/button-actress-off.gif";
   directoroff=new Image();
   directoroff.src="http://www.riefenstahl.org/images/button-director-off.gif";
   wegeoff=new Image();
   wegeoff.src="http://www.riefenstahl.org/images/button-wege-off.gif";
   bergoff=new Image();
   bergoff.src="http://www.riefenstahl.org/images/button-berg-off.gif";
   sprungoff=new Image();
   sprungoff.src="http://www.riefenstahl.org/images/button-sprung-off.gif";
   habsburgoff=new Image();
   habsburgoff.src="http://www.riefenstahl.org/images/button-habsburg-off.gif";
   pizpaluoff=new Image();
   pizpaluoff.src="http://www.riefenstahl.org/images/button-pizpalu-off.gif";
   montblancoff=new Image();
   montblancoff.src="http://www.riefenstahl.org/images/button-montblanc-off.gif";
   rauschoff=new Image();
   rauschoff.src="http://www.riefenstahl.org/images/button-rausch-off.gif";
   lichtoff=new Image();
   lichtoff.src="http://www.riefenstahl.org/images/button-licht-off.gif";
   eisbergoff=new Image();
   eisbergoff.src="http://www.riefenstahl.org/images/button-eisberg-off.gif";
   triumphoff=new Image();
   triumphoff.src="http://www.riefenstahl.org/images/button-triumph-off.gif";
   olympiaoff=new Image();
   olympiaoff.src="http://www.riefenstahl.org/images/button-olympia-off.gif";
   tieflandoff=new Image();
   tieflandoff.src="http://www.riefenstahl.org/images/button-tiefland-off.gif";
   wasseroff=new Image();
   wasseroff.src="http://www.riefenstahl.org/images/button-wasser-off.gif";
   downloadsoff=new Image();
   downloadsoff.src="http://www.riefenstahl.org/images/button-downloads-off.gif";
   listoff=new Image();
   listoff.src="http://www.riefenstahl.org/images/button-list-off.gif";
   resourcesoff=new Image();
   resourcesoff.src="http://www.riefenstahl.org/images/button-resources-off.gif";
   guestbookoff=new Image();
   guestbookoff.src="http://www.riefenstahl.org/images/button-guestbook-off.gif";
   creditsoff=new Image();
   creditsoff.src="http://www.riefenstahl.org/images/button-credits-off.gif";
  }

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

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