//#########################################
// coding 2005 Ralf H. Schuebel / www.ad1.de
// jegliche Aenderung am Quellcode dieses Dokumentes
// und seiner Bestandteile nur mit ausdrücklicher,
// schriftlicher Genehmigung.
//#########################################

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

// ################################### //
USA=navigator.userAgent.toUpperCase();
//alert(USA)

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

ff = (USA.indexOf("FIREFOX") >= 0) ? 1 : 0 ;
n6 = (USA.indexOf("GECKO") >= 0) ? 1 : 0 ;
ie = (USA.indexOf("MSIE") >= 0) ? 1 : 0 ;

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

// ################################### //
function prep(pObj,pSrc){
	if(document.images){
		eval(pObj+' = new Image()')
		eval(pObj+'.src = "'+pSrc+'"')
	}
}

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

function px(id,st){
	document.images["P"+id].src = eval("P"+id+st).src
}

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

sph5 = "<img src=\"../p/bl.gif\" width=\"1\" height=\"5\" alt=\"\"><br />"
sph15 = "<img src=\"../p/bl.gif\" width=\"1\" height=\"15\" alt=\"\"><br />"

function upp(){

up = "<div style=\"width:481px;text-align:center\" class=\"ns\">"
up+= sph5+"<a href=\""+this.location.href+"#top\" onMouseOut=\"window.status=''\" onMouseOver="
up+= "\"window.status='zum Seitenanfang'; return true\" >"
up+= "<img src=\"../p/aru.gif\" width=\"13\" height=\"15\" "
up+= "alt=\"\" border=\"0\" align=\"middle\">&nbsp;zum Seitenanfang&nbsp;"
up+= "<img src=\"../p/aru.gif\" width=\"13\" height=\"15\" "
up+= "alt=\"\" border=\"0\" align=\"middle\"></a><br>"+sph15
up+= "</div>"

return up

}

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

function divx(did,dst){
	if(n6){
		document.getElementById("PD"+did).style.visibility = (dst==1) ? "visible" : "hidden";
	}
	if(ie4){
		document.all["PD"+did].style.visibility = (dst==1) ? "visible" : "hidden";
	}
}

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