// Funtionen topMenue

all_out_pic=new Image();
all_out_pic.src="../img/ueberuns_pic.png";
all_out_txt=new Image();
all_out_txt.src="../img/ueberuns_txt.png";

laden_pic=new Image();
laden_pic.src="../img/laden_pic.png";
laden_txt=new Image();
laden_txt.src="../img/laeden_txt.png";

wshop_pic=new Image();
wshop_pic.src="../img/webshop_pic.png";
wshop_txt=new Image();
wshop_txt.src="../img/webshop_txt.png";

blog_pic=new Image();
blog_pic.src="../img/blog_pic.png";
blog_txt=new Image();
blog_txt.src="../img/blog_txt.png";



function allOut()		{
    window.document.images[6].src=all_out_pic.src;
    window.document.images[7].src=all_out_txt.src;
}

function ladenOver()	{
    window.document.images[6].src=laden_pic.src;
    window.document.images[7].src=laden_txt.src;
}

function wshopOver()	{
    window.document.images[6].src=wshop_pic.src;
    window.document.images[7].src=wshop_txt.src;
}

function blogOver()	{
    window.document.images[6].src=blog_pic.src;
    window.document.images[7].src=blog_txt.src;
}


