var bilder = new Array("image/maffin_gelb.gif", "image/maffin_braun.gif");
var naechstesBild = 0;
var verzoegerung = 1000;

function animation() {
	document.muffin.src = bilder[naechstesBild];
	naechstesBild++;
	if(naechstesBild==2) {
		naechstesBild = 0;
	}
	setTimeout("animation()", verzoegerung);	
}

var euro_bilder = new Array("image/a_1.jpg", "image/a_2.jpg", "image/a_3.jpg", "image/a_4.jpg", "image/a_5.jpg", "image/a_6.jpg", "image/a_7.jpg", "image/a_8.jpg", "image/a_9.jpg", "image/a_10.jpg", "image/a_11.jpg", "image/a_12.jpg");
var euro_bild = 0;
var verzoegerung = 1500;

function euro_animation() {
	document.em_bild.src = euro_bilder[euro_bild];
	euro_bild++;
	if(euro_bild==12) {
		euro_bild = 0;
	}
	setTimeout("euro_animation()", verzoegerung);	
}

function flash() {
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="142" height="142" id="maikaefer_1" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="flash/maikaefer_1.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="flash/maikaefer_1.swf" quality="high" bgcolor="#ffffff" width="142" height="142" name="maikaefer_1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}

function pastete() {
	window.open("pastete.html", "Pasteten", "width=550, height=550")

}
/* ------------------------------------------------------ */
var hochzeit_bilder = new Array("image/h_1.jpg", "image/h_2.jpg", "image/h_3.jpg", "image/h_4.jpg", "image/h_5.jpg", "image/h_6.jpg", "image/h_7.jpg", "image/h_8.jpg", "image/h_9.jpg", "image/h_10.jpg", "image/h_11.jpg", "image/h_12.jpg");
var hochzeit_bild = 1;

function hochzeit_animation() {
	document.hochzeit_image.src = hochzeit_bilder[hochzeit_bild];
	hochzeit_bild++;
	if(hochzeit_bild==12) {
		hochzeit_bild = 0;
	}
}
/* ------------------------------------------------------ */

var dessert_bilder = new Array("image/d_1.jpg", "image/d_2.jpg", "image/d_3.jpg", "image/d_4.jpg", "image/d_5.jpg", "image/d_6.jpg", "image/d_7.jpg", "image/d_8.jpg", "image/d_9.jpg", "image/d_10.jpg", "image/d_11.jpg", "image/d_12.jpg", "image/d_13.jpg", "image/d_14.jpg");
var dessert_bild = 1;

function dessert_animation() {
	document.dessert_image.src = dessert_bilder[dessert_bild];
	dessert_bild++;
	if(dessert_bild==14) {
		dessert_bild = 0;
	}
}
/* ------------------------------------------------------ */

var ostern_bilder = new Array("image/o_1.jpg", "image/o_2.jpg", "image/o_3.jpg", "image/o_4.jpg", "image/o_5.jpg", "image/o_6.jpg", "image/o_7.jpg", "image/o_8.jpg", "image/o_9.jpg", "image/o_10.jpg", "image/o_11.jpg", "image/o_12.jpg", "image/o_13.jpg", "image/o_14.jpg", "image/o_15.jpg", "image/o_16.jpg");
var ostern_bild = 1;

function ostern_animation() {
	document.ostern_image.src = ostern_bilder[ostern_bild];
	ostern_bild++;
	if(ostern_bild==16) {
		ostern_bild = 0;
	}
}
/* ------------------------------------------------------ */

var muttertag_bilder = new Array("image/m_1.jpg", "image/m_2.jpg", "image/m_3.jpg", "image/m_4.jpg", "image/m_5.jpg", "image/m_6.jpg", "image/m_7.jpg", "image/m_8.jpg", "image/m_9.jpg");
var muttertag_bild = 1;

function muttertag_animation() {
	document.muttertag_image.src = muttertag_bilder[muttertag_bild];
	muttertag_bild++;
	if(muttertag_bild==9) {
		muttertag_bild = 0;
	}
}
/* ------------------------------------------------------ */

var maikaefer_bilder = new Array("image/ma_1.jpg", "image/ma_2.jpg", "image/ma_3.jpg", "image/ma_4.jpg", "image/ma_5.jpg");
var maikaefer_bild = 1;

function maikaefer_animation() {
	document.maikaefer_image.src = maikaefer_bilder[maikaefer_bild];
	maikaefer_bild++;
	if(maikaefer_bild==5) {
		maikaefer_bild = 0;
	}
}
/* ------------------------------------------------------ */

var weihnachten_bilder = new Array("image/w_1.jpg", "image/w_2.jpg", "image/w_3.jpg", "image/w_4.jpg", "image/w_5.jpg", "image/w_6.jpg", "image/w_7.jpg", "image/w_8.jpg", "image/w_9.jpg");
var weihnachten_bild = 1;

function weihnachten_animation() {
	document.weihnachten_image.src = weihnachten_bilder[weihnachten_bild];
	weihnachten_bild++;
	if(weihnachten_bild==9) {
		weihnachten_bild = 0;
	}
}
/* ------------------------------------------------------ */

var biber_bilder = new Array("image/b_1.jpg", "image/b_2.jpg", "image/b_3.jpg", "image/b_4.jpg", "image/b_5.jpg", "image/b_6.jpg", "image/b_7.jpg");
var biber_bild = 1;

function biber_animation() {
	document.biber_image.src = biber_bilder[biber_bild];
	biber_bild++;
	if(biber_bild==7) {
		biber_bild = 0;
	}
}

/* ------------------------------------------------------ */

var apero_bilder = new Array("image/z1.jpg", "image/z2.jpg", "image/z3.jpg", "image/z4.jpg", "image/z5.jpg", "image/z6.jpg", "image/z7.jpg", "image/z8.jpg", "image/z9.jpg", "image/z10.jpg", "image/z11.jpg", "image/z12.jpg", "image/z13.jpg", "image/z14.jpg");
var apero_bild = 1;

function apero_animation() {
	document.apero_image.src = apero_bilder[apero_bild];
	apero_bild++;
	if(apero_bild==14) {
		apero_bild = 0;
	}
}
