function open_bild(BildSeite) {
	bildWindow = window.open(BildSeite,"bildWindow","width=720,height=480,left=100,top=60,scrollbars=no");
}
function neonixToggle(itemID,linkID,anchorID,tSwitch){
	if (document.getElementById && navigator.userAgent.indexOf('Opera') == -1){
		var itemEL = document.getElementById(itemID);
		var linkEL = document.getElementById(linkID);
		itemEL.className = itemEL.className == 'TG_visible' ? 'TG_hidden' : 'TG_visible';
		if(!eval(tSwitch)){linkEL.innerHTML = itemEL.className == 'TG_hidden' ? '+ Anzeigen' : '&#151; Schliessen';}
	}
	if (anchorID.length != 0){;
		document.location.href = '#' + anchorID;
	}
}
if (document.getElementById && navigator.userAgent.indexOf('Opera') == -1){
document.writeln('<style type="text/css">');
document.writeln('.TG_visible {display: normal;}');
document.writeln('.TG_hidden {display: none;}');
document.writeln('</style>');
}