{
 
alt12 = new Image();
alt12.src = "../bilder/mauer_e.jpg";

graphic1= new Image();
graphic1.src = "../button/home.jpg";
graphic1on = new Image();
graphic1on.src = "../button/home_.jpg";

graphic2= new Image();
graphic2.src = "../button/aktuell.jpg";
graphic2on = new Image();
graphic2on.src = "../button/aktuell_.jpg";

graphic3= new Image();
graphic3.src = "../button/agenda.jpg";
graphic3on = new Image();
graphic3on.src = "../button/agenda_.jpg";

graphic4= new Image();
graphic4.src = "../button/huuler.jpg";
graphic4on = new Image();
graphic4on.src = "../button/huuler_.jpg";

graphic5= new Image();
graphic5.src = "../button/mitglieder.jpg";
graphic5on = new Image();
graphic5on.src = "../button/mitglieder_.jpg";

graphic6= new Image();
graphic6.src = "../button/gallery.jpg";
graphic6on = new Image();
graphic6on.src = "../button/gallery_.jpg";

graphic7= new Image();
graphic7.src = "../button/gaestebuch.jpg";
graphic7on = new Image();
graphic7on.src = "../button/gaestebuch_.jpg";

graphic8= new Image();
graphic8.src = "../button/links.jpg";
graphic8on = new Image();
graphic8on.src = "../button/links_.jpg";

graphic9= new Image();
graphic9.src = "../button/danke.jpg";
graphic9on = new Image();
graphic9on.src = "../button/danke_.jpg";

graphic10= new Image();
graphic10.src = "../button/kontakt.jpg";
graphic10on = new Image();
graphic10on.src = "../button/kontakt_.jpg";

graphic11= new Image();
graphic11.src = "../button/intern.jpg";
graphic11on = new Image();
graphic11on.src = "../button/intern_.jpg";

}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}

