/*********** func_defaultJS **********************/
	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();}
	}

/*********** func_JSImgCode **********************/
if (version == "n3") {img238_d73c_0_n=new Image(); img238_d73c_0_n.src = "typo3temp/menu/A_ade0edae45.gif"; 
img238_d73c_0_h=new Image(); img238_d73c_0_h.src = "typo3temp/menu/A_b026b398cc.gif"; 
img122_d73c_1_n=new Image(); img122_d73c_1_n.src = "typo3temp/menu/C_49f6b688c1.gif"; 
img122_d73c_1_h=new Image(); img122_d73c_1_h.src = "typo3temp/menu/C_bcea8f976f.gif"; 
img123_d73c_2_n=new Image(); img123_d73c_2_n.src = "typo3temp/menu/D_6c4de302a5.gif"; 
img123_d73c_2_h=new Image(); img123_d73c_2_h.src = "typo3temp/menu/D_6208d84cc2.gif"; 
img124_d73c_3_n=new Image(); img124_d73c_3_n.src = "typo3temp/menu/P_4a62690f91.gif"; 
img124_d73c_3_h=new Image(); img124_d73c_3_h.src = "typo3temp/menu/P_d7eb52131e.gif"; 
img125_d73c_4_n=new Image(); img125_d73c_4_n.src = "typo3temp/menu/N_23b84005ab.gif"; 
img125_d73c_4_h=new Image(); img125_d73c_4_h.src = "typo3temp/menu/N_c938747975.gif"; 
img127_d73c_5_n=new Image(); img127_d73c_5_n.src = "typo3temp/menu/W_3ffa6a67a3.gif"; 
img127_d73c_5_h=new Image(); img127_d73c_5_h.src = "typo3temp/menu/W_45e20addc0.gif"; 
img128_d73c_6_n=new Image(); img128_d73c_6_n.src = "typo3temp/menu/L_b95535c94b.gif"; 
img128_d73c_6_h=new Image(); img128_d73c_6_h.src = "typo3temp/menu/L_9c1d91a863.gif"; 
img129_d73c_7_n=new Image(); img129_d73c_7_n.src = "typo3temp/menu/L_fb996d2172.gif"; 
img129_d73c_7_h=new Image(); img129_d73c_7_h.src = "typo3temp/menu/L_436d365947.gif";}

/*********** func_mouseOver **********************/
		// 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");}
	}



jQuery(document).ready(function () {
});