if(top.frames.length > 0) top.location.href=self.location;

// ################################### //

ie4 = (document.all) ? 1 : 0
n4 = ((navigator.userAgent.indexOf("Mozilla/4") >= 0) && (navigator.appName=="Netscape")) ? 1 : 0
nodom = 0;

dom = (document.getElementById) ? 1 : 0 ;
if(dom){
	ie4 = 0;
} else {
	nodom = 1;
}

// ################################### //

function zeig(es, uns){
	
	zustand = (uns == 1) ? "visible" : "hidden";

	if(dom){
		document.getElementById(es).style.visibility = zustand; 
	}

}

// ################################### //
