/*
 * global functions for n7w-CMS and n7w-community
 */
var globalFlowPlayer;function startFlowPlayer(a,b){globalFlowPlayer=flowplayer(a,{src:"/global/swf/flowplayer-3.2.1.swf",wmode:"transparent"},{plugins:{controls:{top:0}},clip:{autoPlay:false,autoBuffering:true},playlist:[b]})}$(document).ready(function(){$("tr:nth-child(odd)").addClass("zebra");try{$("#superfish ul").superfish({speed:"fast"})}catch(a){}$("#edit-name").focus(function(){if($(this).val()=="Membername"){$(this).val("")}}).blur(function(){if($(this).val()==""){$(this).val("Membername")}});$("#edit-pass").val("pass").focus(function(){if($(this).val()=="pass"){$(this).val("")}}).blur(function(){if($(this).val()==""){$(this).val("pass")}});if($(".redGalery a").length>0){$(".redGalery a").each(function(){if($(this).attr("rel").match(/mediendb/)||$(this).attr("rel").match(/default\/files\/videos/)){$(this).attr("href",$(this).attr("name"))}}).overlay({target:"#redGallery",expose:"#111",closeOnClick:true}).alternativegallery({disabledClass:"inactive",speed:"fast",template:'<strong>${title}</strong><span style="float:right;">${index} / ${total}</span>',preload:false,beforeChange:function(b){$("#redVideoContent").html("")},afterChange:function(b){$("#redVideoContent").html("");if(b.attr("rel").match(/mediendb/)||b.attr("rel").match(/default\/files\/videos/)){$("#redVideoContent").css("width",$("#redGallery #img").css("width")).css("height",$("#redGallery #img").innerHeight()+"px");$("#redGallery #img").css("display","none");startFlowPlayer("redVideoContent",b.attr("rel"))}}})}$(".contentPageTool img").css("opacity",0.6).bind("mouseenter",function(){$(this).stop(true,true).animate({opacity:1},"fast")});$(".contentPageTool img").bind("mouseleave",function(){$(this).stop(true,true).css("opacity",0.5)});$(".contentPageTool a").tooltip({track:true,delay:0,id:"tooltip",extraClass:"contentGeneralTooltip",showURL:false});$("#easyVotingFlashcode").html('<textarea style="width:100%;" rows="5" cols="40">&lt;object height="624" width="735"&gt;&lt;param value="http://www.new7wonders.com/file/download/mediendb/1/id/20645/"&gt;&lt;embed height="624" width="735" type="application/x-shockwave-flash" src="http://www.new7wonders.com/file/download/mediendb/1/id/20645/"/&gt;&lt;/object&gt;</textarea>').bind("click",function(){$(this).find("textarea").focus();$(this).find("textarea").select()})});