<!--
var F2,n;
var n = 0;

function preload(){
	b = new Array(57);
	for(i=0; i<b.length; i++){
		b[i]= new Image();
		b[i].src= "bilder/b" + i + ".gif";
	}
}

function oeffne() {
	F2=window.open('../bilder/b0.htm','x','width=606, height=412,scrolling=1,resizable=1');
}

function starter(){
	 window.open('kamperV1.htm','y','width=360,height=180');
}
function erste(x){
	n = n +x;
	if (n==57) n=0;
	if (n==-1)  n=22;
	window.document.images[0].src=b[n].src;
//	if (document.images[0].src=="http://www.cultd.net/quelcorps/bilder/b22.gif") 
	if (document.images[0].src=="http://www.cultd.net/quelcorps/bilder/b27.gif")  window.open('mooreV1.htm','y','width=360,height=180');
	if (document.images[0].src=="http://www.cultd.net/quelcorps/bilder/b42.gif") window.open('zieliV1.htm','y','width=360,height=180');

}

//-->
