// images for function imgchange()
angebote_off = new Image();
angebote_off.src = "media/img/layout/angebote_link_off.gif";     /* Angebote Off */
angebote_on = new Image();
angebote_on.src = "media/img/layout/angebote_link_on.gif"; /* Angebote On */

produkte_off = new Image();
produkte_off.src = "media/img/layout/produkte_link_off.gif";     /* Produkte Off */
produkte_on = new Image();
produkte_on.src = "media/img/layout/produkte_link_on.gif"; /* Produkte On */

rezepte_off = new Image();
rezepte_off.src = "media/img/layout/rezepte_link_off.gif";     /* Rezepte Off */
rezepte_on = new Image();
rezepte_on.src = "media/img/layout/rezepte_link_on.gif"; /* Rezepte On */
	
ueberuns_off = new Image();
ueberuns_off.src = "media/img/layout/ueber-uns_link_off.gif";     /* Ueber uns Off */
ueberuns_on = new Image();
ueberuns_on.src = "media/img/layout/ueber-uns_link_on.gif"; /* Ueber uns On */
	
kontakt_off = new Image();
kontakt_off.src = "media/img/layout/kontakt_link_off.gif";     /* Kontakt Off */
kontakt_on = new Image();
kontakt_on.src = "media/img/layout/kontakt_link_on.gif"; /* Kontakt On */
