<!-- 
var d=document;
var thelink;
var NeuesFenster=0;

function link (url) {
	opener.location=url;
	self.focus;
}

function auf (l) {
	NeuesFenster=window.open(l,'Fenster','toolbar=no,status=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=yes');
	NeuesFenster.focus();
}

function start() {
        if (document.images) {
	var stuff = new grafiken("img/p_on.gif","img/ben1.gif","img/ben2.gif","img/so1.gif","img/so2.gif","img/heike2.gif","img/heike5.gif","img/almute3.gif","img/almute4.gif","img/sie1.gif","img/sie2.gif","img/blau_on.gif","img/weiss_on.gif")
	}
}

function start2() {
        if (document.images) {
	var stuff = new grafiken("img/p_on.gif","img/ben1_e.gif","img/ben2_e.gif","img/so1_e.gif","img/so2_e.gif","img/heike2_e.gif","img/heike5_e.gif","img/almute3_e.gif","img/almute4_e.gif","img/sie1_e.gif","img/sie2_e.gif","img/blau_on.gif","img/weiss_on.gif")
	}
}

function grafiken() { 
	this.length = grafiken.arguments.length; 
	for (var i = 0; i < this.length; i++) {
		this[i] = new Image;
		this[i].src = grafiken.arguments[i];
	} 
}

function aus_gif(image) {
         if (document.images) {
              var src = image.src;
              var on = src.lastIndexOf("on");
              if (on != -1) {
                 var newsrc = src.substring(0,on) + "off.gif";
                 image.src = newsrc;
              }
         }
}


function ein_gif(image) {
	if (document.images) {
             var src = image.src;
             var off = src.lastIndexOf("off");
             if (off != -1) {
                var newsrc = src.substring(0,off) + "on.gif";
                image.src = newsrc;
             }
         }
}
        

function ein(x) {
	if (document.images) {
		if(x==1) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/ben1.gif";
			document.images.switch2.src="img/ben2.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/trans.gif";
		}
		if(x==2) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/so1.gif";
			document.images.switch2.src="img/so2.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/trans.gif";
		}
		if(x==3) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/trans.gif";
			document.images.switch2.src="img/heike2.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/heike5.gif";
		}
		if(x==4) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/trans.gif";
			document.images.switch2.src="img/trans.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/almute3.gif";
			document.images.switch4.src="img/almute4.gif";
			document.images.switch5.src="img/trans.gif";
		}
		if(x==5) {
			document.images.switch0.src="img/sie1.gif";
			document.images.switch1.src="img/trans.gif";
			document.images.switch2.src="img/trans.gif";
			document.images.switch2a.src="img/sie2.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/trans.gif";
		}
	}
}


function ein_e(x) {
	if (document.images) {
		if(x==1) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/ben1_e.gif";
			document.images.switch2.src="img/ben2_e.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/trans.gif";
		}
		if(x==2) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/so1_e.gif";
			document.images.switch2.src="img/so2_e.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/trans.gif";
		}
		if(x==3) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/trans.gif";
			document.images.switch2.src="img/heike2_e.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/heike5_e.gif";
		}
		if(x==4) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/trans.gif";
			document.images.switch2.src="img/trans.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/almute3_e.gif";
			document.images.switch4.src="img/almute4_e.gif";
			document.images.switch5.src="img/trans.gif";
		}
		if(x==5) {
			document.images.switch0.src="img/sie1_e.gif";
			document.images.switch1.src="img/trans.gif";
			document.images.switch2.src="img/trans.gif";
			document.images.switch2a.src="img/sie2_e.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/trans.gif";
		}
	}
}

function aus() {
	if (document.images) {
			document.images.switch0.src="img/trans.gif";
			document.images.switch1.src="img/trans.gif";
			document.images.switch2.src="img/trans.gif";
			document.images.switch2a.src="img/trans.gif";
			document.images.switch3.src="img/trans.gif";
			document.images.switch4.src="img/trans.gif";
			document.images.switch5.src="img/trans.gif";
	}
}

function offer(current,should,l) {
	thelink=l;
	x=current.src;
	x=x.substring(x.lastIndexOf('/')+1,x.length);
	if (x==should)
		setTimeout("window.location.href=thelink",100);
}

function offer2(current,should1,l1,should2,l2) {
	x=current.src;
	x=x.substring(x.lastIndexOf('/')+1,x.length);
	if (x==should1) {
		thelink=l1;
		setTimeout("window.location.href=thelink",100);
		return;
	}
	if (x==should2) {
		thelink=l2;
		setTimeout("window.location.href=thelink",100);
		return;
	}
}

//-->
