Image1= new Image();
Image1.src = "../grafik/btn_wholesale_g.gif";

Image2= new Image();
Image2.src = "../grafik/btn_mga_g.gif";

Image3= new Image();
Image3.src = "../grafik/btn_kontakt_g.gif";

Image4= new Image();
Image4.src = "../grafik/btn_imprint_g.gif";

Image5= new Image();
Image5.src = "../grafik/btn_news_g.gif";

Image6= new Image();
Image6.src = "../grafik/btn_extasia_g.gif";

Image7= new Image();
Image7.src = "../grafik/btn_patrice_g.gif";

Image8= new Image();
Image8.src = "../grafik/btn_mink_g.gif";

Image9= new Image();
Image9.src = "../grafik/btn_shop_g.gif";

function Bildwechsel1(Bildname)
{
   window.document.getElementById(Bildname).src = "grafik/btn_"+Bildname+"_g.jpg";
}

function Bildwechsel2(Bildname)
{
   window.document.getElementById(Bildname).src = "grafik/btn_"+Bildname+".jpg";
}

function einblenden(s_name)
{
   window.document.getElementById(s_name).style.visibility="visible";
}

function ausblenden(s_name)
{
   window.document.getElementById(s_name).style.visibility="hidden";
}

