{

alt0 = new Image();
alt0.src = "../pics/layout/flower_oben.jpg";

alt1 = new Image();
alt1.src = "../pics/layout/flower_oben.jpg";

alt2 = new Image();
alt2.src = "../images/layout/unten_banner.gif";

alt3 = new Image();
alt3.src = "../images/layout/unten_banner.gif";

graphic1= new Image();
graphic1.src = "../pics/layout/navigation/gallery.gif";
graphic1on = new Image();
graphic1on.src = "../pics/layout/navigation/gallery_o.gif";

graphic2= new Image();
graphic2.src = "../pics/layout/navigation/portrait.gif";
graphic2on = new Image();
graphic2on.src = "../pics/layout/navigation/portrait_o.gif";

graphic3= new Image();
graphic3.src = "../pics/layout/navigation/referenzen.gif";
graphic3on = new Image();
graphic3on.src = "../pics/layout/navigation/referenzen_o.gif";

graphic4= new Image();
graphic4.src = "../pics/layout/navigation/ballonshop.gif";
graphic4on = new Image();
graphic4on.src = "../pics/layout/navigation/ballonshop_o.gif";

graphic5= new Image();
graphic5.src = "../pics/layout/navigation/kontakt.gif";
graphic5on = new Image();
graphic5on.src = "../pics/layout/navigation/kontakt_o.gif";

graphic6= new Image();
graphic6.src = "../pics/layout/navigation/anfrage.gif";
graphic6on = new Image();
graphic6on.src = "../pics/layout/navigation/anfrage_o.gif";

graphic7= new Image();
graphic7.src = "../pics/layout/navigation/modellieren.gif";
graphic7on = new Image();
graphic7on.src = "../pics/layout/navigation/modellieren_o.gif";

graphic8= new Image();
graphic8.src = "../pics/layout/navigation/deko.gif";
graphic8on = new Image();
graphic8on.src = "../pics/layout/navigation/deko_o.gif";

graphic9= new Image();
graphic9.src = "../pics/layout/navigation/skulpturen.gif";
graphic9on = new Image();
graphic9on.src = "../pics/layout/navigation/skulpturen_o.gif";

graphic10= new Image();
graphic10.src = "../pics/layout/navigation/zaubern.gif";
graphic10on = new Image();
graphic10on.src = "../pics/layout/navigation/zaubern_o.gif";

}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}

