var SITE={start:function(){Browser.fixPNG("img.fixPNG");SITE.checkContentHeight();SITE.appendQuickstart();SITE.appendHighslide();SITE.appendSomeElements();SITE.appendTooltips()},checkContentHeight:function(){if($("footer")&&$("colContent")){var a=$("footer").getPosition();var b=$("colContent").getCoordinates();if(a.y>b.bottom){$("colContent").setStyle("height",(b.height+a.y-b.bottom))}}},resetContentHeight:function(){$("colContent").setStyle("height","auto")},appendQuickstart:function(){if($("quickjump")){$$("#quickjump option").each(function(a){var b=null;if(a.hasClass("ql_external")){b=function(){SITE.openWindow(a.value,"","toolbar=1,location=1,directories=1,status=1,scrollbars=1,resizable=1,top=50,left=150",(screen.width-300),(screen.height-300),true)}}else{b=function(){document.location.href=a.value}}a.store("ql_cmd",b)});$("quickjump").addEvent("change",function(){var a=this.options[this.selectedIndex];if(["-1","0"].contains(a.value)){this.selectedIndex=0}else{a.retrieve("ql_cmd").run()}})}},appendTooltips:function(){var a={offsets:{x:20,y:10},onShow:function(b){b.setStyle("opacity",0.9)},onHide:function(b){b.setStyle("opacity",0)}};SITE.tooltipsEnabled=new Tips([],$merge(a,{className:"tooltipsEnabled"}));SITE.tooltipsDisabled=new Tips([],$merge(a,{className:"tooltipsDisabled"}));if($$(".tooltip")){$$(".tooltip").each(function(d){if(d.get("title")){var c="";var b="";var f=d.get("title").clean();var e=f.split("::").clean();if(e.count()>1){c=e[0].clean();b=e[1].clean()}else{b=e[0].clean()}d.store("tip:title",c);d.store("tip:text",b);if(d.getProperty("disabled")||d.hasClass("disabled")){SITE.tooltipsDisabled.attach(d)}else{SITE.tooltipsEnabled.attach(d)}d.set("title","")}})}},appendImageBlocks:function(){$splat($$("span.iBlock")).each(function(a){if(!a.hasClass("iBlock-clean")){a.addEvents({mouseenter:function(b){if(!this.hasClass("iBlock-hovered")){this.addClass("iBlock-hovered")}},mouseleave:function(b){this.removeClass("iBlock-hovered")}})}})},appendHighslide:function(){$extend(hs,{lang:{focusTitle:"in den Vordergrund",fullExpandText:"Originalgr&ouml;&szlig;e",fullExpandTitle:"Originalgröße",closeText:"Schlie&szlig;en",closeTitle:"ESC-Taste (Schließen)",creditsText:"",creditsTitle:"",loadingText:"Lade ...",loadingTitle:"Mausklick - Abbruch",moveText:"Verschieben",moveTitle:"Verschieben",nextText:"Vor",nextTitle:"Pfeiltaste rechts (Vor)",pauseText:"Pause",pauseTitle:"Leertaste (Pause)",playText:"Abspielen",playTitle:"Leertaste (Abspielen)",previousText:"Zur&uuml;ck",previousTitle:"Pfeiltaste links (Zurück)",resizeTitle:"Größe anpassen",restoreTitle:"Mausklick - Schließen, Drag & Drop - Verschieben, Pfeiltasten - Blättern"},graphicsDir:CFG.path_hs,outlineType:null,loadingOpacity:0.85})},appendSomeElements:function(){var a=$$("table[class$=zebra]").filter(function(b){return(["td","th"].contains(b.getParent().get("tag")))?false:true}).each(function(b){b.getElements("tbody tr:nth-child(2n+1)").each(function(c){c.addClass("row_highlight")})})},openWindow:function(a,h,e,d,b,c){if(window.screen){if(c){var i=(screen.width-d)/2;var f=(screen.height-b)/2;e+=(e!="")?",":"";e+=",left="+i+",top="+f}}var g=window.open(a,h,e+((e!="")?",":"")+"width="+d+",height="+b);g.focus()}};window.addEvent("domready",SITE.start);
