var arrow = new Array();for(i=0;i<6;i++) {	arrow[i] = new Image();};function preload() {arrow[0].src = "./img/intropage/intro_unternehmen_0.jpg";arrow[1].src = "./img/intropage/intro_unternehmen_1.jpg";arrow[2].src = "./img/intropage/intro_teppiche_0.jpg";arrow[3].src = "./img/intropage/intro_teppiche_1.jpg";arrow[4].src = "./img/intropage/intro_stoffe_0.jpg";arrow[5].src = "./img/intropage/intro_stoffe_1.jpg";};preload();function change(arrow_src,wert) {	document.images[""+arrow_src+""].src = arrow[wert].src;}