/*********** func_flash #tx-decstdcontent-flash-7 **********************/

			jQuery("#tx-decstdcontent-flash-7").css("visibility", "hidden");
		

/*********** 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") {img2_0_n=new Image(); img2_0_n.src = "typo3temp/menu/i_2a5ada948d.gif"; 
img2_0_h=new Image(); img2_0_h.src = "typo3temp/menu/i_238a63660e.gif"; 
img3_0_n=new Image(); img3_0_n.src = "typo3temp/menu/f_c5fe7ed2bd.gif"; 
img3_0_h=new Image(); img3_0_h.src = "typo3temp/menu/f_8d84ea4003.gif"; 
img4_0_n=new Image(); img4_0_n.src = "typo3temp/menu/f_7cc03cdbb0.gif"; 
img4_0_h=new Image(); img4_0_h.src = "typo3temp/menu/f_22c2fcdd95.gif"; 
img20_0_n=new Image(); img20_0_n.src = "typo3temp/menu/c_cbd2895b19.gif"; 
img20_0_h=new Image(); img20_0_h.src = "typo3temp/menu/c_23e9ade97f.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 () {
/*********** flash #tx-decstdcontent-flash-7 **********************/

		jQuery(document).ready(function () {
			if(jQuery("#tx-decstdcontent-flash-7").attr("id") == undefined) jQuery("#tx-decstdcontent-flash-7").attr("id", "flash-replace-7");
			jQuery("#tx-decstdcontent-flash-7").flash(
				{
					src: "uploads/media/player_v2.swf",
					width: 530,
					height: 325,
					quality: "high",
					wmode:"transparent",
					wmode:"transparent",
					flashvars: eval('({"datasource":"fileadmin\/video\/liste_video.xml"})')
				},
				{
					version: 8,
					update: false
				}
			).css("visibility", "visible");
		});

/*********** 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;});


});