/* This file has */
/* been minimized. */
/* credits of reused code can be found by removing ‘-min’ from the url. */
if(typeof PWCC=="undefined"||!PWCC){PWCC=new Object()}PWCC.nav=function(b,f,a){var e=jQuery;if(b==null){b="ul.nav li"}else{var d=b.split(",");b="";for(var c=0;c<d.length;c++){b+=d[c]+" li";if(c<d.length-1){b+=", "}}}if(f==null){f="hover-focus"}if(a==null){a=f}e(function(){e(b).each(function(){var g=this;e(g).hover(function(){e(g).addClass(f)},function(){e(g).removeClass(f)});e(g).find("a").each(function(){var h=this;e(h).focus(function(){e(g).addClass(a)});e(h).blur(function(){e(g).removeClass(a)})})})})};PWCC.bodyClass=function(){var a=jQuery;a(function(){a("body").removeClass("js-disabled");a("body").addClass("js-enabled")});a(window).load(function(){a("body").removeClass("js-winloading");a("body").addClass("js-winready")})}();PWCC.createStyleRule=function(f,d,c){
/*		Copyright 2005 Bobby van der Sluis
		This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/> */
if(c==null){c="screen"}if(!document.getElementsByTagName||!(document.createElement||document.createElementNS)){return}var e=navigator.userAgent.toLowerCase();var g=((e.indexOf("msie")!=-1)&&(e.indexOf("opera")==-1));var i=(g&&(e.indexOf("win")!=-1));var k=(g&&(e.indexOf("mac")!=-1));if(k){return}var h=document.getElementsByTagName("head")[0];var b=(typeof document.createElementNS!="undefined")?document.createElementNS("http://www.w3.org/1999/xhtml","style"):document.createElement("style");if(!i){var j=document.createTextNode(f+" {"+d+"}");b.appendChild(j)}b.setAttribute("type","text/css");b.setAttribute("media",c);h.appendChild(b);if(i&&document.styleSheets&&document.styleSheets.length>0){var a=document.styleSheets[document.styleSheets.length-1];if(typeof a.addRule=="object"){a.addRule(f,d)}}};PWCC.equalHeight=function(a,b,f){var e=jQuery;if(a==null){return null}if(b==null){b="equalHeight"}if(f==null){f="screen, projection, handheld"}var h=Math.floor(Math.random()*999999);b=b+"-"+h;var d=0;e(a).each(function(){if(e(this).height()>d){d=e(this).height()}e(this).addClass(b)});b="."+b;var g="min-height: "+d+"px;";var c="height: "+d+"px;";PWCC.createStyleRule(b,g,f);PWCC.createStyleRule("* html "+b,c,f);return b};
