/*********** 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") {img1_0_n=new Image(); img1_0_n.src = "typo3temp/menu/H_789b5d5e7c.gif"; 
img1_0_h=new Image(); img1_0_h.src = "typo3temp/menu/H_3cfc6be5b2.gif"; 
img49_0_n=new Image(); img49_0_n.src = "typo3temp/menu/C_3247fe0ea6.gif"; 
img49_0_h=new Image(); img49_0_h.src = "typo3temp/menu/C_c6840cf578.gif"; 
img59_1_n=new Image(); img59_1_n.src = "typo3temp/menu/C_ce08ae8192.gif"; 
img59_1_h=new Image(); img59_1_h.src = "typo3temp/menu/C_96acbae04d.gif"; 
img48_2_n=new Image(); img48_2_n.src = "typo3temp/menu/F_e610132a01.gif"; 
img48_2_h=new Image(); img48_2_h.src = "typo3temp/menu/F_6247a090cd.gif"; 
img52_3_n=new Image(); img52_3_n.src = "typo3temp/menu/A_f70e4fd3a8.gif"; 
img52_3_h=new Image(); img52_3_h.src = "typo3temp/menu/A_6d7d88508f.gif"; 
img51_4_n=new Image(); img51_4_n.src = "typo3temp/menu/O_374f9c9905.gif"; 
img51_4_h=new Image(); img51_4_h.src = "typo3temp/menu/O_d643e4562f.gif"; 
img24_5_n=new Image(); img24_5_n.src = "typo3temp/menu/F_a3f685a774.gif"; 
img24_5_h=new Image(); img24_5_h.src = "typo3temp/menu/F_912df61ed1.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 () {
/*********** content-script-234 **********************/
$(".show-contact").insertAfter(".dec-advforms-introduction");

if($(".dec-advforms-confirmation").attr("class") == undefined){

if(!$("#tx_decadvforms_pi1-form127-whois-E").get(0).checked) {
$("#tx_decadvforms_pi1-form127-company").parents("p").hide();
}


$("#tx_decadvforms_pi1-form127-whois-E").click(
function() {
$("#tx_decadvforms_pi1-form127-company").parents("p").show();
}
);

$("#tx_decadvforms_pi1-form127-whois-C").click(
function() {
$("#tx_decadvforms_pi1-form127-company").parents("p").hide();
$("#tx_decadvforms_pi1-form127-company").val(' ');
}
);

$("#tx_decadvforms_pi1-form127-whois-A").click(
function() {
$("#tx_decadvforms_pi1-form127-company").parents("p").hide();
$("#tx_decadvforms_pi1-form127-company").val(' ');
}
);

}

/*********** tx_decstdcontent_hideFileTypeDescrByDefault **********************/
//this file is inserted in global js file via lib.stdcontent_headerData.51
jQuery(".dsc-file-type-description").hide();
jQuery(".dsc-file-type-description-header").after('<p class="dsc-file-type-description-header"><a href="#" class="dsc-file-type-description-header-link">' + jQuery(".dsc-file-type-description-header").text() + "</a></p>").remove();
jQuery(".dsc-file-type-description-header-link").click(function(){ jQuery(this).parents(".dsc-uploads-file").find(".dsc-file-type-description").toggle(); return false;});


});
