if (document.images) {	einson		= new Image();	einson.src	= "../images/nav_01_02.gif";	zweion		= new Image();	zweion.src	= "../images/untermenu_02.gif";	dreion		= new Image();	dreion.src	= "../images/nav_02_02.gif";	vieron		= new Image();	vieron.src	= "../images/nav_04_02.gif";	funfon		= new Image();	funfon.src	= "../images/nav_03_02.gif";	sechson		= new Image();	sechson.src	= "../images/nav_05_02.gif";	siebenon	= new Image();	siebenon.src	= "../images/anfrage_02.gif";	achton		= new Image();	achton.src	= "../images/weg_02.gif";	neunon		= new Image();	neunon.src	= "../images/links_02.gif";	zehnon		= new Image();	zehnon.src	= "../images/adresse_02.gif";	elfon		= new Image();	elfon.src	= "../images/ausstattung_02.gif";	twelfon		= new Image();	twelfon.src	= "../images/statut_02.gif";	dreizehnon	= new Image();	dreizehnon.src	= "../images/album_02.gif";	vierzehnon	= new Image();	vierzehnon.src	= "../images/stufen_02.gif";	faqon		= new Image();	faqon.src	= "../images/faq_02.gif";	teamon		= new Image();	teamon.src	= "../images/team_02.gif";	wohnenon	= new Image();	wohnenon.src	= "../images/wohnen_02.gif";	animationon	= new Image();	animationon.src	= "../images/animation_02.gif";	einsoff		= new Image();	einsoff.src	= "../images/nav_01.gif";	zweioff		= new Image();	zweioff.src	= "../images/untermenu_01.gif";	dreioff		= new Image();	dreioff.src	= "../images/nav_02.gif";	vieroff		= new Image();	vieroff.src	= "../images/nav_04.gif";	funfoff		= new Image();	funfoff.src	= "../images/nav_03.gif";	sechsoff	= new Image();	sechsoff.src	= "../images/nav_05.gif";	siebenoff	= new Image();	siebenoff.src	= "../images/anfrage_01.gif";	achtoff		= new Image();	achtoff.src	= "../images/weg_01.gif";	neunoff		= new Image();	neunoff.src	= "../images/links_01.gif";	zehnoff		= new Image();	zehnoff.src	= "../images/adresse_01.gif";	elfoff		= new Image();	elfoff.src	= "../images/ausstattung_01.gif";	twelfoff	= new Image();	twelfoff.src	= "../images/statut_01.gif";	dreizehnoff	= new Image();	dreizehnoff.src	= "../images/album_01.gif";	vierzehnoff	= new Image();	vierzehnoff.src	= "../images/stufen_01.gif";	faqoff		= new Image();	faqoff.src	= "../images/faq_01.gif";	teamoff		= new Image();	teamoff.src	= "../images/team_01.gif";	wohnenoff	= new Image();	wohnenoff.src	= "../images/wohnen_01.gif";	animationoff	= new Image();	animationoff.src	= "../images/animation_01.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");  }}
