
		var browserName = navigator.appName;
		var browserVer = parseInt(navigator.appVersion);
		var version = "";
		var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4);
		if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";}
			// Blurring links:
		function blurLink(theObject)	{	//
			if (msie4)	{theObject.blur();}
		}
		
			// decrypt helper function
		function decryptCharcode(n,start,end,offset)	{
			n = n + offset;
			if (offset > 0 && n > end)	{
				n = start + (n - end - 1);
			} else if (offset < 0 && n < start)	{
				n = end - (start - n - 1);
			}
			return String.fromCharCode(n);
		}
			// decrypt string
		function decryptString(enc,offset)	{
			var dec = "";
			var len = enc.length;
			for(var i=0; i < len; i++)	{
				var n = enc.charCodeAt(i);
				if (n >= 0x2B && n <= 0x3A)	{
					dec += decryptCharcode(n,0x2B,0x3A,offset);	// 0-9 . , - + / :
				} else if (n >= 0x40 && n <= 0x5A)	{
					dec += decryptCharcode(n,0x40,0x5A,offset);	// A-Z @
				} else if (n >= 0x61 && n <= 0x7A)	{
					dec += decryptCharcode(n,0x61,0x7A,offset);	// a-z
				} else {
					dec += enc.charAt(i);
				}
			}
			return dec;
		}
			// decrypt spam-protected emails
		function linkTo_UnCryptMailto(s)	{
			location.href = decryptString(s,-2);
		}
		

var pageAr = new Array();
// JS function for mouse-over
	function over(name,imgObj)	{	//
		if (version == "n3" && document[name]) {document[name].src = eval(name+"_h.src");}
		else if (document.getElementById && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_h.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_h.src");}
	}
		// JS function for mouse-out
	function out(name,imgObj)	{	//
		if (version == "n3" && document[name]) {document[name].src = eval(name+"_n.src");}
		else if (document.getElementById && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_n.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_n.src");}
	}
if (version == "n3") {
img272_6d64_0_n=new Image(); img272_6d64_0_n.src = "typo3temp/menu/f56637238f.png"; 
img272_6d64_0_h=new Image(); img272_6d64_0_h.src = "typo3temp/menu/2e787b0cd2.png"; 
img273_6d64_1_n=new Image(); img273_6d64_1_n.src = "typo3temp/menu/a972f38857.png"; 
img273_6d64_1_h=new Image(); img273_6d64_1_h.src = "typo3temp/menu/4f7e0f316e.png"; 
img274_6d64_2_n=new Image(); img274_6d64_2_n.src = "typo3temp/menu/bdbe5133b7.png"; 
img274_6d64_2_h=new Image(); img274_6d64_2_h.src = "typo3temp/menu/43f9c41253.png"; 
img275_6d64_3_n=new Image(); img275_6d64_3_n.src = "typo3temp/menu/973a4a310d.png"; 
img275_6d64_3_h=new Image(); img275_6d64_3_h.src = "typo3temp/menu/973a4a310d.png"; 
img299_8194_0_n=new Image(); img299_8194_0_n.src = "typo3temp/menu/d8c88ec29f.png"; 
img299_8194_0_h=new Image(); img299_8194_0_h.src = "typo3temp/menu/c4a393e7a6.png"; 
img300_8194_1_n=new Image(); img300_8194_1_n.src = "typo3temp/menu/88201de137.png"; 
img300_8194_1_h=new Image(); img300_8194_1_h.src = "typo3temp/menu/8c3d3eb3c0.png"; 
img301_8194_2_n=new Image(); img301_8194_2_n.src = "typo3temp/menu/ea8e9bb68d.png"; 
img301_8194_2_h=new Image(); img301_8194_2_h.src = "typo3temp/menu/35ddd67d15.png"; 
img378_8194_3_n=new Image(); img378_8194_3_n.src = "typo3temp/menu/9b5bb99459.png"; 
img378_8194_3_h=new Image(); img378_8194_3_h.src = "typo3temp/menu/00634c5677.png"; 
img379_8194_4_n=new Image(); img379_8194_4_n.src = "typo3temp/menu/f1c854db2f.png"; 
img379_8194_4_h=new Image(); img379_8194_4_h.src = "typo3temp/menu/1c4b42515b.png"; 
img380_8194_5_n=new Image(); img380_8194_5_n.src = "typo3temp/menu/033adc54ff.png"; 
img380_8194_5_h=new Image(); img380_8194_5_h.src = "typo3temp/menu/033adc54ff.png"; 
img271_b64f_0_n=new Image(); img271_b64f_0_n.src = "fileadmin/templates/img/nav_tta_L0_home_lo.gif"; 
img271_b64f_0_h=new Image(); img271_b64f_0_h.src = "fileadmin/templates/img/nav_tta_L0_home_hi.gif"; 
img285_b64f_1_n=new Image(); img285_b64f_1_n.src = "fileadmin/templates/img/nav_tta_L0_contact_lo.gif"; 
img285_b64f_1_h=new Image(); img285_b64f_1_h.src = "fileadmin/templates/img/nav_tta_L0_contact_hi.gif"; 
img282_b64f_2_n=new Image(); img282_b64f_2_n.src = "fileadmin/templates/img/nav_tta_L0_newsletter_lo.gif"; 
img282_b64f_2_h=new Image(); img282_b64f_2_h.src = "fileadmin/templates/img/nav_tta_L0_newsletter_hi.gif"; 
img281_b64f_3_n=new Image(); img281_b64f_3_n.src = "fileadmin/templates/img/nav_tta_L0_imprint_lo.gif"; 
img281_b64f_3_h=new Image(); img281_b64f_3_h.src = "fileadmin/templates/img/nav_tta_L0_imprint_hi.gif"; 
img333_b64f_4_n=new Image(); img333_b64f_4_n.src = "fileadmin/templates/img/nav_tta_L0_sitemap_lo.gif"; 
img333_b64f_4_h=new Image(); img333_b64f_4_h.src = "fileadmin/templates/img/nav_tta_L0_sitemap_hi.gif";
}

