window.onerror=null;

// var strOldDiv="none";
// var strOldPic="none";

function change(strName) {
	strBild="../figures/" + strName + "_2.gif";
	document.getElementsByName('im_' + strName)[0].src = strBild;
}

function unchange(strName) {
	strBild="../figures/" + strName + "_1.gif";
	document.getElementsByName('im_' + strName)[0].src = strBild;
}


// function seite_anzeigen(datei1, datei2) {
// 	frControl=eval("top.frUeberschrift");
// 	frControl.location.href=datei1;
// 	frControl=eval("top.frInhalt");
// 	frControl.location.href=datei2;
// }

// function seite_anzeigen2(datei1, datei2, datei3) {
// 	frControl=eval("top.frMenue");
// 	frControl.location.href=datei1;
// 	frControl=eval("top.frUebergang");
// 	frControl.location.href=datei2;
// 	frControl=eval("top.frInhalt");
// 	frControl.location.href=datei3;
// }

// function drucken(strFrame) {
// 	frControl=eval("top." + strFrame);
// 	frControl.print();
// }

// function popup(strName, strLocation, iBreite, iHoehe) {
// 	// Starten einer Unterseite
// 	//window.open(location,"NEW","scrollbars=yes,width=800,height=600");
// 	window.open(strLocation, strName, "width=" + iBreite +", height=" + iHoehe + ", scrollbars=yes, resizable=yes");
// }

// function showDiv(strDiv) {
// 	document.getElementById(strDiv).style.visibility = "visible";
// 	strOldDiv=strDiv;
// }

// function makeDivInvisible(strDiv) {
// 	document.getElementById(strDiv).style.visibility = "hidden";
// }

// function highlight(strName) {
// 	if (strOldPic!="none") {
// 		unchange(strOldPic);
// 	};

// 	change(strName);
// 	strOldPic=strName;

// 	//Menueebene 2:
// 	if (strOldDiv!="none") {
// 		makeDivInvisible(strOldDiv);
// 	};
// 	if (strDiv!="none") {
// 		showDiv(strDiv);
// 		strOldDiv=strDiv;
// 	};
// }

