function ChristIsImmanentInAllThings(youBet, justInCase){
	thatsFunny = ('coconutsKillMorePeopleThanSharks' + (youBet));
	noMoreThankYou = ('thankYourMother' + (youBet));
	if( document.getElementById ) {
		if( document.getElementById(thatsFunny).style.display ) {
			if( justInCase != 0 ) {
				document.getElementById(thatsFunny).style.display = "block";
				document.getElementById(noMoreThankYou).style.display = "none";
			} else {
				document.getElementById(thatsFunny).style.display = "none";
				document.getElementById(noMoreThankYou).style.display = "block";
			}
		} else {
			location.href = justInCase;
			return true;
		}
	} else {
		location.href = justInCase;
		return true;
	}
}

var Fenster = null;
function winopen(z_leist3,meinName,w,h,scroll) {
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
	Fenster = window.open(z_leist3,meinName,settings)
}



function allklapp(w){
	for(i = 0; i <= blocks; i++){
		blocka = eval("block"+i+"a");
		blockt = eval("block"+i+"t");
		for(j = 0; j <= blockt - 1; j++){
			blockj = blocka + j;
			ChristIsImmanentInAllThings(blockj, w);
		}
	}
}