// JavaScript Document

menuegreenschnaebelimgn = new Image();
menuegreenschnaebelimgn.src = "gfx/menue_greenschnaebel_n.gif"; 
menuegreenschnaebelimgh = new Image();
menuegreenschnaebelimgh.src = "gfx/menue_greenschnaebel_h.gif";

menueevergreensimgn = new Image();
menueevergreensimgn.src = "gfx/menue_evergreens_n.gif"; 
menueevergreensimgh = new Image();
menueevergreensimgh.src = "gfx/menue_evergreens_h.gif";

menuestellenimgn = new Image();
menuestellenimgn.src = "gfx/menue_stellen_n.gif"; 
menuestellenimgh = new Image();
menuestellenimgh.src = "gfx/menue_stellen_h.gif";

menuekontaktimgn = new Image();
menuekontaktimgn.src = "gfx/menue_kontakt_n.gif"; 
menuekontaktimgh = new Image();
menuekontaktimgh.src = "gfx/menue_kontakt_h.gif";

menueimpressumimgn = new Image();
menueimpressumimgn.src = "gfx/menue_impressum_n.gif"; 
menueimpressumimgh = new Image();
menueimpressumimgh.src = "gfx/menue_impressum_h.gif";

startlinkevergreensn = new Image();
startlinkevergreensn.src = "gfx/menuerechts_startseite_headline_link_n.gif"; 
startlinkevergreensh = new Image();
startlinkevergreensh.src = "gfx/menuerechts_startseite_headline_link_h.gif";

startlinkgreenschnaebeln = new Image();
startlinkgreenschnaebeln.src = "gfx/menuelinks_startseite_headline_link_n.gif"; 
startlinkgreenschnaebelh = new Image();
startlinkgreenschnaebelh.src = "gfx/menuelinks_startseite_headline_link_h.gif";

menuelinkevergreensn = new Image();
menuelinkevergreensn.src = "gfx/menuerechts_evergreens_headline.gif"; 
menuelinkevergreensh = new Image();
menuelinkevergreensh.src = "gfx/menuerechts_evergreens_headline_h.gif";

menuelinkgreenschnaebeln = new Image();
menuelinkgreenschnaebeln.src = "gfx/menuerechts_schnaebel_headline.gif"; 
menuelinkgreenschnaebelh = new Image();
menuelinkgreenschnaebelh.src = "gfx/menuerechts_schnaebel_headline_h.gif";



function topmenue_over(imgname,imgsrc) {
	window.document.images[imgname].src = imgsrc.src;
}


function imgmenue_over(element,bild) {
	document.getElementById(element).style.backgroundImage = "url("+bild+")";
}

function imgmenue_out(element,bild) {
	document.getElementById(element).style.backgroundImage = "url("+bild+")";
}

function imgmenue_click(url) {
	location.href=url;
}


