//<script language="JavaScript1.2">
//Browserweiche fuer DIV-Darstellung
<!--
if (navigator.appName.indexOf("Netscape") != -1) {
	document.write('<style type="text/css">');
	document.write('	#div_content_parent { vertical-align:top; align:left; position:absolute; top:91px; left:140px; }');
	document.write('	#div_content 		{ vertical-align:top; align:left; }');
	document.write('	#div_menu_parent 	{ vertical-align:top; align:left; z-index:3; position:absolute; overflow: auto; top:95px; left:0px; width:160; height:98%; }');
	document.write('	#div_menu 			{ vertical-align:top; z-index: 3; visibility:visible; position: absolute; width: 140; }');
	document.write('</style>');
} else {
	document.write('<style type="text/css">');
	document.write('	#div_content_parent { vertical-align:top; align:left; z-index:2; position:absolute; top:91px; left:0px; padding-left:140px; width:100%; height:99.5%; }');
	document.write('	#div_content 		{ vertical-align:top; align:left; z-index:2; position:relative; height:100%; overflow:auto; }');
	document.write('	#div_menu_parent 	{ vertical-align:top; align:left; z-index:3; position:absolute; overflow: auto; top:95px; left:0px; width:160; height:98%; }');
	document.write('	#div_menu  			{ vertical-align:top; z-index: 3; visibility:visible; position: absolute; width: 140; }');
	document.write('	body  			{ overflow: hidden }');
	document.write('</style>');
}

function UnCryptMailto(s) {
	var n=0;
	var r="";
	for(var i=0;i<s.length;i++) { 
		n=s.charCodeAt(i); 
		if (n>=8364) {n = 128;}
		r += String.fromCharCode(n-(2)); 
	}
	return r;
}
function linkTo_UnCryptMailto(s)	{
	location.href=UnCryptMailto(s);
}

	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
	var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4);
	if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror") {version = "n3";} else {version = "n2";}
	function blurLink(theObject)	{
		if (msie4)	{theObject.blur();}
	}
function Drucken(id, lang) {
	window.open('index.php?id='+id+'&type=98&L='+lang);
	return false;
}
// -->
