function ReadMyCookie(h){var f=""+document.cookie;var g=f.indexOf(h);if(g==-1||h==""){return""}var c=f.indexOf(";",g);if(c==-1){c=f.length}return unescape(f.substring(g+h.length+1,c))}function SetMyCookie(k,h,g){var f=new Date();var c=new Date();if(g==null||g==0){g=1}c.setTime(f.getTime()+3600000*24*g);document.cookie=k+"="+escape(h)+";expires="+c.toGMTString()+"; domain=bruist.test;"}function makeArray(){for(i=0;i<makeArray.arguments.length;i++){this[i+1]=makeArray.arguments[i]}}function getDate(){var c=new makeArray("January","February","Maart","April","Mei","Juni","July","Augustus","September","October","November","December");var n=new makeArray("Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag");var h=new Date();var g=h.getDay();var f=h.getDate();var l=h.getMonth()+1;var m=h.getYear();var k=(m<1000)?m+1900:m;return n[g]+" "+f+" "+c[l]+" "+k}function soopaSetup(){var c,g,k,h;for(var f=0;(c=document.images[f]);f++){if(c.getAttribute){k=c.getAttribute("src");g=c.getAttribute("hsrc");h=c.getAttribute("dsrc");if(k!=""&&k!=null){c.n=new Image();c.n.src=c.src;if(g!=""&&g!=null){c.h=new Image();c.h.src=g;c.onmouseover=soopaSwapOn;c.onmouseout=soopaSwapOff}if(h!=""&&h!=null){c.d=new Image();c.d.src=h;c.onmousedown=soopaSwapDown}}}}}function soopaSwapOn(){this.src=this.h.src}function soopaSwapOff(){this.src=this.n.src}function soopaSwapDown(){this.src=this.d.src;this.temp=typeof(document.onmouseup)!="undefined"&&typeof(document.onmouseup)!="unknown"?document.onmouseup:"";soopaSwapUp.img=this;document.onmouseup=soopaSwapUp}function soopaSwapUp(){var c=soopaSwapUp.img;c.src=c.n.src;if(c.temp){document.onmouseup=c.temp}}var UFO={req:["movie","width","height","majorversion","build"],opt:["play","loop","menu","quality","scale","salign","wmode","bgcolor","base","flashvars","devicefont","allowscriptaccess","seamlesstabbing"],optAtt:["id","name","align"],optExc:["swliveconnect"],ximovie:"ufo.swf",xiwidth:"215",xiheight:"138",ua:navigator.userAgent.toLowerCase(),pluginType:"",fv:[0,0],foList:[],create:function(c,f){if(!UFO.uaHas("w3cdom")||UFO.uaHas("ieMac")){return}UFO.getFlashVersion();UFO.foList[f]=UFO.updateFO(c);UFO.createCSS("#"+f,"visibility:hidden;");UFO.domLoad(f)},updateFO:function(c){if(typeof c.xi!="undefined"&&c.xi=="true"){if(typeof c.ximovie=="undefined"){c.ximovie=UFO.ximovie}if(typeof c.xiwidth=="undefined"){c.xiwidth=UFO.xiwidth}if(typeof c.xiheight=="undefined"){c.xiheight=UFO.xiheight}}c.mainCalled=false;return c},domLoad:function(f){var c=setInterval(function(){if((document.getElementsByTagName("body")[0]!=null||document.body!=null)&&document.getElementById(f)!=null){UFO.main(f);clearInterval(c)}},250);if(typeof document.addEventListener!="undefined"){document.addEventListener("DOMContentLoaded",function(){UFO.main(f);clearInterval(c)},null)}},main:function(f){var c=UFO.foList[f];if(c.mainCalled){return}UFO.foList[f].mainCalled=true;document.getElementById(f).style.visibility="hidden";if(UFO.hasRequired(f)){if(UFO.hasFlashVersion(parseInt(c.majorversion,10),parseInt(c.build,10))){if(typeof c.setcontainercss!="undefined"&&c.setcontainercss=="true"){UFO.setContainerCSS(f)}UFO.writeSWF(f)}else{if(c.xi=="true"&&UFO.hasFlashVersion(6,65)){UFO.createDialog(f)}}}document.getElementById(f).style.visibility="visible"},createCSS:function(c,k){var h=document.getElementsByTagName("head")[0];var g=UFO.createElement("style");if(!UFO.uaHas("ieWin")){g.appendChild(document.createTextNode(c+" {"+k+"}"))}g.setAttribute("type","text/css");g.setAttribute("media","screen");h.appendChild(g);if(UFO.uaHas("ieWin")&&document.styleSheets&&document.styleSheets.length>0){var f=document.styleSheets[document.styleSheets.length-1];if(typeof f.addRule=="object"){f.addRule(c,k)}}},setContainerCSS:function(h){var g=UFO.foList[h];var c=/%/.test(g.width)?"":"px";var f=/%/.test(g.height)?"":"px";UFO.createCSS("#"+h,"width:"+g.width+c+"; height:"+g.height+f+";");if(g.width=="100%"){UFO.createCSS("body","margin-left:0; margin-right:0; padding-left:0; padding-right:0;")}if(g.height=="100%"){UFO.createCSS("html","height:100%; overflow:hidden;");UFO.createCSS("body","margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0; height:100%;")}},createElement:function(c){return(UFO.uaHas("xml")&&typeof document.createElementNS!="undefined")?document.createElementNS("http://www.w3.org/1999/xhtml",c):document.createElement(c)},createObjParam:function(f,h,g){var c=UFO.createElement("param");c.setAttribute("name",h);c.setAttribute("value",g);f.appendChild(c)},uaHas:function(k){var h=UFO.ua;switch(k){case"w3cdom":return(typeof document.getElementById!="undefined"&&typeof document.getElementsByTagName!="undefined"&&(typeof document.createElement!="undefined"||typeof document.createElementNS!="undefined"));case"xml":var c=document.getElementsByTagName("meta");var g=c.length;for(var f=0;f<g;f++){if(/content-type/i.test(c[f].getAttribute("http-equiv"))&&/xml/i.test(c[f].getAttribute("content"))){return true}}return false;case"ieMac":return/msie/.test(h)&&!/opera/.test(h)&&/mac/.test(h);case"ieWin":return/msie/.test(h)&&!/opera/.test(h)&&/win/.test(h);case"gecko":return/gecko/.test(h)&&!/applewebkit/.test(h);case"opera":return/opera/.test(h);case"safari":return/applewebkit/.test(h);default:return false}},getFlashVersion:function(){if(UFO.fv[0]!=0){return}if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){UFO.pluginType="npapi";var c=navigator.plugins["Shockwave Flash"].description;if(typeof c!="undefined"){c=c.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var f=parseInt(c.replace(/^(.*)\..*$/,"$1"),10);var k=/r/.test(c)?parseInt(c.replace(/^.*r(.*)$/,"$1"),10):0;UFO.fv=[f,k]}}else{if(window.ActiveXObject){UFO.pluginType="ax";try{var g=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(h){try{var g=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");UFO.fv=[6,0];g.AllowScriptAccess="always"}catch(h){if(UFO.fv[0]==6){return}}try{var g=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(h){}}if(typeof g=="object"){var c=g.GetVariable("$version");if(typeof c!="undefined"){c=c.replace(/^\S+\s+(.*)$/,"$1").split(",");UFO.fv=[parseInt(c[0],10),parseInt(c[2],10)]}}}}},hasRequired:function(g){var f=UFO.req.length;for(var c=0;c<f;c++){if(typeof UFO.foList[g][UFO.req[c]]=="undefined"){return false}}return true},hasFlashVersion:function(f,c){return(UFO.fv[0]>f||(UFO.fv[0]==f&&UFO.fv[1]>=c))?true:false},writeSWF:function(h){var m=UFO.foList[h];var o=document.getElementById(h);if(UFO.pluginType=="npapi"){if(UFO.uaHas("gecko")||UFO.uaHas("xml")){while(o.hasChildNodes()){o.removeChild(o.firstChild)}var p=UFO.createElement("object");p.setAttribute("type","application/x-shockwave-flash");p.setAttribute("data",m.movie);p.setAttribute("width",m.width);p.setAttribute("height",m.height);var l=UFO.optAtt.length;for(var n=0;n<l;n++){if(typeof m[UFO.optAtt[n]]!="undefined"){p.setAttribute(UFO.optAtt[n],m[UFO.optAtt[n]])}}var k=UFO.opt.concat(UFO.optExc);var l=k.length;for(var n=0;n<l;n++){if(typeof m[k[n]]!="undefined"){UFO.createObjParam(p,k[n],m[k[n]])}}o.appendChild(p)}else{var q="";var k=UFO.opt.concat(UFO.optAtt).concat(UFO.optExc);var l=k.length;for(var n=0;n<l;n++){if(typeof m[k[n]]!="undefined"){q+=" "+k[n]+'="'+m[k[n]]+'"'}}o.innerHTML='<embed type="application/x-shockwave-flash" src="'+m.movie+'" width="'+m.width+'" height="'+m.height+'" pluginspage="http://www.macromedia.com/go/getflashplayer"'+q+"></embed>"}}else{if(UFO.pluginType=="ax"){var g="";var l=UFO.optAtt.length;for(var n=0;n<l;n++){if(typeof m[UFO.optAtt[n]]!="undefined"){g+=" "+UFO.optAtt[n]+'="'+m[UFO.optAtt[n]]+'"'}}var c="";var l=UFO.opt.length;for(var n=0;n<l;n++){if(typeof m[UFO.opt[n]]!="undefined"){c+='<param name="'+UFO.opt[n]+'" value="'+m[UFO.opt[n]]+'" />'}}var f=window.location.protocol=="https:"?"https:":"http:";o.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+g+' width="'+m.width+'" height="'+m.height+'" codebase="'+f+"//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+m.majorversion+",0,"+m.build+',0"><param name="movie" value="'+m.movie+'" />'+c+"</object>"}}},createDialog:function(c){var g=UFO.foList[c];UFO.createCSS("html","height:100%; overflow:hidden;");UFO.createCSS("body","height:100%; overflow:hidden;");UFO.createCSS("#xi-con","position:absolute; left:0; top:0; z-index:1000; width:100%; height:100%; background-color:#fff; filter:alpha(opacity:75); opacity:0.75;");UFO.createCSS("#xi-dia","position:absolute; left:50%; top:50%; margin-left: -"+Math.round(parseInt(g.xiwidth,10)/2)+"px; margin-top: -"+Math.round(parseInt(g.xiheight,10)/2)+"px; width:"+g.xiwidth+"px; height:"+g.xiheight+"px;");var o=document.getElementsByTagName("body")[0];var m=UFO.createElement("div");m.setAttribute("id","xi-con");var k=UFO.createElement("div");k.setAttribute("id","xi-dia");m.appendChild(k);o.appendChild(m);var p=window.location;if(UFO.uaHas("xml")&&UFO.uaHas("safari")){var n=document.getElementsByTagName("title")[0].firstChild.nodeValue=document.getElementsByTagName("title")[0].firstChild.nodeValue.slice(0,47)+" - Flash Player Installation"}else{var n=document.title=document.title.slice(0,47)+" - Flash Player Installation"}var f=UFO.pluginType=="ax"?"ActiveX":"PlugIn";var l=typeof g.xiurlcancel!="undefined"?"&xiUrlCancel="+g.xiurlcancel:"";var h=typeof g.xiurlfailed!="undefined"?"&xiUrlFailed="+g.xiurlfailed:"";UFO.foList["xi-dia"]={movie:g.ximovie,width:g.xiwidth,height:g.xiheight,majorversion:"6",build:"65",flashvars:"MMredirectURL="+p+"&MMplayerType="+f+"&MMdoctitle="+n+l+h};UFO.writeSWF("xi-dia")},expressInstallCallback:function(){var f=document.getElementsByTagName("body")[0];var c=document.getElementById("xi-con");f.removeChild(c);UFO.createCSS("body","height:auto; overflow:auto;");UFO.createCSS("html","height:auto; overflow:auto;")},cleanupIELeaks:function(){var f=document.getElementsByTagName("object");var h=f.length;for(var g=0;g<h;g++){f[g].style.display="none";for(var c in f[g]){if(typeof f[g][c]=="function"){f[g][c]=null}}}}};if(typeof window.attachEvent!="undefined"&&UFO.uaHas("ieWin")){window.attachEvent("onunload",UFO.cleanupIELeaks)}(function(){var f;f=jQuery.fn.flash=function(m,l,h,o){var n=h||f.replace;l=f.copy(f.pluginOptions,l);if(!f.hasFlash(l.version)){if(l.expressInstall&&f.hasFlash(6,0,65)){var k={flashvars:{MMredirectURL:location,MMplayerType:"PlugIn",MMdoctitle:jQuery("title").text()}}}else{if(l.update){n=o||f.update}else{return this}}}m=f.copy(f.htmlOptions,k,m);return this.each(function(){n.call(this,f.copy(m))})};f.copy=function(){var l={},k={};for(var m=0;m<arguments.length;m++){var h=arguments[m];if(h==undefined){continue}jQuery.extend(l,h);if(h.flashvars==undefined){continue}jQuery.extend(k,h.flashvars)}l.flashvars=k;return l};f.hasFlash=function(){if(/hasFlash\=true/.test(location)){return true}if(/hasFlash\=false/.test(location)){return false}var k=f.hasFlash.playerVersion().match(/\d+/g);var l=String([arguments[0],arguments[1],arguments[2]]).match(/\d+/g)||String(f.pluginOptions.version).match(/\d+/g);for(var h=0;h<3;h++){k[h]=parseInt(k[h]||0);l[h]=parseInt(l[h]||0);if(k[h]<l[h]){return false}if(k[h]>l[h]){return true}}return true};f.hasFlash.playerVersion=function(){try{try{var h=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");try{h.AllowScriptAccess="always"}catch(k){return"6,0,0"}}catch(k){}return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version").replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}catch(k){try{if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){return(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}}catch(k){}}return"0,0,0"};f.htmlOptions={height:240,flashvars:{},pluginspage:"http://www.adobe.com/go/getflashplayer",src:"#",type:"application/x-shockwave-flash",width:320};f.pluginOptions={expressInstall:false,update:true,version:"6.0.65"};f.replace=function(h){this.innerHTML='<div class="alt">'+this.innerHTML+"</div>";jQuery(this).addClass("flash-replaced").prepend(f.transform(h))};f.update=function(k){var h=String(location).split("?");h.splice(1,0,"?hasFlash=true&");h=h.join("");var l='<p>This content requires the Flash Player. <a href="http://www.adobe.com/go/getflashplayer">Download Flash Player</a>. Already have Flash Player? <a href="'+h+'">Click here.</a></p>';this.innerHTML='<span class="alt">'+this.innerHTML+"</span>";jQuery(this).addClass("flash-update").prepend(l)};function c(){var k="";for(var h in this){if(typeof this[h]!="function"){k+=h+'="'+this[h]+'" '}}return k}function g(){var k="";for(var h in this){if(typeof this[h]!="function"){k+=h+"="+encodeURIComponent(this[h])+"&"}}return k.replace(/&$/,"")}f.transform=function(h){h.toString=c;if(h.flashvars){h.flashvars.toString=g}return"<embed "+String(h)+"/>"};if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}})();jQuery.cookie=function(h,k,f){if(arguments.length>1&&String(k)!=="[object Object]"){f=jQuery.extend({},f);if(k===null||k===undefined){f.expires=-1}if(typeof f.expires==="number"){var m=f.expires,g=f.expires=new Date();g.setDate(g.getDate()+m)}k=String(k);return(document.cookie=[encodeURIComponent(h),"=",f.raw?k:encodeURIComponent(k),f.expires?"; expires="+f.expires.toUTCString():"",f.path?"; path="+f.path:"",f.domain?"; domain="+f.domain:"",f.secure?"; secure":""].join(""))}f=k||{};var c,l=f.raw?function(n){return n}:decodeURIComponent;return(c=new RegExp("(?:^|; )"+encodeURIComponent(h)+"=([^;]*)").exec(document.cookie))?l(c[1]):null};(function(g){var c=g.scrollTo=function(h,k,l){g(window).scrollTo(h,k,l)};c.defaults={axis:"xy",duration:parseFloat(g.fn.jquery)>=1.3?0:1};c.window=function(h){return g(window)._scrollable()};g.fn._scrollable=function(){return this.map(function(){var h=this,k=!h.nodeName||g.inArray(h.nodeName.toLowerCase(),["iframe","#document","html","body"])!=-1;if(!k){return h}var l=(h.contentWindow||h).document||h.ownerDocument||h;return g.browser.safari||l.compatMode=="BackCompat"?l.body:l.documentElement})};g.fn.scrollTo=function(l,k,h){if(typeof k=="object"){h=k;k=0}if(typeof h=="function"){h={onAfter:h}}if(l=="max"){l=9000000000}h=g.extend({},c.defaults,h);k=k||h.speed||h.duration;h.queue=h.queue&&h.axis.length>1;if(h.queue){k/=2}h.offset=f(h.offset);h.over=f(h.over);return this._scrollable().each(function(){var x=this,v=g(x),w=l,o,p={},m=v.is("html,body");switch(typeof w){case"number":case"string":if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(w)){w=f(w);break}w=g(w,this);case"object":if(w.is||w.style){o=(w=g(w)).offset()}}g.each(h.axis.split(""),function(s,t){var y=t=="x"?"Left":"Top",u=y.toLowerCase(),A="scroll"+y,r=x[A],q=c.max(x,t);if(o){p[A]=o[u]+(m?0:r-v.offset()[u]);if(h.margin){p[A]-=parseInt(w.css("margin"+y))||0;p[A]-=parseInt(w.css("border"+y+"Width"))||0}p[A]+=h.offset[u]||0;if(h.over[u]){p[A]+=w[t=="x"?"width":"height"]()*h.over[u]}}else{var z=w[u];p[A]=z.slice&&z.slice(-1)=="%"?parseFloat(z)/100*q:z}if(/^\d+$/.test(p[A])){p[A]=p[A]<=0?0:Math.min(p[A],q)}if(!s&&h.queue){if(r!=p[A]){n(h.onAfterFirst)}delete p[A]}});n(h.onAfter);function n(q){v.animate(p,k,h.easing,q&&function(){q.call(this,l,h)})}}).end()};c.max=function(o,p){var r=p=="x"?"Width":"Height",q="scroll"+r;if(!g(o).is("html,body")){return o[q]-g(o)[r.toLowerCase()]()}var s="client"+r,n=o.ownerDocument.documentElement,k=o.ownerDocument.body;return Math.max(n[q],k[q])-Math.min(n[s],k[s])};function f(h){return typeof h=="object"?h:{top:h,left:h}}})(jQuery);(function(c){c.fn.lightBox=function(v){v=jQuery.extend({overlayBgColor:"#000",overlayOpacity:0.8,fixedNavigation:false,imageLoading:"/templates/standard/common/image/lightbox/lightbox-ico-loading.gif",imageBtnPrev:"/templates/standard/common/image/lightbox/lightbox-btn-prev.gif",imageBtnNext:"/templates/standard/common/image/lightbox/lightbox-btn-next.gif",imageBtnClose:"/templates/standard/common/image/lightbox/lightbox-btn-close.gif",imageBlank:"/templates/standard/common/image/lightbox/lightbox-blank.gif",containerBorderSize:10,containerResizeSpeed:400,txtImage:"Afbeelding",txtOf:"van",keyToClose:"c",keyToPrev:"p",keyToNext:"n",imageArray:[],activeImage:0},v);var o=this;function x(){u(this,o);return false}function u(B,A){c("embed, object, select").css({visibility:"hidden"});g();v.imageArray.length=0;v.activeImage=0;if(A.length==1){v.imageArray.push(new Array(B.getAttribute("href"),B.getAttribute("title")))}else{for(var z=0;z<A.length;z++){v.imageArray.push(new Array(A[z].getAttribute("href"),A[z].getAttribute("title")))}}while(v.imageArray[v.activeImage][0]!=B.getAttribute("href")){v.activeImage++}r()}function g(){c("body").append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+v.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+v.imageBtnClose+'"></a></div></div></div></div>');var z=l();c("#jquery-overlay").css({backgroundColor:v.overlayBgColor,opacity:v.overlayOpacity,width:z[0],height:z[1]}).fadeIn();var A=n();c("#jquery-lightbox").css({top:A[1]+(z[3]/10),left:A[0]}).show();c("#jquery-overlay,#jquery-lightbox").click(function(){f()});c("#lightbox-loading-link,#lightbox-secNav-btnClose").click(function(){f();return false});c(window).resize(function(){var B=l();c("#jquery-overlay").css({width:B[0],height:B[1]});var C=n();c("#jquery-lightbox").css({top:C[1]+(B[3]/10),left:C[0]})})}function r(){c("#lightbox-loading").show();if(v.fixedNavigation){c("#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}else{c("#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}var z=new Image();z.onload=function(){c("#lightbox-image").attr("src",v.imageArray[v.activeImage][0]);p(z.width,z.height);z.onload=function(){}};z.src=v.imageArray[v.activeImage][0]}function p(C,F){var z=c("#lightbox-container-image-box").width();var E=c("#lightbox-container-image-box").height();var D=(C+(v.containerBorderSize*2));var B=(F+(v.containerBorderSize*2));var A=z-D;var G=E-B;c("#lightbox-container-image-box").animate({width:D,height:B},v.containerResizeSpeed,function(){m()});if((A==0)&&(G==0)){if(c.browser.msie){t(250)}else{t(100)}}c("#lightbox-container-image-data-box").css({width:C});c("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({height:F+(v.containerBorderSize*2)})}function m(){c("#lightbox-loading").hide();c("#lightbox-image").fadeIn(function(){q();y()});w()}function q(){c("#lightbox-container-image-data-box").slideDown("fast");c("#lightbox-image-details-caption").hide();if(v.imageArray[v.activeImage][1]){c("#lightbox-image-details-caption").html(v.imageArray[v.activeImage][1]).show()}if(v.imageArray.length>1){c("#lightbox-image-details-currentNumber").html(v.txtImage+" "+(v.activeImage+1)+" "+v.txtOf+" "+v.imageArray.length).show()}}function y(){c("#lightbox-nav").show();c("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({background:"transparent url("+v.imageBlank+") no-repeat"});if(v.activeImage!=0){if(v.fixedNavigation){c("#lightbox-nav-btnPrev").css({background:"url("+v.imageBtnPrev+") left 15% no-repeat"}).unbind().bind("click",function(){v.activeImage=v.activeImage-1;r();return false})}else{c("#lightbox-nav-btnPrev").unbind().hover(function(){c(this).css({background:"url("+v.imageBtnPrev+") left 15% no-repeat"})},function(){c(this).css({background:"transparent url("+v.imageBlank+") no-repeat"})}).show().bind("click",function(){v.activeImage=v.activeImage-1;r();return false})}}if(v.activeImage!=(v.imageArray.length-1)){if(v.fixedNavigation){c("#lightbox-nav-btnNext").css({background:"url("+v.imageBtnNext+") right 15% no-repeat"}).unbind().bind("click",function(){v.activeImage=v.activeImage+1;r();return false})}else{c("#lightbox-nav-btnNext").unbind().hover(function(){c(this).css({background:"url("+v.imageBtnNext+") right 15% no-repeat"})},function(){c(this).css({background:"transparent url("+v.imageBlank+") no-repeat"})}).show().bind("click",function(){v.activeImage=v.activeImage+1;r();return false})}}s()}function s(){c(document).keydown(function(z){h(z)})}function k(){c(document).unbind()}function h(z){if(z==null){keycode=event.keyCode;escapeKey=27}else{keycode=z.keyCode;escapeKey=z.DOM_VK_ESCAPE}key=String.fromCharCode(keycode).toLowerCase();if((key==v.keyToClose)||(key=="x")||(keycode==escapeKey)){f()}if((key==v.keyToPrev)||(keycode==37)){if(v.activeImage!=0){v.activeImage=v.activeImage-1;r();k()}}if((key==v.keyToNext)||(keycode==39)){if(v.activeImage!=(v.imageArray.length-1)){v.activeImage=v.activeImage+1;r();k()}}}function w(){if((v.imageArray.length-1)>v.activeImage){objNext=new Image();objNext.src=v.imageArray[v.activeImage+1][0]}if(v.activeImage>0){objPrev=new Image();objPrev.src=v.imageArray[v.activeImage-1][0]}}function f(){c("#jquery-lightbox").remove();c("#jquery-overlay").fadeOut(function(){c("#jquery-overlay").remove()});c("embed, object, select").css({visibility:"visible"})}function l(){var B,z;if(window.innerHeight&&window.scrollMaxY){B=window.innerWidth+window.scrollMaxX;z=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){B=document.body.scrollWidth;z=document.body.scrollHeight}else{B=document.body.offsetWidth;z=document.body.offsetHeight}}var A,C;if(self.innerHeight){if(document.documentElement.clientWidth){A=document.documentElement.clientWidth}else{A=self.innerWidth}C=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){A=document.documentElement.clientWidth;C=document.documentElement.clientHeight}else{if(document.body){A=document.body.clientWidth;C=document.body.clientHeight}}}if(z<C){pageHeight=C}else{pageHeight=z}if(B<A){pageWidth=B}else{pageWidth=A}arrayPageSize=new Array(pageWidth,pageHeight,A,C);return arrayPageSize}function n(){var A,z;if(self.pageYOffset){z=self.pageYOffset;A=self.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollTop){z=document.documentElement.scrollTop;A=document.documentElement.scrollLeft}else{if(document.body){z=document.body.scrollTop;A=document.body.scrollLeft}}}arrayPageScroll=new Array(A,z);return arrayPageScroll}function t(B){var A=new Date();z=null;do{var z=new Date()}while(z-A<B)}return this.unbind("click").click(x)}})(jQuery);$(document).ready(function(){$(".eddovon:odd").addClass("odd").mouseover(function(){$(this).removeClass("odd");$(this).addClass("odd_hover")}).mouseout(function(){$(this).addClass("odd");$(this).removeClass("odd_hover")}).click(function(){document.location.href=$("a:first",this).attr("href")});$(".eddovon:even").addClass("even").mouseover(function(){$(this).removeClass("even");$(this).addClass("even_hover")}).mouseout(function(){$(this).addClass("even");$(this).removeClass("even_hover")}).click(function(){document.location.href=$("a:first",this).attr("href")})});jQuery.fn.nospam=function(c){c=jQuery.extend({replaceText:false,filterLevel:"normal"},c);return this.each(function(){e=null;if(c.filterLevel=="low"){if(jQuery(this).is("a[rel]")){e=jQuery(this).attr("rel").replace("//","@").replace(/\//g,".")}else{e=jQuery(this).text().replace("//","@").replace(/\//g,".")}}else{if(jQuery(this).is("a[rel]")){e=jQuery(this).attr("rel").split("").reverse().join("").replace("//","@").replace(/\//g,".")}else{e=jQuery(this).text().split("").reverse().join("").replace("//","@").replace(/\//g,".")}}if(e){if(jQuery(this).is("a[rel]")){jQuery(this).attr("href","mailto:"+e);if(c.replaceText){jQuery(this).text(e)}}else{jQuery(this).text(e)}}})};jQuery.fn.birthdate=function(c){c=jQuery.extend({changeYear:true,yearRange:"1900:2008",showOn:"both",buttonText:"",buttonImage:"/templates/standard/common/js/jquery.ui/datepicker/img/calendar3.gif",buttonImageOnly:true},c);this.each(function(){var f=jQuery(this);var k=document.createElement("input");jQuery(k).attr("type","text").attr("class",jQuery(this).attr("class")).attr("name",jQuery(this).attr("name")+"_placeholder").attr("id",jQuery(this).attr("name")+"_placeholder");var l=jQuery(k);jQuery(this).parent().append(l);var g;var h=jQuery(this).attr("value").split("-");if(h.length==3){g=new Date(parseInt(h[0]),(parseInt(h[1])-1),parseInt(h[2]));l.attr("value",jQuery.datepicker.formatDate(jQuery.datepicker._defaults.dateFormat,new Date(g)))}c.onSelect=function(m){var o="";var n=jQuery(this).datepicker("getDate");if(n){o=jQuery.datepicker.formatDate("yy-mm-dd",n)}o=(o=="0000-00-00")?"":o;f.attr("value",o)};c.defaultDate=(g)?g:null;l.datepicker(c)})};(function(k){var f={},q,s,u,p=jQuery.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),c=false;jQuery.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){jQuery.tooltip.blocked=!jQuery.tooltip.blocked}};jQuery.fn.extend({tooltip:function(v){v=jQuery.extend({},jQuery.tooltip.defaults,v);n(v);return this.each(function(){jQuery.data(this,"tooltip",v);this.tOpacity=f.parent.css("opacity");this.tooltipText=this.title;jQuery(this).removeAttr("title");this.alt=""}).mouseover(r).mouseout(l).click(l)},fixPNG:p?function(){return this.each(function(){var v=jQuery(this).css("backgroundImage");if(v.match(/^url\(["']?(.*\.png)["']?\)$/i)){v=RegExp.$1;jQuery(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+v+"')"}).each(function(){var w=jQuery(this).css("position");if(w!="absolute"&&w!="relative"){jQuery(this).css("position","relative")}})}})}:function(){return this},unfixPNG:p?function(){return this.each(function(){jQuery(this).css({filter:"",backgroundImage:""})})}:function(){return this},hideWhenEmpty:function(){return this.each(function(){jQuery(this)[jQuery(this).html()?"show":"hide"]()})},url:function(){return this.attr("href")||this.attr("src")}});function n(v){if(f.parent){return}f.parent=jQuery('<div id="'+v.id+'"><h3></h3><div class="body"></div><div class="url"></div></div>').appendTo(document.body).hide();if(jQuery.fn.bgiframe){f.parent.bgiframe()}f.title=jQuery("h3",f.parent);f.body=jQuery("div.body",f.parent);f.url=jQuery("div.url",f.parent)}function g(v){return jQuery.data(v,"tooltip")}function m(v){if(g(this).delay){u=setTimeout(t,g(this).delay)}else{t()}c=!!g(this).track;jQuery(document.body).bind("mousemove",h);h(v)}function r(){if(jQuery.tooltip.blocked||this==q||(!this.tooltipText&&!g(this).bodyHandler)){return}q=this;s=this.tooltipText;if(g(this).bodyHandler){f.title.hide();var y=g(this).bodyHandler.call(this);if(y.nodeType||y.jquery){f.body.empty().append(y)}else{f.body.html(y)}f.body.show()}else{if(g(this).showBody){var x=s.split(g(this).showBody);f.title.html(x.shift()).show();f.body.empty();for(var w=0,v;(v=x[w]);w++){if(w>0){f.body.append("<br/>")}f.body.append(v)}f.body.hideWhenEmpty()}else{f.title.html(s).show();f.body.hide()}}if(g(this).showURL&&jQuery(this).url()){f.url.html(jQuery(this).url().replace("http://","")).show()}else{f.url.hide()}f.parent.addClass(g(this).extraClass);if(g(this).fixPNG){f.parent.fixPNG()}m.apply(this,arguments)}function t(){u=null;if((!p||!jQuery.fn.bgiframe)&&g(q).fade){if(f.parent.is(":animated")){f.parent.stop().show().fadeTo(g(q).fade,q.tOpacity)}else{if(f.parent.is(":visible")){f.parent.fadeTo(g(q).fade,q.tOpacity)}else{f.parent.fadeIn(g(q).fade)}}}else{f.parent.show()}h()}function h(z){if(jQuery.tooltip.blocked){return}if(z&&z.target.tagName=="OPTION"){return}if(!c&&f.parent.is(":visible")){jQuery(document.body).unbind("mousemove",h)}if(q===null){jQuery(document.body).unbind("mousemove",h);return}f.parent.removeClass("viewport-right").removeClass("viewport-bottom");var B=f.parent[0].offsetLeft;var A=f.parent[0].offsetTop;if(z){B=z.pageX+g(q).left;A=z.pageY+g(q).top;var x="auto";if(g(q).positionLeft){x=jQuery(window).width()-B;B="auto"}f.parent.css({left:B,right:x,top:A})}var w=o(),y=f.parent[0];if(w.x+w.cx<y.offsetLeft+y.offsetWidth){B-=y.offsetWidth+20+g(q).left;f.parent.css({left:B+"px"}).addClass("viewport-right")}if(w.y+w.cy<y.offsetTop+y.offsetHeight){A-=y.offsetHeight+20+g(q).top;f.parent.css({top:A+"px"}).addClass("viewport-bottom")}}function o(){return{x:jQuery(window).scrollLeft(),y:jQuery(window).scrollTop(),cx:jQuery(window).width(),cy:jQuery(window).height()}}function l(x){if(jQuery.tooltip.blocked){return}if(u){clearTimeout(u)}q=null;var w=g(this);function v(){f.parent.removeClass(w.extraClass).hide().css("opacity","")}if((!p||!jQuery.fn.bgiframe)&&w.fade){if(f.parent.is(":animated")){f.parent.stop().fadeTo(w.fade,0,v)}else{f.parent.stop().fadeOut(w.fade,v)}}else{v()}if(g(this).fixPNG){f.parent.unfixPNG()}}})(jQuery);var swfobject=function(){var aq="undefined",aD="object",ab="Shockwave Flash",X="ShockwaveFlash.ShockwaveFlash",aE="application/x-shockwave-flash",ac="SWFObjectExprInst",ax="onreadystatechange",af=window,aL=document,aB=navigator,aa=false,Z=[aN],aG=[],ag=[],al=[],aJ,ad,ap,at,ak=false,aU=false,aH,an,aI=true,ah=function(){var c=typeof aL.getElementById!=aq&&typeof aL.getElementsByTagName!=aq&&typeof aL.createElement!=aq,k=aB.userAgent.toLowerCase(),g=aB.platform.toLowerCase(),n=g?/win/.test(g):/win/.test(k),p=g?/mac/.test(g):/mac/.test(k),m=/webkit/.test(k)?parseFloat(k.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,h=!+"\v1",l=[0,0,0],q=null;if(typeof aB.plugins!=aq&&typeof aB.plugins[ab]==aD){q=aB.plugins[ab].description;if(q&&!(typeof aB.mimeTypes!=aq&&aB.mimeTypes[aE]&&!aB.mimeTypes[aE].enabledPlugin)){aa=true;h=false;q=q.replace(/^.*\s+(\S+\s+\S+$)/,"$1");l[0]=parseInt(q.replace(/^(.*)\..*$/,"$1"),10);l[1]=parseInt(q.replace(/^.*\.(.*)\s.*$/,"$1"),10);l[2]=/[a-zA-Z]/.test(q)?parseInt(q.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof af.ActiveXObject!=aq){try{var o=new ActiveXObject(X);if(o){q=o.GetVariable("$version");if(q){h=true;q=q.split(" ")[1].split(",");l=[parseInt(q[0],10),parseInt(q[1],10),parseInt(q[2],10)]}}}catch(f){}}}return{w3:c,pv:l,wk:m,ie:h,win:n,mac:p}}(),aK=function(){if(!ah.w3){return}if((typeof aL.readyState!=aq&&aL.readyState=="complete")||(typeof aL.readyState==aq&&(aL.getElementsByTagName("body")[0]||aL.body))){aP()}if(!ak){if(typeof aL.addEventListener!=aq){aL.addEventListener("DOMContentLoaded",aP,false)}if(ah.ie&&ah.win){aL.attachEvent(ax,function(){if(aL.readyState=="complete"){aL.detachEvent(ax,arguments.callee);aP()}});if(af==top){(function(){if(ak){return}try{aL.documentElement.doScroll("left")}catch(c){setTimeout(arguments.callee,0);return}aP()})()}}if(ah.wk){(function(){if(ak){return}if(!/loaded|complete/.test(aL.readyState)){setTimeout(arguments.callee,0);return}aP()})()}aC(aP)}}();function aP(){if(ak){return}try{var f=aL.getElementsByTagName("body")[0].appendChild(ar("span"));f.parentNode.removeChild(f)}catch(c){return}ak=true;var h=Z.length;for(var g=0;g<h;g++){Z[g]()}}function aj(c){if(ak){c()}else{Z[Z.length]=c}}function aC(c){if(typeof af.addEventListener!=aq){af.addEventListener("load",c,false)}else{if(typeof aL.addEventListener!=aq){aL.addEventListener("load",c,false)}else{if(typeof af.attachEvent!=aq){aM(af,"onload",c)}else{if(typeof af.onload=="function"){var f=af.onload;af.onload=function(){f();c()}}else{af.onload=c}}}}}function aN(){if(aa){Y()}else{am()}}function Y(){var h=aL.getElementsByTagName("body")[0];var f=ar(aD);f.setAttribute("type",aE);var c=h.appendChild(f);if(c){var g=0;(function(){if(typeof c.GetVariable!=aq){var k=c.GetVariable("$version");if(k){k=k.split(" ")[1].split(",");ah.pv=[parseInt(k[0],10),parseInt(k[1],10),parseInt(k[2],10)]}}else{if(g<10){g++;setTimeout(arguments.callee,10);return}}h.removeChild(f);c=null;am()})()}else{am()}}function am(){var m=aG.length;if(m>0){for(var n=0;n<m;n++){var g=aG[n].id;var r=aG[n].callbackFn;var c={success:false,id:g};if(ah.pv[0]>0){var o=aS(g);if(o){if(ao(aG[n].swfVersion)&&!(ah.wk&&ah.wk<312)){ay(g,true);if(r){c.success=true;c.ref=av(g);r(c)}}else{if(aG[n].expressInstall&&au()){var k={};k.data=aG[n].expressInstall;k.width=o.getAttribute("width")||"0";k.height=o.getAttribute("height")||"0";if(o.getAttribute("class")){k.styleclass=o.getAttribute("class")}if(o.getAttribute("align")){k.align=o.getAttribute("align")}var l={};var h=o.getElementsByTagName("param");var q=h.length;for(var p=0;p<q;p++){if(h[p].getAttribute("name").toLowerCase()!="movie"){l[h[p].getAttribute("name")]=h[p].getAttribute("value")}}ae(k,l,g,r)}else{aF(o);if(r){r(c)}}}}}else{ay(g,true);if(r){var f=av(g);if(f&&typeof f.SetVariable!=aq){c.success=true;c.ref=f}r(c)}}}}}function av(f){var h=null;var g=aS(f);if(g&&g.nodeName=="OBJECT"){if(typeof g.SetVariable!=aq){h=g}else{var c=g.getElementsByTagName(aD)[0];if(c){h=c}}}return h}function au(){return !aU&&ao("6.0.65")&&(ah.win||ah.mac)&&!(ah.wk&&ah.wk<312)}function ae(l,h,n,k){aU=true;ap=k||null;at={success:false,id:n};var c=aS(n);if(c){if(c.nodeName=="OBJECT"){aJ=aO(c);ad=null}else{aJ=c;ad=n}l.id=ac;if(typeof l.width==aq||(!/%$/.test(l.width)&&parseInt(l.width,10)<310)){l.width="310"}if(typeof l.height==aq||(!/%$/.test(l.height)&&parseInt(l.height,10)<137)){l.height="137"}aL.title=aL.title.slice(0,47)+" - Flash Player Installation";var f=ah.ie&&ah.win?"ActiveX":"PlugIn",g="MMredirectURL="+af.location.toString().replace(/&/g,"%26")+"&MMplayerType="+f+"&MMdoctitle="+aL.title;if(typeof h.flashvars!=aq){h.flashvars+="&"+g}else{h.flashvars=g}if(ah.ie&&ah.win&&c.readyState!=4){var m=ar("div");n+="SWFObjectNew";m.setAttribute("id",n);c.parentNode.insertBefore(m,c);c.style.display="none";(function(){if(c.readyState==4){c.parentNode.removeChild(c)}else{setTimeout(arguments.callee,10)}})()}aA(l,h,n)}}function aF(c){if(ah.ie&&ah.win&&c.readyState!=4){var f=ar("div");c.parentNode.insertBefore(f,c);f.parentNode.replaceChild(aO(c),f);c.style.display="none";(function(){if(c.readyState==4){c.parentNode.removeChild(c)}else{setTimeout(arguments.callee,10)}})()}else{c.parentNode.replaceChild(aO(c),c)}}function aO(f){var h=ar("div");if(ah.win&&ah.ie){h.innerHTML=f.innerHTML}else{var k=f.getElementsByTagName(aD)[0];if(k){var c=k.childNodes;if(c){var l=c.length;for(var g=0;g<l;g++){if(!(c[g].nodeType==1&&c[g].nodeName=="PARAM")&&!(c[g].nodeType==8)){h.appendChild(c[g].cloneNode(true))}}}}}return h}function aA(k,m,g){var h,c=aS(g);if(ah.wk&&ah.wk<312){return h}if(c){if(typeof k.id==aq){k.id=g}if(ah.ie&&ah.win){var l="";for(var o in k){if(k[o]!=Object.prototype[o]){if(o.toLowerCase()=="data"){m.movie=k[o]}else{if(o.toLowerCase()=="styleclass"){l+=' class="'+k[o]+'"'}else{if(o.toLowerCase()!="classid"){l+=" "+o+'="'+k[o]+'"'}}}}}var n="";for(var p in m){if(m[p]!=Object.prototype[p]){n+='<param name="'+p+'" value="'+m[p]+'" />'}}c.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+l+">"+n+"</object>";ag[ag.length]=k.id;h=aS(k.id)}else{var f=ar(aD);f.setAttribute("type",aE);for(var q in k){if(k[q]!=Object.prototype[q]){if(q.toLowerCase()=="styleclass"){f.setAttribute("class",k[q])}else{if(q.toLowerCase()!="classid"){f.setAttribute(q,k[q])}}}}for(var r in m){if(m[r]!=Object.prototype[r]&&r.toLowerCase()!="movie"){aQ(f,r,m[r])}}c.parentNode.replaceChild(f,c);h=f}}return h}function aQ(f,h,g){var c=ar("param");c.setAttribute("name",h);c.setAttribute("value",g);f.appendChild(c)}function aw(c){var f=aS(c);if(f&&f.nodeName=="OBJECT"){if(ah.ie&&ah.win){f.style.display="none";(function(){if(f.readyState==4){aT(c)}else{setTimeout(arguments.callee,10)}})()}else{f.parentNode.removeChild(f)}}}function aT(c){var f=aS(c);if(f){for(var g in f){if(typeof f[g]=="function"){f[g]=null}}f.parentNode.removeChild(f)}}function aS(c){var g=null;try{g=aL.getElementById(c)}catch(f){}return g}function ar(c){return aL.createElement(c)}function aM(c,g,f){c.attachEvent(g,f);al[al.length]=[c,g,f]}function ao(c){var f=ah.pv,g=c.split(".");g[0]=parseInt(g[0],10);g[1]=parseInt(g[1],10)||0;g[2]=parseInt(g[2],10)||0;return(f[0]>g[0]||(f[0]==g[0]&&f[1]>g[1])||(f[0]==g[0]&&f[1]==g[1]&&f[2]>=g[2]))?true:false}function az(f,l,c,g){if(ah.ie&&ah.mac){return}var k=aL.getElementsByTagName("head")[0];if(!k){return}var m=(c&&typeof c=="string")?c:"screen";if(g){aH=null;an=null}if(!aH||an!=m){var h=ar("style");h.setAttribute("type","text/css");h.setAttribute("media",m);aH=k.appendChild(h);if(ah.ie&&ah.win&&typeof aL.styleSheets!=aq&&aL.styleSheets.length>0){aH=aL.styleSheets[aL.styleSheets.length-1]}an=m}if(ah.ie&&ah.win){if(aH&&typeof aH.addRule==aD){aH.addRule(f,l)}}else{if(aH&&typeof aL.createTextNode!=aq){aH.appendChild(aL.createTextNode(f+" {"+l+"}"))}}}function ay(c,g){if(!aI){return}var f=g?"visible":"hidden";if(ak&&aS(c)){aS(c).style.visibility=f}else{az("#"+c,"visibility:"+f)}}function ai(f){var c=/[\\\"<>\.;]/;var g=c.exec(f)!=null;return g&&typeof encodeURIComponent!=aq?encodeURIComponent(f):f}var aR=function(){if(ah.ie&&ah.win){window.attachEvent("onunload",function(){var c=al.length;for(var f=0;f<c;f++){al[f][0].detachEvent(al[f][1],al[f][2])}var h=ag.length;for(var g=0;g<h;g++){aw(ag[g])}for(var k in ah){ah[k]=null}ah=null;for(var l in swfobject){swfobject[l]=null}swfobject=null})}}();return{registerObject:function(c,k,g,f){if(ah.w3&&c&&k){var h={};h.id=c;h.swfVersion=k;h.expressInstall=g;h.callbackFn=f;aG[aG.length]=h;ay(c,false)}else{if(f){f({success:false,id:c})}}},getObjectById:function(c){if(ah.w3){return av(c)}},embedSWF:function(q,k,n,l,g,c,f,o,m,p){var h={success:false,id:k};if(ah.w3&&!(ah.wk&&ah.wk<312)&&q&&k&&n&&l&&g){ay(k,false);aj(function(){n+="";l+="";var w={};if(m&&typeof m===aD){for(var u in m){w[u]=m[u]}}w.data=q;w.width=n;w.height=l;var t={};if(o&&typeof o===aD){for(var v in o){t[v]=o[v]}}if(f&&typeof f===aD){for(var r in f){if(typeof t.flashvars!=aq){t.flashvars+="&"+r+"="+f[r]}else{t.flashvars=r+"="+f[r]}}}if(ao(g)){var s=aA(w,t,k);if(w.id==k){ay(k,true)}h.success=true;h.ref=s}else{if(c&&au()){w.data=c;ae(w,t,k,p);return}else{ay(k,true)}}if(p){p(h)}})}else{if(p){p(h)}}},switchOffAutoHideShow:function(){aI=false},ua:ah,getFlashPlayerVersion:function(){return{major:ah.pv[0],minor:ah.pv[1],release:ah.pv[2]}},hasFlashPlayerVersion:ao,createSWF:function(c,f,g){if(ah.w3){return aA(c,f,g)}else{return undefined}},showExpressInstall:function(f,c,h,g){if(ah.w3&&au()){ae(f,c,h,g)}},removeSWF:function(c){if(ah.w3){aw(c)}},createCSS:function(f,c,g,h){if(ah.w3){az(f,c,g,h)}},addDomLoadEvent:aj,addLoadEvent:aC,getQueryParamValue:function(f){var c=aL.location.search||aL.location.hash;if(c){if(/\?/.test(c)){c=c.split("?")[1]}if(f==null){return ai(c)}var g=c.split("&");for(var h=0;h<g.length;h++){if(g[h].substring(0,g[h].indexOf("="))==f){return ai(g[h].substring((g[h].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(aU){var c=aS(ac);if(c&&aJ){c.parentNode.replaceChild(aJ,c);if(ad){ay(ad,true);if(ah.ie&&ah.win){aJ.style.display="block"}}if(ap){ap(at)}}aU=false}}}}();jQuery(document).ready(function(){$("li:first-child").addClass("first");$("li:last-child").addClass("last");$("tr:first-child").addClass("first");$("tr:last-child").addClass("last");$("tr td:first-child").addClass("first");$("tr td:last-child").addClass("last");$(".text p:first-child").addClass("first");$(".text p:last-child").addClass("last");$(".resultswrapper div.results:first-child").addClass("first");$(".resultswrapper div.results:last-child").addClass("last");$(".overview_videos div.videoitem:first-child").addClass("first");$(".overview_videos div.videoitem:last-child").addClass("last");$("#overview_photos_thumbs div.thumb:first-child").addClass("first");$("#overview_photos_thumbs div.thumb:last-child").addClass("last")});(function(m){var c="2.30";var f=m.browser.msie&&/MSIE 6.0/.test(navigator.userAgent);function h(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments,""))}}m.fn.cycle=function(o){var p=arguments[1];return this.each(function(){if(o===undefined||o===null){o={}}if(o.constructor==String){switch(o){case"stop":if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;m(this).data("cycle.opts","");return;case"pause":this.cyclePause=1;return;case"resume":this.cyclePause=0;if(p===true){o=m(this).data("cycle.opts");if(!o){h("options not found, can not resume");return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0}k(o.elements,o,1,1)}return;default:o={fx:o}}}else{if(o.constructor==Number){var u=o;o=m(this).data("cycle.opts");if(!o){h("options not found, can not advance slide");return}if(u<0||u>=o.elements.length){h("invalid slide index: "+u);return}o.nextSlide=u;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0}k(o.elements,o,1,u>=o.currSlide);return}}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var x=m(this);var v=o.slideExpr?m(o.slideExpr,this):x.children();var r=v.get();if(r.length<2){h("terminating; too few slides: "+r.length);return}var q=m.extend({},m.fn.cycle.defaults,o||{},m.metadata?x.metadata():m.meta?x.data():{});if(q.autostop){q.countdown=q.autostopCount||r.length}x.data("cycle.opts",q);q.container=this;q.elements=r;q.before=q.before?[q.before]:[];q.after=q.after?[q.after]:[];q.after.unshift(function(){q.busy=0});if(q.continuous){q.after.push(function(){k(r,q,0,!q.rev)})}if(f&&q.cleartype&&!q.cleartypeNoBg){g(v)}var z=this.className;q.width=parseInt((z.match(/w:(\d+)/)||[])[1])||q.width;q.height=parseInt((z.match(/h:(\d+)/)||[])[1])||q.height;q.timeout=parseInt((z.match(/t:(\d+)/)||[])[1])||q.timeout;if(x.css("position")=="static"){x.css("position","relative")}if(q.width){x.width(q.width)}if(q.height&&q.height!="auto"){x.height(q.height)}if(q.startingSlide){q.startingSlide=parseInt(q.startingSlide)}if(q.random){q.randomMap=[];for(var s=0;s<r.length;s++){q.randomMap.push(s)}q.randomMap.sort(function(B,A){return Math.random()-0.5});q.randomIndex=0;q.startingSlide=q.randomMap[0]}else{if(q.startingSlide>=r.length){q.startingSlide=0}}var t=q.startingSlide||0;v.css({position:"absolute",top:0,left:0}).hide().each(function(A){var B=t?A>=t?r.length-(A-t):t-A:r.length-A;m(this).css("z-index",B)});m(r[t]).css("opacity",1).show();if(m.browser.msie){r[t].style.removeAttribute("filter")}if(q.fit&&q.width){v.width(q.width)}if(q.fit&&q.height&&q.height!="auto"){v.height(q.height)}if(q.pause){x.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}var y=m.fn.cycle.transitions[q.fx];if(m.isFunction(y)){y(x,v,q)}else{if(q.fx!="custom"){h("unknown transition: "+q.fx)}}v.each(function(){var A=m(this);this.cycleH=(q.fit&&q.height)?q.height:A.height();this.cycleW=(q.fit&&q.width)?q.width:A.width()});q.cssBefore=q.cssBefore||{};q.animIn=q.animIn||{};q.animOut=q.animOut||{};v.not(":eq("+t+")").css(q.cssBefore);if(q.cssFirst){m(v[t]).css(q.cssFirst)}if(q.timeout){q.timeout=parseInt(q.timeout);if(q.speed.constructor==String){q.speed=m.fx.speeds[q.speed]||parseInt(q.speed)}if(!q.sync){q.speed=q.speed/2}while((q.timeout-q.speed)<250){q.timeout+=q.speed}}if(q.easing){q.easeIn=q.easeOut=q.easing}if(!q.speedIn){q.speedIn=q.speed}if(!q.speedOut){q.speedOut=q.speed}q.slideCount=r.length;q.currSlide=t;if(q.random){q.nextSlide=q.currSlide;if(++q.randomIndex==r.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{q.nextSlide=q.startingSlide>=(r.length-1)?0:q.startingSlide+1}var w=v[t];if(q.before.length){q.before[0].apply(w,[w,w,q,true])}if(q.after.length>1){q.after[1].apply(w,[w,w,q,true])}if(q.click&&!q.next){q.next=q.click}if(q.next){m(q.next).bind("click",function(){return l(r,q,q.rev?-1:1)})}if(q.prev){m(q.prev).bind("click",function(){return l(r,q,q.rev?1:-1)})}if(q.pager){n(r,q)}q.addSlide=function(B,C){var A=m(B),D=A[0];if(!q.autostopCount){q.countdown++}r[C?"unshift":"push"](D);if(q.els){q.els[C?"unshift":"push"](D)}q.slideCount=r.length;A.css("position","absolute");A[C?"prependTo":"appendTo"](x);if(C){q.currSlide++;q.nextSlide++}if(f&&q.cleartype&&!q.cleartypeNoBg){g(A)}if(q.fit&&q.width){A.width(q.width)}if(q.fit&&q.height&&q.height!="auto"){v.height(q.height)}D.cycleH=(q.fit&&q.height)?q.height:A.height();D.cycleW=(q.fit&&q.width)?q.width:A.width();A.css(q.cssBefore);if(q.pager){m.fn.cycle.createPagerAnchor(r.length-1,D,m(q.pager),r,q)}if(typeof q.onAddSlide=="function"){q.onAddSlide(A)}};if(q.timeout||q.continuous){this.cycleTimeout=setTimeout(function(){k(r,q,0,!q.rev)},q.continuous?10:q.timeout+(q.delay||0))}})};function k(u,o,t,v){if(o.busy){return}var s=o.container,x=u[o.currSlide],w=u[o.nextSlide];if(s.cycleTimeout===0&&!t){return}if(!t&&!s.cyclePause&&((o.autostop&&(--o.countdown<=0))||(o.nowrap&&!o.random&&o.nextSlide<o.currSlide))){if(o.end){o.end(o)}return}if(t||!s.cyclePause){if(o.before.length){m.each(o.before,function(p,y){y.apply(w,[x,w,o,v])})}var q=function(){if(m.browser.msie&&o.cleartype){this.style.removeAttribute("filter")}m.each(o.after,function(p,y){y.apply(w,[x,w,o,v])})};if(o.nextSlide!=o.currSlide){o.busy=1;if(o.fxFn){o.fxFn(x,w,o,q,v)}else{if(m.isFunction(m.fn.cycle[o.fx])){m.fn.cycle[o.fx](x,w,o,q)}else{m.fn.cycle.custom(x,w,o,q,t&&o.fastOnEvent)}}}if(o.random){o.currSlide=o.nextSlide;if(++o.randomIndex==u.length){o.randomIndex=0}o.nextSlide=o.randomMap[o.randomIndex]}else{var r=(o.nextSlide+1)==u.length;o.nextSlide=r?0:o.nextSlide+1;o.currSlide=r?u.length-1:o.nextSlide-1}if(o.pager){m.fn.cycle.updateActivePagerLink(o.pager,o.currSlide)}}if(o.timeout&&!o.continuous){s.cycleTimeout=setTimeout(function(){k(u,o,0,!o.rev)},o.timeout)}else{if(o.continuous&&s.cyclePause){s.cycleTimeout=setTimeout(function(){k(u,o,0,!o.rev)},10)}}}m.fn.cycle.updateActivePagerLink=function(o,p){m(o).find("a").removeClass("activeSlide").filter("a:eq("+p+")").addClass("activeSlide")};function l(o,q,t){var s=q.container,r=s.cycleTimeout;if(r){clearTimeout(r);s.cycleTimeout=0}if(q.random&&t<0){q.randomIndex--;if(--q.randomIndex==-2){q.randomIndex=o.length-2}else{if(q.randomIndex==-1){q.randomIndex=o.length-1}}q.nextSlide=q.randomMap[q.randomIndex]}else{if(q.random){if(++q.randomIndex==o.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{q.nextSlide=q.currSlide+t;if(q.nextSlide<0){if(q.nowrap){return false}q.nextSlide=o.length-1}else{if(q.nextSlide>=o.length){if(q.nowrap){return false}q.nextSlide=0}}}}if(q.prevNextClick&&typeof q.prevNextClick=="function"){q.prevNextClick(t>0,q.nextSlide,o[q.nextSlide])}k(o,q,1,t>=0);return false}function n(p,q){var o=m(q.pager);m.each(p,function(r,s){m.fn.cycle.createPagerAnchor(r,s,o,p,q)});m.fn.cycle.updateActivePagerLink(q.pager,q.startingSlide)}m.fn.cycle.createPagerAnchor=function(q,r,o,p,s){var t=(typeof s.pagerAnchorBuilder=="function")?m(s.pagerAnchorBuilder(q,r)):m('<a href="#"><span>'+(q+1)+"</span></a>");if(t.parents("body").length==0){t.appendTo(o)}t.bind(s.pagerEvent,function(){s.nextSlide=q;var v=s.container,u=v.cycleTimeout;if(u){clearTimeout(u);v.cycleTimeout=0}if(typeof s.pagerClick=="function"){s.pagerClick(s.nextSlide,p[s.nextSlide])}k(p,s,1,s.currSlide<q);return false});if(s.pauseOnPagerHover){t.hover(function(){s.container.cyclePause=1},function(){s.container.cyclePause=0})}};function g(q){function p(r){var r=parseInt(r).toString(16);return r.length<2?"0"+r:r}function o(t){for(;t&&t.nodeName.toLowerCase()!="html";t=t.parentNode){var r=m.css(t,"background-color");if(r.indexOf("rgb")>=0){var s=r.match(/\d+/g);return"#"+p(s[0])+p(s[1])+p(s[2])}if(r&&r!="transparent"){return r}}return"#ffffff"}q.each(function(){m(this).css("background-color",o(this))})}m.fn.cycle.custom=function(z,t,o,q,p){var y=m(z),u=m(t);u.css(o.cssBefore);var r=p?1:o.speedIn;var x=p?1:o.speedOut;var s=p?null:o.easeIn;var w=p?null:o.easeOut;var v=function(){u.animate(o.animIn,r,s,q)};y.animate(o.animOut,x,w,function(){if(o.cssAfter){y.css(o.cssAfter)}if(!o.sync){v()}});if(o.sync){v()}};m.fn.cycle.transitions={fade:function(p,q,o){q.not(":eq("+o.startingSlide+")").css("opacity",0);o.before.push(function(){m(this).show()});o.animIn={opacity:1};o.animOut={opacity:0};o.cssBefore={opacity:0};o.cssAfter={display:"none"};o.onAddSlide=function(r){r.hide()}}};m.fn.cycle.ver=function(){return c};m.fn.cycle.defaults={fx:"fade",timeout:4000,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:0,nowrap:0,fastOnEvent:0}})(jQuery);eval(function(m,f,n,g,l,h){l=function(k){return(k<f?"":l(parseInt(k/f)))+((k=k%f)>35?String.fromCharCode(k+29):k.toString(36))};if(!"".replace(/^/,String)){while(n--){h[l(n)]=g[n]||l(n)}g=[function(c){return h[c]}];l=function(){return"\\w+"};n=1}while(n--){if(g[n]){m=m.replace(new RegExp("\\b"+l(n)+"\\b","g"),g[n])}}return m}("(4($){$.A.B.C.1q=4(d,e,f){d.8('O','S');f.D.y(4(a,b,c){$(I).K();c.7.6=b.10;c.u.6=0-a.10});f.Y={6:0};f.x={6:0};f.E={H:'M'}};$.A.B.C.1r=4(d,e,f){d.8('O','S');f.D.y(4(a,b,c){$(I).K();c.7.6=0-b.10;c.u.6=a.10});f.Y={6:0};f.x={6:0};f.E={H:'M'}};$.A.B.C.1s=4(d,e,f){d.8('O','S');f.D.y(4(a,b,c){$(I).K();c.7.5=b.11;c.u.5=0-a.11});f.Y={5:0};f.x={5:0}};$.A.B.C.1t=4(d,e,f){d.8('O','S');f.D.y(4(a,b,c){$(I).K();c.7.5=0-b.11;c.u.5=a.11});f.Y={5:0};f.x={5:0}};$.A.B.C.1u=4(f,g,h){f.8('O','S').F();h.D.y(4(a,b,c,d){$(I).K();v e=a.11,19=b.11;c.7=d?{5:19}:{5:-19};c.x.5=0;c.u.5=d?-e:e;g.1e(a).8(c.7)});h.Y={5:0};h.E={H:'M'}};$.A.B.C.1v=4(f,g,h){f.8('O','S');h.D.y(4(a,b,c,d){$(I).K();v e=a.10,1a=b.10;c.7=d?{6:-1a}:{6:1a};c.x.6=0;c.u.6=d?e:-e;g.1e(a).8(c.7)});h.Y={6:0};h.E={H:'M'}};$.A.B.C.1w=4(d,e,f){f.D.y(4(a,b,c){$(a).8('9',1)});f.P=4(a){a.L()};f.7={9:2};f.x={F:'K'};f.u={F:'L'}};$.A.B.C.1x=4(d,e,f){f.D.y(4(a,b,c){$(a).8('9',1)});f.P=4(a){a.L()};f.7={9:2};f.x={G:'K'};f.u={G:'L'}};$.A.B.C.18=4(g,h,j){v w=g.8('O','1f').F();h.8({5:0,6:0});j.D.y(4(){$(I).K()});j.1g=j.1g/2;j.1y=0;j.18=j.18||{5:-w,6:15};j.W=[];1b(v i=0;i<h.1h;i++)j.W.y(h[i]);1b(v i=0;i<j.1z;i++)j.W.y(j.W.1i());j.1A=4(a,b,c,d,e){v f=e?$(a):$(b);f.1j(c.18,c.1k,c.1B,4(){e?c.W.y(c.W.1i()):c.W.1C(c.W.1D());J(e)1b(v i=0,1c=c.W.1h;i<1c;i++)$(c.W[i]).8('z-1d',1c-i);T{v z=$(a).8('z-1d');f.8('z-1d',U(z)+1)}f.1j({5:0,6:0},c.1E,c.1F,4(){$(e?I:a).L();J(d)d()})})};j.P=4(a){a.L()}};$.A.B.C.1G=4(d,e,f){f.D.y(4(a,b,c){$(I).K();c.7.6=b.Q;c.x.G=b.Q});f.P=4(a){a.L()};f.Y={6:0};f.7={G:0};f.x={6:0};f.u={G:0};f.E={H:'M'}};$.A.B.C.1H=4(d,e,f){f.D.y(4(a,b,c){$(I).K();c.x.G=b.Q;c.u.6=a.Q});f.P=4(a){a.L()};f.Y={6:0};f.7={6:0,G:0};f.u={G:0};f.E={H:'M'}};$.A.B.C.1I=4(d,e,f){f.D.y(4(a,b,c){$(I).K();c.7.5=b.R;c.x.F=b.R});f.P=4(a){a.L()};f.7={F:0};f.x={5:0};f.u={F:0};f.E={H:'M'}};$.A.B.C.1J=4(d,e,f){f.D.y(4(a,b,c){$(I).K();c.x.F=b.R;c.u.5=a.R});f.P=4(a){a.L()};f.7={5:0,F:0};f.x={5:0};f.u={F:0};f.E={H:'M'}};$.A.B.C.1l=4(d,e,f){f.Y={6:0,5:0};f.E={H:'M'};f.D.y(4(a,b,c){$(I).K();c.7={F:0,G:0,6:b.Q/2,5:b.R/2};c.E={H:'M'};c.x={6:0,5:0,F:b.R,G:b.Q};c.u={F:0,G:0,6:a.Q/2,5:a.R/2};$(a).8('9',2);$(b).8('9',1)});f.P=4(a){a.L()}};$.A.B.C.1K=4(d,e,f){f.D.y(4(a,b,c){c.7={F:0,G:0,16:1,5:b.R/2,6:b.Q/2,9:1};c.x={6:0,5:0,F:b.R,G:b.Q}});f.u={16:0};f.E={9:0}};$.A.B.C.1L=4(d,e,f){v w=d.8('O','S').F();e.K();f.D.y(4(a,b,c){$(a).8('9',1)});f.7={5:w,9:2};f.E={9:1};f.x={5:0};f.u={5:w}};$.A.B.C.1M=4(d,e,f){v h=d.8('O','S').G();e.K();f.D.y(4(a,b,c){$(a).8('9',1)});f.7={6:h,9:2};f.E={9:1};f.x={6:0};f.u={6:h}};$.A.B.C.1N=4(d,e,f){v h=d.8('O','S').G();v w=d.F();e.K();f.D.y(4(a,b,c){$(a).8('9',1)});f.7={6:h,5:w,9:2};f.E={9:1};f.x={6:0,5:0};f.u={6:h,5:w}};$.A.B.C.1O=4(d,e,f){f.D.y(4(a,b,c){c.7={5:I.R/2,F:0,9:2};c.x={5:0,F:I.R};c.u={5:0};$(a).8('9',1)});f.P=4(a){a.L().8('9',1)}};$.A.B.C.1P=4(d,e,f){f.D.y(4(a,b,c){c.7={6:I.Q/2,G:0,9:2};c.x={6:0,G:I.Q};c.u={6:0};$(a).8('9',1)});f.P=4(a){a.L().8('9',1)}};$.A.B.C.1Q=4(d,e,f){f.D.y(4(a,b,c){c.7={5:b.R/2,F:0,9:1,H:'12'};c.x={5:0,F:I.R};c.u={5:a.R/2,F:0};$(a).8('9',2)});f.P=4(a){a.L()};f.E={9:1,H:'M'}};$.A.B.C.1R=4(d,e,f){f.D.y(4(a,b,c){c.7={6:b.Q/2,G:0,9:1,H:'12'};c.x={6:0,G:I.Q};c.u={6:a.Q/2,G:0};$(a).8('9',2)});f.P=4(a){a.L()};f.E={9:1,H:'M'}};$.A.B.C.1S=4(e,f,g){v d=g.1m||'5';v w=e.8('O','S').F();v h=e.G();g.D.y(4(a,b,c){c.7=c.7||{};c.7.9=2;c.7.H='12';J(d=='1n')c.7.5=-w;T J(d=='1o')c.7.6=h;T J(d=='1p')c.7.6=-h;T c.7.5=w;$(a).8('9',1)});J(!g.x)g.x={5:0,6:0};J(!g.u)g.u={5:0,6:0};g.E=g.E||{};g.E.9=2;g.E.H='M'};$.A.B.C.1T=4(e,f,g){v d=g.1m||'5';v w=e.8('O','S').F();v h=e.G();g.D.y(4(a,b,c){c.7.H='12';J(d=='1n')c.u.5=w;T J(d=='1o')c.u.6=-h;T J(d=='1p')c.u.6=h;T c.u.5=-w;$(a).8('9',2);$(b).8('9',1)});g.P=4(a){a.L()};J(!g.x)g.x={5:0,6:0};g.7=g.7||{};g.7.6=0;g.7.5=0;g.E=g.E||{};g.E.9=1;g.E.H='M'};$.A.B.C.1U=4(d,e,f){v w=d.8('O','1f').F();v h=d.G();f.D.y(4(a,b,c){$(a).8('9',2);c.7.H='12';J(!c.u.5&&!c.u.6)c.u={5:w*2,6:-h/2,16:0};T c.u.16=0});f.P=4(a){a.L()};f.7={5:0,6:0,9:1,16:1};f.x={5:0};f.E={9:2,H:'M'}};$.A.B.C.1V=4(o,p,q){v w=o.8('O','S').F();v h=o.G();q.7=q.7||{};v s;J(q.X){J(/1W/.17(q.X))s='Z(V V '+h+'N V)';T J(/1X/.17(q.X))s='Z(V '+w+'N '+h+'N '+w+'N)';T J(/1Y/.17(q.X))s='Z(V '+w+'N V V)';T J(/1Z/.17(q.X))s='Z('+h+'N '+w+'N '+h+'N V)';T J(/1l/.17(q.X)){v t=U(h/2);v l=U(w/2);s='Z('+t+'N '+l+'N '+t+'N '+l+'N)'}}q.7.X=q.7.X||s||'Z(V V V V)';v d=q.7.X.20(/(\\d+)/g);v t=U(d[0]),r=U(d[1]),b=U(d[2]),l=U(d[3]);q.D.y(4(g,i,j){J(g==i)21;v k=$(g).8('9',2);v m=$(i).8({9:3,H:'12'});v n=1,14=U((j.1k/13))-1;4 f(){v a=t?t-U(n*(t/14)):0;v c=l?l-U(n*(l/14)):0;v d=b<h?b+U(n*((h-b)/14||1)):h;v e=r<w?r+U(n*((w-r)/14||1)):w;m.8({X:'Z('+a+'N '+e+'N '+d+'N '+c+'N)'});(n++<=14)?22(f,13):k.8('H','M')}f()});q.E={};q.x={5:0};q.u={5:0}}})(23);",62,128,"||||function|left|top|cssBefore|css|zIndex|||||||||||||||||||||animOut|var||animIn|push||fn|cycle|transitions|before|cssAfter|width|height|display|this|if|show|hide|none|px|overflow|onAddSlide|cycleH|cycleW|hidden|else|parseInt|0px|els|clip|cssFirst|rect|offsetHeight|offsetWidth|block||count||opacity|test|shuffle|nextW|nextH|for|len|index|not|visible|speed|length|shift|animate|speedIn|zoom|direction|right|up|down|scrollUp|scrollDown|scrollLeft|scrollRight|scrollHorz|scrollVert|slideX|slideY|random|startingSlide|fxFn|easeIn|unshift|pop|speedOut|easeOut|turnUp|turnDown|turnLeft|turnRight|fadeZoom|blindX|blindY|blindZ|growX|growY|curtainX|curtainY|cover|uncover|toss|wipe|l2r|r2l|t2b|b2t|match|return|setTimeout|jQuery".split("|"),0,{}));jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(g,h,f,l,k){return jQuery.easing[jQuery.easing.def](g,h,f,l,k)},easeInQuad:function(g,h,f,l,k){return l*(h/=k)*h+f},easeOutQuad:function(g,h,f,l,k){return -l*(h/=k)*(h-2)+f},easeInOutQuad:function(g,h,f,l,k){if((h/=k/2)<1){return l/2*h*h+f}return -l/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,l,k){return l*(h/=k)*h*h+f},easeOutCubic:function(g,h,f,l,k){return l*((h=h/k-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,l,k){if((h/=k/2)<1){return l/2*h*h*h+f}return l/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,l,k){return l*(h/=k)*h*h*h+f},easeOutQuart:function(g,h,f,l,k){return -l*((h=h/k-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,l,k){if((h/=k/2)<1){return l/2*h*h*h*h+f}return -l/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,l,k){return l*(h/=k)*h*h*h*h+f},easeOutQuint:function(g,h,f,l,k){return l*((h=h/k-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,l,k){if((h/=k/2)<1){return l/2*h*h*h*h*h+f}return l/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,l,k){return -l*Math.cos(h/k*(Math.PI/2))+l+f},easeOutSine:function(g,h,f,l,k){return l*Math.sin(h/k*(Math.PI/2))+f},easeInOutSine:function(g,h,f,l,k){return -l/2*(Math.cos(Math.PI*h/k)-1)+f},easeInExpo:function(g,h,f,l,k){return(h==0)?f:l*Math.pow(2,10*(h/k-1))+f},easeOutExpo:function(g,h,f,l,k){return(h==k)?f+l:l*(-Math.pow(2,-10*h/k)+1)+f},easeInOutExpo:function(g,h,f,l,k){if(h==0){return f}if(h==k){return f+l}if((h/=k/2)<1){return l/2*Math.pow(2,10*(h-1))+f}return l/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,l,k){return -l*(Math.sqrt(1-(h/=k)*h)-1)+f},easeOutCirc:function(g,h,f,l,k){return l*Math.sqrt(1-(h=h/k-1)*h)+f},easeInOutCirc:function(g,h,f,l,k){if((h/=k/2)<1){return -l/2*(Math.sqrt(1-h*h)-1)+f}return l/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,k,f,o,n){var l=1.70158;var m=0;var h=o;if(k==0){return f}if((k/=n)==1){return f+o}if(!m){m=n*0.3}if(h<Math.abs(o)){h=o;var l=m/4}else{var l=m/(2*Math.PI)*Math.asin(o/h)}return -(h*Math.pow(2,10*(k-=1))*Math.sin((k*n-l)*(2*Math.PI)/m))+f},easeOutElastic:function(g,k,f,o,n){var l=1.70158;var m=0;var h=o;if(k==0){return f}if((k/=n)==1){return f+o}if(!m){m=n*0.3}if(h<Math.abs(o)){h=o;var l=m/4}else{var l=m/(2*Math.PI)*Math.asin(o/h)}return h*Math.pow(2,-10*k)*Math.sin((k*n-l)*(2*Math.PI)/m)+o+f},easeInOutElastic:function(g,k,f,o,n){var l=1.70158;var m=0;var h=o;if(k==0){return f}if((k/=n/2)==2){return f+o}if(!m){m=n*(0.3*1.5)}if(h<Math.abs(o)){h=o;var l=m/4}else{var l=m/(2*Math.PI)*Math.asin(o/h)}if(k<1){return -0.5*(h*Math.pow(2,10*(k-=1))*Math.sin((k*n-l)*(2*Math.PI)/m))+f}return h*Math.pow(2,-10*(k-=1))*Math.sin((k*n-l)*(2*Math.PI)/m)*0.5+o+f},easeInBack:function(g,h,f,m,l,k){if(k==undefined){k=1.70158}return m*(h/=l)*h*((k+1)*h-k)+f},easeOutBack:function(g,h,f,m,l,k){if(k==undefined){k=1.70158}return m*((h=h/l-1)*h*((k+1)*h+k)+1)+f},easeInOutBack:function(g,h,f,m,l,k){if(k==undefined){k=1.70158}if((h/=l/2)<1){return m/2*(h*h*(((k*=(1.525))+1)*h-k))+f}return m/2*((h-=2)*h*(((k*=(1.525))+1)*h+k)+2)+f},easeInBounce:function(g,h,f,l,k){return l-jQuery.easing.easeOutBounce(g,k-h,0,l,k)+f},easeOutBounce:function(g,h,f,l,k){if((h/=k)<(1/2.75)){return l*(7.5625*h*h)+f}else{if(h<(2/2.75)){return l*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return l*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return l*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,l,k){if(h<k/2){return jQuery.easing.easeInBounce(g,h*2,0,l,k)*0.5+f}return jQuery.easing.easeOutBounce(g,h*2-k,0,l,k)*0.5+l*0.5+f}});jQuery.extend(jQuery.easing,{easeIn:function(g,h,f,l,k){return jQuery.easing.easeInQuad(g,h,f,l,k)},easeOut:function(g,h,f,l,k){return jQuery.easing.easeOutQuad(g,h,f,l,k)},easeInOut:function(g,h,f,l,k){return jQuery.easing.easeInOutQuad(g,h,f,l,k)},expoin:function(g,h,f,l,k){return jQuery.easing.easeInExpo(g,h,f,l,k)},expoout:function(g,h,f,l,k){return jQuery.easing.easeOutExpo(g,h,f,l,k)},expoinout:function(g,h,f,l,k){return jQuery.easing.easeInOutExpo(g,h,f,l,k)},bouncein:function(g,h,f,l,k){return jQuery.easing.easeInBounce(g,h,f,l,k)},bounceout:function(g,h,f,l,k){return jQuery.easing.easeOutBounce(g,h,f,l,k)},bounceinout:function(g,h,f,l,k){return jQuery.easing.easeInOutBounce(g,h,f,l,k)},elasin:function(g,h,f,l,k){return jQuery.easing.easeInElastic(g,h,f,l,k)},elasout:function(g,h,f,l,k){return jQuery.easing.easeOutElastic(g,h,f,l,k)},elasinout:function(g,h,f,l,k){return jQuery.easing.easeInOutElastic(g,h,f,l,k)},backin:function(g,h,f,l,k){return jQuery.easing.easeInBack(g,h,f,l,k)},backout:function(g,h,f,l,k){return jQuery.easing.easeOutBack(g,h,f,l,k)},backinout:function(g,h,f,l,k){return jQuery.easing.easeInOutBack(g,h,f,l,k)}});$(document).ready(function(){$("#slideshow").after('<\div id="pp"><\div id="ppwrapper"><\div id="prodimagecyclepager"></div><\div id="title">&nbsp;</div></div></div>').cycle({fx:"fade",cssBefore:{opacity:0},animIn:{opacity:1},animOut:{opacity:0},cssAfter:{opacity:0},delay:-3000,timeout:8000,speed:1000,before:f,easing:"easeOutQuint",pager:"#prodimagecyclepager",pause:1,pagerEvent:"mouseover",pauseOnPagerHover:true});function f(){$("#title").html("<h2>"+this.alt+"</h2>")}$("#newsticker").after('<div id="newstickerpager">').cycle({fx:"custom",sync:0,cssBefore:{top:300,opacity:0,display:"block"},animIn:{top:0,opacity:1},animOut:{top:-300,opacity:0},delay:-2000,timeout:20000,pause:1,pager:"#newstickerpager",cleartype:1});function c(){$("#title").html(this.title)}});jQuery(document).ready(function(){$(".proditooltip").tooltip({track:true,delay:0,showURL:false,showBody:" | ",extraClass:"proditooltip",fixPNG:true,opacity:0.95,left:-120,fade:250})});var checkboxHeight="15";var radioHeight="15";var selectWidth="175";document.write('<style type="text/css">input.styled { display: none; } select.styled { position: relative; width: '+selectWidth+"px; opacity: 0; z-index: 5; }</style>");var Custom={span:Array(),hasClassName:function(c,f){if(typeof c.className=="undefined"){return}var g=c.className;return(g.length>0&&(g==f||new RegExp("(^|\\s)"+f+"(\\s|$)").test(g)))},addClassName:function(c,f){if(!Custom.hasClassName(f)){c.className+=(c.className?" ":"")+f}return c},init:function(){var f=document.getElementsByTagName("input"),c,k,l,g,h=Array();for(a=0;a<f.length;a++){if((f[a].type=="checkbox"||f[a].type=="radio")&&(Custom.hasClassName(f[a],"styled")&&!Custom.hasClassName(f[a],"style_applied"))){h[a]=document.createElement("span");h[a].className=f[a].type;Custom.addClassName(f[a],"style_applied");if(f[a].checked==true){if(f[a].type=="checkbox"){position="0 -"+(checkboxHeight*2)+"px";h[a].style.backgroundPosition=position}else{position="0 -"+(radioHeight*2)+"px";h[a].style.backgroundPosition=position}}Custom.span.push(f[a].parentNode.insertBefore(h[a],f[a]));h[a].onmousedown=Custom.pushed;h[a].onmouseup=Custom.check;document.onmouseup=Custom.clear}}g=document.getElementsByTagName("select");for(a=0;a<g.length;a++){if(g[a].className=="styled"){k=g[a].getElementsByTagName("option");l=k[0].childNodes[0].nodeValue;c=document.createTextNode(l);for(b=0;b<k.length;b++){if(k[b].selected==true){c=document.createTextNode(k[b].childNodes[0].nodeValue)}}h[a]=document.createElement("span");h[a].className="select";h[a].id="select"+g[a].name;h[a].appendChild(c);Custom.span.push(g[a].parentNode.insertBefore(h[a],g[a]));g[a].onchange=Custom.choose}}},pushed:function(){element=this.nextSibling;if(element.checked==true&&element.type=="checkbox"){this.style.backgroundPosition="0 -"+checkboxHeight*3+"px"}else{if(element.checked==true&&element.type=="radio"){this.style.backgroundPosition="0 -"+radioHeight*3+"px"}else{if(element.checked!=true&&element.type=="checkbox"){this.style.backgroundPosition="0 -"+checkboxHeight+"px"}else{this.style.backgroundPosition="0 -"+radioHeight+"px"}}}},check:function(){device=this.nextSibling;if(device.checked==true&&device.type=="checkbox"){this.style.backgroundPosition="0 0";device.checked=false}else{if(device.type=="checkbox"){this.style.backgroundPosition="0 -"+checkboxHeight*2+"px"}else{this.style.backgroundPosition="0 -"+radioHeight*2+"px";group=this.nextSibling.name;inputs=document.getElementsByTagName("input");for(a=0;a<inputs.length;a++){if(inputs[a].name==group&&inputs[a]!=this.nextSibling){inputs[a].previousSibling.style.backgroundPosition="0 0"}}}device.checked=true}},clear:function(){var f=document.getElementsByTagName("input");for(var c=0;c<f.length;c++){if(typeof f[c].previousSibling=="Object"){if(f[c].type=="checkbox"&&f[c].checked==true){f[c].previousSibling.style.backgroundPosition="0 -"+checkboxHeight*2+"px"}else{if(f[c].type=="checkbox"){f[c].previousSibling.style.backgroundPosition="0 0"}else{if(f[c].type=="radio"&&f[c].checked==true){f[c].previousSibling.style.backgroundPosition="0 -"+radioHeight*2+"px"}else{if(f[c].type=="radio"){f[c].previousSibling.style.backgroundPosition="0 0"}}}}}}},choose:function(){option=this.getElementsByTagName("option");for(d=0;d<option.length;d++){if(option[d].selected==true){document.getElementById("select"+this.name).childNodes[0].nodeValue=option[d].childNodes[0].nodeValue}}}};if(typeof jQuery!="undefined"){jQuery(document).ready(Custom.init)}else{if(typeof Event.observe!="undefined"){Event.observe(window,"load",Custom.init)}}function externalLinks(){if(!document.getElementsByTagName){return}var g=document.getElementsByTagName("a");for(var f=0;f<g.length;f++){var c=g[f];if(c.getAttribute("href")&&c.getAttribute("rel")=="external"){c.target="_blank"}}}(function(c){c.fn.masonry=function(g,m){function k(n,q,r,s,p){var o=0;for(i=0;i<q;i++){if(r[i]<r[o]){o=i}}n.css({top:r[o],left:p.colW*o+p.posLeft});for(i=0;i<s;i++){p.colY[o+i]=r[o]+n.outerHeight(true)}}function f(p,o,n){n.$bricks=o.itemSelector==undefined?o.$brickParent.children():o.$brickParent.find(o.itemSelector);if(o.columnWidth==undefined){n.colW=n.masoned?p.data("masonry").colW:n.$bricks.outerWidth(true)}else{n.colW=o.columnWidth}n.colCount=Math.floor(p.width()/n.colW);n.colCount=Math.max(n.colCount,1)}function l(p,o,n){if(!n.masoned){p.css("position","relative")}if(!n.masoned||o.appendedContent!=undefined){n.$bricks.css("position","absolute")}var q=c("<div />");p.prepend(q);n.posTop=Math.round(q.position().top);n.posLeft=Math.round(q.position().left);q.remove();if(n.masoned&&o.appendedContent!=undefined){n.colY=p.data("masonry").colY;for(i=p.data("masonry").colCount;i<n.colCount;i++){n.colY[i]=n.posTop}}else{n.colY=[];for(i=0;i<n.colCount;i++){n.colY[i]=n.posTop}}if(o.singleMode){n.$bricks.each(function(){var r=c(this);k(r,n.colCount,n.colY,1,n)})}else{n.$bricks.each(function(){var r=c(this);var t=Math.ceil(r.outerWidth(true)/n.colW);t=Math.min(t,n.colCount);if(t==1){k(r,n.colCount,n.colY,1,n)}else{var u=n.colCount+1-t;var s=[0];for(i=0;i<u;i++){s[i]=0;for(j=0;j<t;j++){s[i]=Math.max(s[i],n.colY[i+j])}}k(r,u,s,t,n)}})}n.wallH=0;for(i=0;i<n.colCount;i++){n.wallH=Math.max(n.wallH,n.colY[i])}p.height(n.wallH-n.posTop);m.call(n.$bricks);p.data("masonry",n)}function h(q,p,o){var n=q.data("masonry").colCount;f(q,p,o);if(o.colCount!=n){l(q,p,o)}}return this.each(function(){var r=c(this);var p=c.extend({},c.masonry);p.masoned=r.data("masonry")!=undefined;var o=p.masoned?r.data("masonry").options:{};var q=c.extend({},p.defaults,o,g);p.options=q.saveOptions?q:o;m=m||function(){};if(p.masoned&&q.appendedContent!=undefined){q.$brickParent=q.appendedContent}else{q.$brickParent=r}if(q.$brickParent.children().length>0){f(r,q,p);l(r,q,p);var n=o.resizeable;if(!n&&q.resizeable){c(window).bind("resize.masonry",function(){h(r,q,p)})}if(n&&!q.resizeable){c(window).unbind("resize.masonry")}}else{return this}})};c.masonry={defaults:{singleMode:false,columnWidth:undefined,itemSelector:undefined,appendedContent:undefined,saveOptions:true,resizeable:true},colW:undefined,colCount:undefined,colY:undefined,wallH:undefined,masoned:undefined,posTop:0,posLeft:0,options:undefined,$bricks:undefined,$brickParent:undefined}})(jQuery);(function(c){c.fn.masonry=function(g,m){function k(n,q,r,s,p){var o=0;for(i=0;i<q;i++){if(r[i]<r[o]){o=i}}n.css({top:r[o],left:p.colW*o+p.posLeft});for(i=0;i<s;i++){p.colY[o+i]=r[o]+n.outerHeight(true)}}function f(p,o,n){n.$bricks=o.itemSelector==undefined?o.$brickParent.children():o.$brickParent.find(o.itemSelector);if(o.columnWidth==undefined){n.colW=n.masoned?p.data("masonry").colW:n.$bricks.outerWidth(true)}else{n.colW=o.columnWidth}n.colCount=Math.floor(p.width()/n.colW);n.colCount=Math.max(n.colCount,1)}function l(p,o,n){if(!n.masoned){p.css("position","relative")}if(!n.masoned||o.appendedContent!=undefined){n.$bricks.css("position","absolute")}var q=c("<div />");p.prepend(q);n.posTop=Math.round(q.position().top);n.posLeft=Math.round(q.position().left);q.remove();if(n.masoned&&o.appendedContent!=undefined){n.colY=p.data("masonry").colY;for(i=p.data("masonry").colCount;i<n.colCount;i++){n.colY[i]=n.posTop}}else{n.colY=[];for(i=0;i<n.colCount;i++){n.colY[i]=n.posTop}}if(o.singleMode){n.$bricks.each(function(){var r=c(this);k(r,n.colCount,n.colY,1,n)})}else{n.$bricks.each(function(){var r=c(this);var t=Math.ceil(r.outerWidth(true)/n.colW);t=Math.min(t,n.colCount);if(t==1){k(r,n.colCount,n.colY,1,n)}else{var u=n.colCount+1-t;var s=[0];for(i=0;i<u;i++){s[i]=0;for(j=0;j<t;j++){s[i]=Math.max(s[i],n.colY[i+j])}}k(r,u,s,t,n)}})}n.wallH=0;for(i=0;i<n.colCount;i++){n.wallH=Math.max(n.wallH,n.colY[i])}p.height(n.wallH-n.posTop);m.call(n.$bricks);p.data("masonry",n)}function h(q,p,o){var n=q.data("masonry").colCount;f(q,p,o);if(o.colCount!=n){l(q,p,o)}}return this.each(function(){var r=c(this);var p=c.extend({},c.masonry);p.masoned=r.data("masonry")!=undefined;var o=p.masoned?r.data("masonry").options:{};var q=c.extend({},p.defaults,o,g);p.options=q.saveOptions?q:o;m=m||function(){};if(p.masoned&&q.appendedContent!=undefined){q.$brickParent=q.appendedContent}else{q.$brickParent=r}if(q.$brickParent.children().length>0){f(r,q,p);l(r,q,p);var n=o.resizeable;if(!n&&q.resizeable){c(window).bind("resize.masonry",function(){h(r,q,p)})}if(n&&!q.resizeable){c(window).unbind("resize.masonry")}}else{return this}})};c.masonry={defaults:{singleMode:false,columnWidth:undefined,itemSelector:undefined,appendedContent:undefined,saveOptions:true,resizeable:true},colW:undefined,colCount:undefined,colY:undefined,wallH:undefined,masoned:undefined,posTop:0,posLeft:0,options:undefined,$bricks:undefined,$brickParent:undefined}})(jQuery);(function(n){for(var m,c=document.getElementsByTagName("head")[0].style,k="transformProperty WebkitTransform OTransform".split(" "),l=0;l<k.length;l++){if(c[k[l]]!==undefined){m=k[l]}}jQuery.fn.extend({ImageRotate:function(f){if(!(this.Wilq32&&this.Wilq32.PhotoEffect)){f=n.extend(true,{},f);return(new Wilq32.PhotoEffect(this.get(0),f))._temp}},rotate:function(g){if(this.length!==0){if(typeof g!="undefined"){if(typeof g=="number"){g={angle:g}}for(var f=[],p=0,h=this.length;p<h;p++){var o=this.get(p);typeof o.Wilq32=="undefined"?f.push(n(n(o).ImageRotate(g))):o.Wilq32.PhotoEffect._rotate(g.angle)}return f}}},rotateAnimation:function(g){if(this.length!==0){if(typeof g!="undefined"){if(typeof g=="number"){g={angle:g}}for(var f=[],p=0,h=this.length;p<h;p++){var o=this.get(p);if(typeof o.Wilq32=="undefined"){f.push(n(n(o).ImageRotate(g)))}else{o.Wilq32.PhotoEffect._parameters.animateAngle=g.angle;o.Wilq32.PhotoEffect._parameters.callback=g.callback||o.Wilq32.PhotoEffect._parameters.callback||function(){};o.Wilq32.PhotoEffect._animateStart()}}return f}}}});Wilq32={};Wilq32.PhotoEffect=function(){return m?function(g,f){this._img=g;this._parameters=f||{};this._parameters.animateAngle=0;this._parameters.angle=f.angle||0;this._angle=0;g.Wilq32={PhotoEffect:this};this._BindEvents(this._img,this._parameters.bind);this._rotate(this._parameters.angle)}:function(g,f){this._img=g;this._parameters=f||{};this._parameters.className=g.className;this._parameters.id=g.getAttribute("id");this._angle=this._parameters.animateAngle=0;this._parameters.angle=f.angle||0;this._temp=document.createElement("span");this._temp.style.display="inline-block";this._temp.Wilq32={PhotoEffect:this};g.parentNode.insertBefore(this._temp,g);this._img._ref=this;this._img.complete?this._Loader():jQuery(this._img).bind("load",function(){this._ref._Loader.call(this._ref)})}}();if(jQuery.browser.msie){Wilq32.PhotoEffect.prototype.createVMLNode=function(){document.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)");try{!document.namespaces.rvml&&document.namespaces.add("rvml","urn:schemas-microsoft-com:vml");return function(g){return document.createElement("<rvml:"+g+' class="rvml">')}}catch(f){return function(g){return document.createElement("<"+g+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}}()}Wilq32.PhotoEffect.prototype._BindEvents=function(g,f){if(f){for(var o in f){if(f.hasOwnProperty(o)){for(var h in f[o]){f[o].hasOwnProperty(h)&&jQuery(g).bind(h,f[o][h])}}}}};Wilq32.PhotoEffect.prototype._Loader=function(){return jQuery.browser.msie?function(){var g=this._img.src;this._temp.setAttribute("id",this._parameters.id);this._temp.className=this._parameters.className;var f=this._img.width,h=this._img.height;this._img.parentNode.removeChild(this._img);this._img._widthMax=this._img._heightMax=Math.sqrt(h*h+f*f);this._img._heightMax=Math.sqrt(h*h+f*f);this._vimage=this.createVMLNode("image");this._vimage._ref=this;this._vimage.style.height=h+"px";this._vimage.style.width=f+"px";this._temp.style.position="relative";this._vimage.style.position="absolute";this._temp.style.width=this._temp.style.height=this._img._heightMax+"px";this._vimage.src=g;this._temp.appendChild(this._vimage);this._temp.style.width=f+"px";this._temp.style.height=h+"px";this._vimage.style.top="0px";this._vimage.style.left="0px";this._BindEvents(this._temp,this._parameters.bind);this._rotate(this._parameters.angle)}:function(){this._temp.setAttribute("id",this._parameters.id);this._temp.className=this._parameters.className;var g=this._img.width,f=this._img.height;this._img.parentNode.removeChild(this._img);this._img._widthMax=this._img._heightMax=Math.sqrt(f*f+g*g);this._canvas=document.createElement("canvas");this._canvas._ref=this;this._canvas.height=f;this._canvas.width=g;this._canvas.setAttribute("width",g);this._canvas.Wilq32=this._temp.Wilq32;this._temp.appendChild(this._canvas);this._temp.style.width=g+"px";this._temp.style.height=f+"px";this._canvas.style.position="relative";this._canvas.style.left=-(this._img._widthMax-g)/2+"px";this._canvas.style.top=-(this._img._widthMax-f)/2+"px";this._BindEvents(this._canvas,this._parameters.bind);this._cnv=this._canvas.getContext("2d");this._rotate(this._parameters.angle)}}();Wilq32.PhotoEffect.prototype._animateStart=function(){this._timer&&clearTimeout(this._timer);this._animate()};Wilq32.PhotoEffect.prototype._animate=function(){if(this._canvas||this._vimage||this._img){this._angle-=(this._angle-this._parameters.animateAngle)*0.1}if(typeof this._parameters.minAngle!="undefined"){if(this._angle<this._parameters.minAngle){this._angle=this._parameters.minAngle}}if(typeof this._parameters.maxAngle!="undefined"){if(this._angle>this._parameters.maxAngle){this._angle=this._parameters.maxAngle}}var g=!!Math.round(this._angle*100-this._parameters.animateAngle*100)==0&&!!this._timer;this._parameters.callback&&g&&this._parameters.callback();if(g&&!this._parameters.animatedGif){clearTimeout(this._timer)}else{if(this._canvas||this._vimage||this._img){this._rotate(~~(this._angle*10)/10)}var f=this;this._timer=setTimeout(function(){f._animate.call(f)},10)}};Wilq32.PhotoEffect.prototype._rotate=function(){return jQuery.browser.msie?function(f){this._vimage.style.rotation=f}:m?function(f){this._img.style[m]="rotate("+f+"deg)"}:function(g){if(this._img.width){if(typeof g=="number"){g=g%360*Math.PI/180;var f=this._img.width,p=this._img.height,h=this._img._widthMax-f,o=this._img._heightMax-p;this._canvas.width=f+h;this._canvas.height=p+o;this._cnv.save();this._cnv.translate(h/2,o/2);this._cnv.translate(f/2,p/2);this._cnv.rotate(g);this._cnv.translate(-f/2,-p/2);this._cnv.drawImage(this._img,0,0);this._cnv.restore()}}}}()})(jQuery);jQuery(document).ready(function(f){var c={overlayBgColor:"#000",overlayOpacity:0.8,fixedNavigation:false,imageLoading:"/templates/standard/common/image/lightbox/lightbox-ico-loading.gif",imageBtnPrev:"/templates/standard/common/image/lightbox/lightbox-btn-prev.gif",imageBtnNext:"/templates/standard/common/image/lightbox/lightbox-btn-next.gif",imageBtnClose:"/templates/standard/common/image/lightbox/lightbox-btn-close.gif",imageBlank:"/templates/standard/common/image/lightbox/lightbox-blank.gif",containerBorderSize:10,containerResizeSpeed:400,txtImage:"Afbeelding",txtOf:"van",keyToClose:"c",keyToPrev:"p",keyToNext:"n"};jQuery("a[rel*=lightbox]").lightBox(c);jQuery("a[rel*=external]").attr("target","_blank");var g=location.pathname.substring(1);if(g){jQuery('#simplemenu a[href$="'+g+'"]').attr("class","selected")}jQuery("#digitale_versie_kroniek").click(function(){var h=window.open("http://www.kroniekvanenkhuizen.nl/templates/kroniekentest/pageflip/index.html","Digitale_Versie_Kroniek_van_Enkhuizen_Krant","menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,dependent,width=1000,height=700,left=0,top=0")});jQuery("#register_video").click(function(){var h=window.open("http://www.kroniekvanenkhuizen.nl/templates/kroniekenblog/video/register.html","Video Handleiding: Hoe registreer ik mezelf op De Kroniek van Enkhuizen","menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,dependent,width=640,height=480,left=0,top=0")});jQuery("#artikel_video").click(function(){var h=window.open("http://www.kroniekvanenkhuizen.nl/templates/kroniekenblog/video/write.html","Video Handleiding: Hoe plaats ik een artikel op De Kroniek van Enkhuizen","menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,dependent,width=640,height=480,left=0,top=0")})});function _(c){try{if(TIFLang[c]){return TIFLang[c]}else{return c}}catch(f){return c}}function getObj(c){return document.getElementById(c)}function selectByValue(h,f){var g;for(var c=0;c<h.length;c++){if(h.options[c].value==f){g=c;break}}return g}function getValueFromSelect(c){return c[c.selectedIndex].text}function alignCenter(){getObj("middleDiv").style.left=(document.body.clientWidth/2)-330+"px"}function findPos(c,f){var g=0;if(f.offsetParent){while(f.offsetParent){g+=c=="y"?f.offsetLeft:f.offsetTop;f=f.offsetParent}}else{if(f.x){g+=c=="y"?f.x:f.y}}return g}function linkCheck(g){var f=g.value;var c=/^(mailto|https|http|ftp)\:\/\//;if(!(c.test(f))){if(mailCheck(f)){g.value="mailto:"+f}else{if(f.substr(0,4)=="ftp."){g.value="ftp://"+f}else{if(f.substr(0,4)=="www."){g.value="http://"+f}}}}}function mailCheck(c){var f=/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;return f.test(c)}function replaceNonAlpha(c,f){return c.replace(/(\D+|-)/g,f)}function emptyUp(c,f){if(c.value==f){c.value=""}}function isValidDate(f,h,g){var c;f=parseFloat(f);h=parseFloat(h);g=parseFloat(g);c=getLastDayMonth(h,g);if(f>=1&&f<=c){return true}return false}function getLastDayMonth(g,f){var c;g=parseFloat(g);f=parseFloat(f);if(g==2){c=(((f%4==0)&&((!(f%100==0))||(f%400==0)))?29:28)}else{if(g==4||g==6||g==9||g==11){c=30}else{c=31}}return c}function mktime(k,h,m,g,c,l){k=parseFloat(k);h=parseFloat(h);m=parseFloat(m);g=parseFloat(g);c=parseFloat(c);l=parseFloat(l);var f=new Date(l,(g-1),c,k,h,0);return f.getTime()}function getCookie(c){if(document.cookie.length>0){begin=document.cookie.indexOf(c+"=");if(begin!=-1){begin+=c.length+1;end=document.cookie.indexOf(";",begin);if(end==-1){end=document.cookie.length}return unescape(document.cookie.substring(begin,end))}}return null}function setCookie(f,g,c){var h=new Date();h.setTime(h.getTime()+(c*24*3600*1000));document.cookie=f+"="+escape(g)+((c==null)?"":"; expires="+h.toGMTString())}function format_sel(f,c){c.focus();var h=document.selection.createRange().text;var g=document.selection.createRange();g.text="["+f+"]"+h+"[/"+f+"]";return}function format_link(c){c.focus();var h=document.selection.createRange().text;var g=document.selection.createRange();var f=prompt("Vul hier uw link in","");if(f!=""&&f!=null){g.text="[link="+f+"]"+h+"[/link]"}}function removeTags(){var k=document.selection.createRange().text;var g=Array("[b]","[/b]","[i]","[/i]","[ul]","[/ul]");var c=Array("","","","","","");for(var f=0;f<g.length;f++){k=replaceString(k,g[f],c[f])}var h=document.selection.createRange();h.text=k}function replaceString(h,g,l){var f=h.length;var m=g.length;if((f==0)||(m==0)){return h}var c=h.indexOf(g);if((!c)&&(g!=h.substring(0,m))){return h}if(c==-1){return h}var k=h.substring(0,c)+l;if(c+m<f){k+=replaceString(h.substring(c+m,f),g,l)}return k}function checkDate(h,k){if(h.value==""&&k){return h.value}var g,f;f=replaceNonAlpha(h.value,"-");dateArray=f.split("-");var c=new Date();if(dateArray.length!=3||dateArray[0]==""||dateArray[1]==""||dateArray[2]==""){alert("Er is geen geldige datum opgegeven. Uw huidige datum wordt aangenomen.");dateArray[0]=c.getDate();dateArray[1]=c.getMonth();dateArray[2]=c.getFullYear()}if(dateArray[2]>2030||dateArray[2]<1971){alert("Het jaar dat u heeft opgegeven is ongeldig en zal worden teruggezet naar uw huidige jaar.");dateArray[2]=c.getFullYear()}if(dateArray[1]>12||dateArray[1]<1){alert("De maand die u heeft opgegeven is ongeldig en zal worden teruggezet naar uw huidige maand.");dateArray[1]=c.getMonth()+1}if(!isValidDate(dateArray[0],dateArray[1],dateArray[2])){alert("De opgegeven datum is ongeldig en zal worden teruggezet naar uw huidige datum.");dateArray[0]=c.getDate();dateArray[1]=c.getMonth();dateArray[2]=c.getFullYear()}h.value=dateArray[0]+"-"+dateArray[1]+"-"+dateArray[2]}function checkTime(h,k){if(h.value==""&&k){return h.value}var g,f;f=replaceNonAlpha(h.value,":");g=f.split(":");if(g.length!=2||g[0]==""||g[1]==""){alert("Er is geen geldige tijd opgegeven. Uw huidige tijd wordt aangenomen.");var c=new Date();g[0]=c.getHours();g[1]=c.getMinutes()}if(g[0]>23||g[1]>59){g[0]=(g[0]>23)?23:g[0];g[1]=(g[1]>59)?59:g[1];alert("De waarde die u heeft opgegeven is ongeldig en zal worden teruggezet naar een correcte tijd.")}g[0]=g[0]<10?"0"+parseFloat(g[0]):g[0];g[1]=g[1]<10?"0"+parseFloat(g[1]):g[1];h.value=g[0]+":"+g[1]}function tstmpDate(f,c){var g="";dateArray=f.split("-");timeArray=c.split(":");if(dateArray.length==3&&timeArray.length==2){g=Math.floor(mktime(timeArray[0],timeArray[1],0,dateArray[1],dateArray[0],dateArray[2])/1000)}if(isNaN(g)){return""}return g}function debugCss(){var c;c=document.getElementById("codepoetry-debug-stylesheet");domMenu=document.getElementById("domMenu_main");if(c){c.href=null;document.documentElement.childNodes[0].removeChild(c);domMenu.style.display="block"}else{c=document.createElement("link");c.rel="stylesheet";c.type="text/css";c.href="/templates/standard/layout/style/css-debug-2.css";c.id="codepoetry-debug-stylesheet";document.documentElement.childNodes[0].appendChild(c);domMenu.style.display="none"}return false}function clearString(c,f){if(c.value==f){c.value=""}}function newsletter_post(k,g,h,c){var g=(typeof g=="undefined")?"email":g;var h=(typeof h=="undefined")?"newsletter_post":h;var c=(typeof c=="undefined")?"soort":c;var f=getObj(g).value;if(f.search(/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/)!=-1&&f!="uw@emailadres.nl"){getObj(c).value=k;getObj(h).submit()}else{alert("emailadres is niet correct")}}function salepoint_submit(){if(getObj("postcode").value.length!=4&&!getObj("place")){alert("De opgegeven postcode is niet correct")}else{document.salepoint.submit()}}function tellafriend_submit(){if(!mailCheck(getObj("friend_mail").value)){alert("Het opgegeven emailadres is niet correct")}else{document.tellfriendForm.submit()}}function submitPoll(c){getObj(c).submit()}function submitForm(c){if(getObj("formMessage")){getObj("formMessage").value=FCKeditorAPI.GetInstance("Message").GetHTML()}if(getObj("formMessage").value==""){alert("Commentaar is een vereist veld, u zult deze in moeten vullen voordat u verder kan gaan.")}else{getObj(c).submit()}}function tableRollOver(h,g,f){if(g==1){var c=f==""?"#666666":f;h.style.backgroundColor=c}else{var c=f==""?"#555555":f;h.style.backgroundColor=c}}function stripTags(f){var c=/<\S[^>]*>/g;f=f.replace(c,"");return f}function trim(c){return c.replace(/^\s*|\s*$/g,"")}function getElementsByClass(m,k,c){var h=new Array();if(k==null){k=document}if(c==null){c="*"}var g=k.getElementsByTagName(c);var f=g.length;var l=new RegExp("(^|\\s)"+m+"(\\s|$)");for(i=0,j=0;i<f;i++){if(l.test(g[i].className)){h[j]=g[i];j++}}return h}function ReadMyCookie(h){var f=""+document.cookie;var g=f.indexOf(h);if(g==-1||h==""){return""}var c=f.indexOf(";",g);if(c==-1){c=f.length}return unescape(f.substring(g+h.length+1,c))}function SetMyCookie(k,h,g){var f=new Date();var c=new Date();if(g==null||g==0){g=1}c.setTime(f.getTime()+3600000*24*g);document.cookie=k+"="+escape(h)+";expires="+c.toGMTString()+"; domain=bruist.test;"}function makeArray(){for(i=0;i<makeArray.arguments.length;i++){this[i+1]=makeArray.arguments[i]}}function getDate(){var c=new makeArray("January","February","Maart","April","Mei","Juni","July","Augustus","September","October","November","December");var n=new makeArray("Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag");var h=new Date();var g=h.getDay();var f=h.getDate();var l=h.getMonth()+1;var m=h.getYear();var k=(m<1000)?m+1900:m;return n[g]+" "+f+" "+c[l]+" "+k}function soopaSetup(){var c,g,k,h;for(var f=0;(c=document.images[f]);f++){if(c.getAttribute){k=c.getAttribute("src");g=c.getAttribute("hsrc");h=c.getAttribute("dsrc");if(k!=""&&k!=null){c.n=new Image();c.n.src=c.src;if(g!=""&&g!=null){c.h=new Image();c.h.src=g;c.onmouseover=soopaSwapOn;c.onmouseout=soopaSwapOff}if(h!=""&&h!=null){c.d=new Image();c.d.src=h;c.onmousedown=soopaSwapDown}}}}}function soopaSwapOn(){this.src=this.h.src}function soopaSwapOff(){this.src=this.n.src}function soopaSwapDown(){this.src=this.d.src;this.temp=typeof(document.onmouseup)!="undefined"&&typeof(document.onmouseup)!="unknown"?document.onmouseup:"";soopaSwapUp.img=this;document.onmouseup=soopaSwapUp}function soopaSwapUp(){var c=soopaSwapUp.img;c.src=c.n.src;if(c.temp){document.onmouseup=c.temp}}ypSlideOutMenu.Registry=[];ypSlideOutMenu.aniLen=150;ypSlideOutMenu.hideDelay=500;ypSlideOutMenu.minCPUResolution=1;ypSlideOutMenu.minMenuWidth=140;ypSlideOutMenu.pageWidth=775;function ypSlideOutMenu(id,dir,left,top,width,height,parentMenu){this.ie=document.all?1:0;this.ns4=document.layers?1:0;this.dom=document.getElementById?1:0;if(this.ie||this.ns4||this.dom){this.id=id;this.dir=dir;this.orientation=dir=="left"||dir=="right"?"h":"v";this.dirType=dir=="right"||dir=="down"?"-":"+";this.dim=this.orientation=="h"?width:height;this.hideTimer=false;this.aniTimer=false;this.open=false;this.over=false;this.startTime=0;this.left=left;this.parentMenu=parentMenu;this.gRef="ypSlideOutMenu_"+id;eval(this.gRef+"=this");ypSlideOutMenu.Registry[id]=this;var d=document;var strCSS='<style type="text/css">';strCSS+="#"+this.id+"Container { visibility:hidden; ";strCSS+="left:"+left+"px; ";strCSS+="top:"+top+"px; ";strCSS+="overflow:hidden; z-index:10000; } ";strCSS+="#"+this.id+"Container, #"+this.id+"Content { position:absolute; ";strCSS+="}";strCSS+="</style>";d.write(strCSS);this.load()}}ypSlideOutMenu.prototype.load=function(){var d=document;var lyrId1=this.id+"Container";var lyrId2=this.id+"Content";var obj1=this.dom?d.getElementById(lyrId1):this.ie?d.all[lyrId1]:d.layers[lyrId1];if(obj1){var obj2=this.ns4?obj1.layers[lyrId2]:this.ie?d.all[lyrId2]:d.getElementById(lyrId2)}var temp;obj1.style.left=0+"px";width=obj2.offsetWidth;height=obj2.offsetHeight;if(width<ypSlideOutMenu.minMenuWidth){obj1.style.width=ypSlideOutMenu.minMenuWidth+2+"px";obj2.style.width=ypSlideOutMenu.minMenuWidth+"px"}else{obj1.style.width=width+2+"px";obj2.style.width=width+"px"}width=obj2.offsetWidth;height=obj2.offsetHeight;obj1.style.left=this.left+"px";obj1.style.height=height+"px";this.dim=this.orientation=="h"?width:height;if(this.dir=="down"){if(obj1.offsetLeft+width>ypSlideOutMenu.pageWidth){obj1.style.left=ypSlideOutMenu.pageWidth-width+"px"}}if(this.dir=="right"){if(obj1.offsetLeft+width>ypSlideOutMenu.pageWidth){obj1.style.left=obj1.offsetLeft-(getObj(this.parentMenu+"Container").offsetWidth+obj1.offsetWidth-10)+"px";this.dir="left";this.orientation="h";this.dirType="+";this.dim=width}}if(!obj1||!obj2){window.setTimeout(this.gRef+".load()",100)}else{this.container=obj1;this.menu=obj2;this.style=this.ns4?this.menu:this.menu.style;this.homePos=eval("0"+this.dirType+this.dim);this.outPos=0;this.accelConst=(this.outPos-this.homePos)/ypSlideOutMenu.aniLen/ypSlideOutMenu.aniLen;if(this.ns4){this.menu.captureEvents(Event.MOUSEOVER|Event.MOUSEOUT)}this.endSlide()}};ypSlideOutMenu.showMenu=function(g){var c=ypSlideOutMenu.Registry;var f=ypSlideOutMenu.Registry[g];if(f!=null){if(f.container){f.over=true;for(menu in c){if(menu!=g){ypSlideOutMenu.hide(menu)}}if(f.hideTimer){c[g].hideTimer=window.clearTimeout(c[g].hideTimer)}if(!f.open&&!f.aniTimer){c[g].startSlide(true)}}}};ypSlideOutMenu.showMenus=function(h){var c=h.split(":");for(var f=0;f<c.length;f++){id=c[f];var g=ypSlideOutMenu.Registry;var k=ypSlideOutMenu.Registry[id];if(k!=null){if(k.container){k.over=true;for(menu in g){if(!valueInArray(menu,c)){ypSlideOutMenu.hide(menu)}}if(k.hideTimer){g[id].hideTimer=window.clearTimeout(g[id].hideTimer)}if(!k.open&&!k.aniTimer){g[id].startSlide(true)}}}}};ypSlideOutMenu.hideMenu=function(f){var c=ypSlideOutMenu.Registry[f];if(c!=null){if(c.container){if(c.hideTimer){window.clearTimeout(c.hideTimer)}c.hideTimer=window.setTimeout("ypSlideOutMenu.hide('"+f+"')",ypSlideOutMenu.hideDelay)}}};ypSlideOutMenu.hideMenus=function(g){var c=g.split(":");for(var f=0;f<c.length;f++){id=c[f];var h=ypSlideOutMenu.Registry[id];if(h!=null){if(h.container){if(h.hideTimer){window.clearTimeout(h.hideTimer)}h.hideTimer=window.setTimeout("ypSlideOutMenu.hide('"+id+"')",ypSlideOutMenu.hideDelay)}}}};ypSlideOutMenu.hideAll=function(){var c=ypSlideOutMenu.Registry;for(menu in c){ypSlideOutMenu.hide(menu);if(menu.hideTimer){window.clearTimeout(menu.hideTimer)}}};ypSlideOutMenu.hide=function(f){var c=ypSlideOutMenu.Registry[f];c.over=false;if(c.hideTimer){window.clearTimeout(c.hideTimer)}c.hideTimer=0;if(c.open&&!c.aniTimer){c.startSlide(false)}};ypSlideOutMenu.prototype.startSlide=function(c){this[c?"onactivate":"ondeactivate"]();this.open=c;if(c){this.setVisibility(true)}this.startTime=(new Date()).getTime();this.aniTimer=window.setInterval(this.gRef+".slide()",ypSlideOutMenu.minCPUResolution)};ypSlideOutMenu.prototype.slide=function(){var c=(new Date()).getTime()-this.startTime;if(c>ypSlideOutMenu.aniLen){this.endSlide()}else{var f=Math.round(Math.pow(ypSlideOutMenu.aniLen-c,2)*this.accelConst);if(this.open&&this.dirType=="-"){f=-f}else{if(this.open&&this.dirType=="+"){f=-f}else{if(!this.open&&this.dirType=="-"){f=-this.dim+f}else{f=this.dim+f}}}this.moveTo(f)}};ypSlideOutMenu.prototype.endSlide=function(){this.aniTimer=window.clearTimeout(this.aniTimer);this.moveTo(this.open?this.outPos:this.homePos);if(!this.open){this.setVisibility(false)}if((this.open&&!this.over)||(!this.open&&this.over)){this.startSlide(this.over)}};ypSlideOutMenu.prototype.setVisibility=function(c){var f=this.ns4?this.container:this.container.style;f.visibility=c?"visible":"hidden"};ypSlideOutMenu.prototype.moveTo=function(c){this.style[this.orientation=="h"?"left":"top"]=this.ns4?c:c+"px"};ypSlideOutMenu.prototype.getPos=function(f){return parseInt(this.style[f])};function valueInArray(g,c){for(var f=0;f<c.length;f++){if(c[f]==g){return true}}return false}function findPosX(f){var c=0;if(f.offsetParent){c=f.offsetLeft+findPosX(f.offsetParent)}else{if(f.x){c+=f.x}}return c}function findPosY(f){var c=0;if(f.offsetParent){c=f.offsetTop+findPosY(f.offsetParent)}else{if(f.y){c+=f.y}}return c}function getObj(c){return document.getElementById(c)}function highlightMenuItems(f,c){getObj(f).style.color="#4B1D75";if(c!=null){getObj(c).style.backgroundColor="#80579D"}}function unhighlightMenuItems(f,c){getObj(f).style.color="";if(c!=null){getObj(c).style.backgroundColor=""}}menus=new Array;function createmenu(l,k,c,f){if(k=="level2"){var h=findPosX(getObj("act"+l))-findPosX(getObj("content"))+5;var g=findPosY(getObj("act"+l))+getObj("menubar").offsetHeight-findPosY(getObj("content"))-2;menus[menus.length]=new ypSlideOutMenu("menu"+l,"down",h,g,null,null)}else{if(k=="level3"){var h=findPosX(getObj(c))-findPosX(getObj("content"))+getObj(f+"Container").offsetWidth-5;var g=findPosY(getObj(c))+getObj(f+"Content").offsetHeight-6;menus[menus.length]=new ypSlideOutMenu("menu"+l,"right",h,g,null,null,f)}}}ypSlideOutMenu.prototype.onactivate=function(){};ypSlideOutMenu.prototype.ondeactivate=function(){};function submitAboutMe(){if(txt=getObj("aboutme")){txt.value=FCKeditorAPI.GetInstance("Aboutme").GetHTML()}}function printfire(){printfire.args=arguments;var f=(parent)?parent.document:document;try{if(arguments.length==2){arguments[0]=arguments[0]+": "+arguments[1]}printfire.args=arguments;window.console.log(printfire.args)}catch(c){}}function abuse(g){var c={action:"abuse",id:g};var f=new Ajax.Request("/weblog_Entry",{method:"post",parameters:c,onException:this.exception,onComplete:abuseResult})}function abuseResult(c){if(c.responseTEXT=="OK"){Dialog.alert(_("Bericht is gemarkeerd als ongewenst"),{width:300,className:"alphacube"})}else{Dialog.alert(_("Markeren als ongewenst is mislukt"),{width:300,className:"alphacube"})}}function debug(c){if(typeof console!="undefined"){console.log(c)}}var isMobile=function(){return(navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/iPad/i))};var domLib_userAgent=navigator.userAgent.toLowerCase();var domLib_isMac=navigator.appVersion.indexOf("Mac")!=-1;var domLib_isWin=domLib_userAgent.indexOf("windows")!=-1;var domLib_isOpera=domLib_userAgent.indexOf("opera")!=-1;var domLib_isOpera7up=domLib_userAgent.match(/opera.(7|8)/i);var domLib_isSafari=domLib_userAgent.indexOf("safari")!=-1;var domLib_isKonq=domLib_userAgent.indexOf("konqueror")!=-1;var domLib_isKHTML=(domLib_isKonq||domLib_isSafari||domLib_userAgent.indexOf("khtml")!=-1);var domLib_isIE=(!domLib_isKHTML&&!domLib_isOpera&&(domLib_userAgent.indexOf("msie 5")!=-1||domLib_userAgent.indexOf("msie")!=-1));var domLib_isIE5up=domLib_userAgent.indexOf("msie");var domLib_isIE50=(domLib_isIE&&domLib_userAgent.indexOf("msie 5.0")!=-1);var domLib_isIE55=(domLib_isIE&&domLib_userAgent.indexOf("msie 5.5")!=-1);var domLib_isIE5=(domLib_isIE50||domLib_isIE55);var domLib_isGecko=domLib_userAgent.indexOf("gecko/")!=-1;var domLib_isMacIE=(domLib_isIE&&domLib_isMac);var domLib_isIE55up=domLib_isIE5up&&!domLib_isIE50&&!domLib_isMacIE;var domLib_isIE6up=domLib_isIE55up&&!domLib_isIE55;var domLib_standardsMode=(document.compatMode&&document.compatMode=="CSS1Compat");var domLib_useLibrary=(domLib_isOpera7up||domLib_isKHTML||domLib_isIE5up||domLib_isGecko||domLib_isMacIE||document.defaultView);var domLib_hasBrokenTimeout=(domLib_isMacIE||(domLib_isKonq&&domLib_userAgent.match(/konqueror\/3.([2-9])/)==null));var domLib_canFade=(domLib_isGecko||domLib_isIE||domLib_isSafari||domLib_isOpera);var domLib_canDrawOverSelect=(domLib_isMac||domLib_isOpera||domLib_isGecko);var domLib_canDrawOverFlash=(domLib_isMac||domLib_isWin);var domLib_eventTarget=domLib_isIE?"srcElement":"currentTarget";var domLib_eventButton=domLib_isIE?"button":"which";var domLib_eventTo=domLib_isIE?"toElement":"relatedTarget";var domLib_stylePointer=domLib_isIE?"hand":"pointer";var domLib_styleNoMaxWidth=domLib_isOpera?"10000px":"none";var domLib_hidePosition="-1000px";var domLib_scrollbarWidth=14;var domLib_autoId=1;var domLib_zIndex=100;var domLib_collisionElements;var domLib_collisionsCached=false;var domLib_timeoutStateId=0;var domLib_timeoutStates=new Hash2();if(!document.ELEMENT_NODE){document.ELEMENT_NODE=1;document.ATTRIBUTE_NODE=2;document.TEXT_NODE=3;document.DOCUMENT_NODE=9;document.DOCUMENT_FRAGMENT_NODE=11}function Hash2(){this.length=0;this.numericLength=0;this.elementData=[];for(var c=0;c<arguments.length;c+=2){if(typeof(arguments[c+1])!="undefined"){this.elementData[arguments[c]]=arguments[c+1];this.length++;if(arguments[c]==parseInt(arguments[c])){this.numericLength++}}}}Hash2.prototype.get=function(c){return this.elementData[c]};Hash2.prototype.set=function(c,f){if(typeof(f)!="undefined"){if(typeof(this.elementData[c])=="undefined"){this.length++;if(c==parseInt(c)){this.numericLength++}}return this.elementData[c]=f}return false};Hash2.prototype.remove=function(f){var c;if(typeof(this.elementData[f])!="undefined"){this.length--;if(f==parseInt(f)){this.numericLength--}c=this.elementData[f];delete this.elementData[f]}return c};Hash2.prototype.size=function(){return this.length};Hash2.prototype.has=function(c){return typeof(this.elementData[c])!="undefined"};Hash2.prototype.find=function(c){for(var f in this.elementData){if(this.elementData[f]==c){return f}}};Hash2.prototype.merge=function(f){for(var c in f.elementData){if(typeof(this.elementData[c])=="undefined"){this.length++;if(c==parseInt(c)){this.numericLength++}}this.elementData[c]=f.elementData[c]}};Hash2.prototype.compare=function(f){if(this.length!=f.length){return false}for(var c in this.elementData){if(this.elementData[c]!=f.elementData[c]){return false}}return true};function domLib_isDescendantOf(f,c){if(f==c){return true}while(f!=document.documentElement){try{if((tmp_object=f.offsetParent)&&tmp_object==c){return true}else{if((tmp_object=f.parentNode)==c){return true}else{f=tmp_object}}}catch(g){return true}}return false}function domLib_detectCollisions(l,k,n){if(!domLib_collisionsCached){var p=[];if(!domLib_canDrawOverFlash){p[p.length]="object"}if(!domLib_canDrawOverSelect){p[p.length]="select"}domLib_collisionElements=domLib_getElementsByTagNames(p);domLib_collisionsCached=n}if(k){for(var f=0;f<domLib_collisionElements.length;f++){var c=domLib_collisionElements[f];if(!c.hideList){c.hideList=new Hash2()}c.hideList.remove(l.id);if(!c.hideList.length){domLib_collisionElements[f].style.visibility="visible";if(domLib_isKonq){domLib_collisionElements[f].style.display=""}}}return}else{if(domLib_collisionElements.length==0){return}}var h=domLib_getOffsets(l);for(var f=0;f<domLib_collisionElements.length;f++){var c=domLib_collisionElements[f];if(domLib_isDescendantOf(c,l)){continue}if(domLib_isKonq&&c.tagName=="SELECT"&&(c.size<=1&&!c.multiple)){continue}if(!c.hideList){c.hideList=new Hash2()}var g=domLib_getOffsets(c);var o=Math.sqrt(Math.pow(g.get("leftCenter")-h.get("leftCenter"),2)+Math.pow(g.get("topCenter")-h.get("topCenter"),2));var m=g.get("radius")+h.get("radius");if(o<m){if((h.get("leftCenter")<=g.get("leftCenter")&&h.get("right")<g.get("left"))||(h.get("leftCenter")>g.get("leftCenter")&&h.get("left")>g.get("right"))||(h.get("topCenter")<=g.get("topCenter")&&h.get("bottom")<g.get("top"))||(h.get("topCenter")>g.get("topCenter")&&h.get("top")>g.get("bottom"))){c.hideList.remove(l.id);if(!c.hideList.length){c.style.visibility="visible";if(domLib_isKonq){c.style.display=""}}}else{c.hideList.set(l.id,true);c.style.visibility="hidden";if(domLib_isKonq){c.style.display="none"}}}}}function domLib_getOffsets(c){var l=c;var k=c.offsetWidth;var h=c.offsetHeight;var g=0;var f=0;while(c){g+=c.offsetLeft;f+=c.offsetTop;c=c.offsetParent}if(domLib_isMacIE){g+=10;f+=10}return new Hash2("left",g,"top",f,"right",g+k,"bottom",f+h,"leftCenter",g+k/2,"topCenter",f+h/2,"radius",Math.max(k,h))}function domLib_setTimeout(c,h,f){if(typeof(f)=="undefined"){f=[]}if(h==-1){return}else{if(h==0){c(f);return 0}}if(typeof(f.clone)!="function"){f.clone=Object.clone}var g=f.clone();if(!domLib_hasBrokenTimeout){return setTimeout(function(){c(g)},h)}else{var l=domLib_timeoutStateId++;var k=new Hash2();k.set("function",c);k.set("args",g);domLib_timeoutStates.set(l,k);k.set("timeoutId",setTimeout("domLib_timeoutStates.get("+l+").get('function')(domLib_timeoutStates.get("+l+").get('args')); domLib_timeoutStates.remove("+l+");",h));return l}}function domLib_clearTimeout(c){c=parseInt(c);if(isNaN(c)){c=0}if(!domLib_hasBrokenTimeout){clearTimeout(c)}else{if(domLib_timeoutStates.has(c)){clearTimeout(domLib_timeoutStates.get(c).get("timeoutId"));domLib_timeoutStates.remove(c)}}}function domLib_getEventPosition(f){var c=new Hash2("x",0,"y",0,"scrollX",0,"scrollY",0);if(domLib_isIE){var g=(domLib_standardsMode?document.documentElement:document.body);if(g){c.set("x",f.clientX+g.scrollLeft);c.set("y",f.clientY+g.scrollTop);c.set("scrollX",g.scrollLeft);c.set("scrollY",g.scrollTop)}}else{c.set("x",f.pageX);c.set("y",f.pageY);c.set("scrollX",f.pageX-f.clientX);c.set("scrollY",f.pageY-f.clientY)}return c}function domLib_cancelBubble(f){var c=f?f:window.event;c.cancelBubble=true}function domLib_getIFrameReference(h){if(domLib_isGecko||domLib_isIE){return h.frameElement}else{var c=h.name;if(!c||!h.parent){return}var g=h.parent.document.getElementsByTagName("iframe");for(var f=0;f<g.length;f++){if(g[f].name==c){return g[f]}}}}function domLib_getElementsByClass(k){var h=domLib_isIE5?document.all:document.getElementsByTagName("*");var g=[];var f=0;for(var c=0;c<h.length;c++){if((" "+h[c].className+" ").indexOf(" "+k+" ")!=-1){g[f++]=h[c]}}return g}function domLib_getElementsByTagNames(g){var k=[];for(var f=0;f<g.length;f++){var h=document.getElementsByTagName(g[f]);for(var c=0;c<h.length;c++){k[k.length]=h[c]}}return k}function makeTrue(){return true}function makeFalse(){return false}var domMenu_data=new Hash2();var domMenu_settings=new Hash2();domMenu_settings.set("global",new Hash2("menuBarClass","domMenu_menuBar","menuElementClass","domMenu_menuElement","menuElementHoverClass","domMenu_menuElementHover","menuElementActiveClass","domMenu_menuElementHover","subMenuBarClass","domMenu_subMenuBar","subMenuElementClass","domMenu_subMenuElement","subMenuElementHoverClass","domMenu_subMenuElementHover","subMenuElementActiveClass","domMenu_subMenuElementHover","subMenuElementHeadingClass","domMenu_subMenuElementHeading","menuBarWidth","100%","subMenuMinWidth","inherit","distributeSpace",true,"axis","horizontal","verticalExpand","south","horizontalExpand","east","expandMenuArrowUrl","arrow.gif","subMenuWidthCorrection",0,"verticalSubMenuOffsetY",0,"verticalSubMenuOffsetX",0,"horizontalSubMenuOffsetX",0,"horizontalSubMenuOffsetY",0,"screenPadding",0,"openMouseoverMenuDelay",300,"openMousedownMenuDelay",-1,"closeMouseoutMenuDelay",800,"closeClickMenuDelay",-1,"openMouseoverSubMenuDelay",300,"openClickSubMenuDelay",-1,"closeMouseoutSubMenuDelay",300,"closeClickSubMenuDelay",-1,"baseZIndex",100,"baseUri",""));var domMenu_data;var domMenu_selectElements;var domMenu_scrollbarWidth=14;var domMenu_eventTo=domLib_isIE?"toElement":"relatedTarget";var domMenu_eventFrom=domLib_isIE?"fromElement":"relatedTarget";var domMenu_activeElement=new Hash2();var domMenu_timeouts=new Array();domMenu_timeouts.open=new Hash2();domMenu_timeouts.close=new Hash2();var domMenu_pointerStyle=domLib_isIE?"hand":"pointer";function domMenu_activate(g,n){var h;var p;if(!domLib_useLibrary){if(!n){alert("domMenu: Browser not supported.  Menu will be disabled.")}return}if(!(h=document.getElementById(g))||!(p=domMenu_data.get(g))||p.numericLength==0){if(!n){alert("domMenu: Menu failed to load.")}return}if(window.attachEvent){window.attachEvent("onunload",domMenu_fixCircleRefs)}if(!domMenu_settings.has(g)){domMenu_settings.set(g,new Hash2())}var m=domMenu_settings.get(g);for(var q in domMenu_settings.get("global").elementData){if(!m.has(q)){m.set(q,domMenu_settings.get("global").get(q))}}h.data=new Hash2("parentElement",false,"numChildren",p.numericLength,"childElements",new Hash2(),"level",0,"index",1);var f=Math.round(100/h.data.get("numChildren"))+"%";var k=document.createElement("div");k.id=g+"-0";k.className=m.get("menuBarClass");h.data.set("subMenu",k);var t=k.appendChild(document.createElement("table"));if(domLib_isKonq||domLib_isMacIE){t.cellSpacing=0}t.style.border=0;t.style.borderCollapse="collapse";t.style.width=m.get("menuBarWidth");var s=t.appendChild(document.createElement("tbody"));var u=h.data.get("numChildren");for(var r=1;r<=u;r++){if(r==1||m.get("axis")=="vertical"){var o=s.appendChild(document.createElement("tr"))}var v=o.appendChild(document.createElement("td"));v.style.padding=0;v.id=g+"-"+r;h.data.get("childElements").set(v.id,v);v.data=p.get(r);v.data.merge(new Hash2("basename",g,"parentElement",h,"numChildren",v.data.numericLength,"childElements",new Hash2(),"offsets",new Hash2(),"level",h.data.get("level")+1,"index",r));v.style.cursor="default";if(m.get("axis")=="horizontal"){if(m.get("distributeSpace")){v.style.width=f}}v.style.verticalAlign="top";var c=v.appendChild(document.createElement("div"));c.className=m.get("menuElementClass");var l=c.appendChild(document.createElement("span"));l.innerHTML=v.data.get("contents").replace(/\/\/\//,m.get("baseUri"));if(v.data.has("contentsHover")){l=c.appendChild(document.createElement("span"));l.style.display="none";l.innerHTML=v.data.get("contentsHover").replace(/\/\/\//,m.get("baseUri"))}if(domLib_isMacIE){v.appendChild(document.createTextNode("\n"))}v.onmouseover=domMenu_runMouseoverOpenEvent;v.onmouseout=domMenu_runCloseEvent;if(m.get("openMousedownMenuDelay")>=0&&v.data.get("numChildren")){v.onmousedown=domMenu_runMousedownOpenEvent;v.onmouseup=domLib_cancelBubble;if(domLib_isIE){v.ondblclick=domMenu_runMousedownOpenEvent}}else{if(v.data.get("uri")){v.style.cursor=domMenu_pointerStyle;v.onclick=domMenu_runResolveLink}}if(domLib_isIE){v.onselectstart=makeFalse}v.oncontextmenu=makeFalse}k=h.appendChild(k);domLib_detectCollisions(k,false,false)}function domMenu_activateSubMenu(q){if(domLib_isMacIE){return}if(q.data.has("subMenu")){domMenu_toggleSubMenu(q,"visible");return}var g=domMenu_settings.get(q.data.get("basename"));var c=document.createElement("div");c.id=q.id+"-0";c.className=g.get("subMenuBarClass");c.style.zIndex=g.get("baseZIndex");c.style.position="absolute";c.style.visibility="hidden";c.style.top=0;c.style.left=0;q.data.set("subMenu",c);var h=c.appendChild(document.createElement("table"));if(domLib_isOpera){h.style.width="1px";h.style.whiteSpace="nowrap"}if(domLib_isKonq||domLib_isMacIE){h.cellSpacing=0}h.style.border=0;h.style.borderCollapse="collapse";var f=h.appendChild(document.createElement("tbody"));var p=q.data.get("numChildren");for(var m=1;m<=p;m++){var o=q.data.get("level")==1&&g.get("verticalExpand")=="north"&&g.get("axis")=="horizontal"?p+1-m:m;var n=f.appendChild(document.createElement("tr")).appendChild(document.createElement("td"));n.style.padding=0;n.id=q.id+"-"+o;q.data.get("childElements").set(n.id,n);n.data=q.data.get(o);n.data.merge(new Hash2("basename",q.data.get("basename"),"parentElement",q,"numChildren",n.data.numericLength,"childElements",new Hash2(),"offsets",new Hash2(),"level",q.data.get("level")+1,"index",m));n.style.cursor="default";var k=n.appendChild(document.createElement("div"));var l=k;l.className=g.get("subMenuElementClass");if(n.data.get("numChildren")){k=l.appendChild(document.createElement("div"));k.style.backgroundImage="url("+g.get("expandMenuArrowUrl")+")";k.style.backgroundRepeat="no-repeat";k.style.backgroundPosition="right center";k.style.paddingRight="12px"}if(domLib_isMacIE){k.appendChild(document.createTextNode(n.data.get("contents")));n.appendChild(document.createTextNode("\n"))}else{k.innerHTML=n.data.get("contents")}n.onmouseover=domMenu_runMouseoverSubOpenEvent;n.onmouseout=domMenu_runCloseEvent;if(g.get("openClickSubMenuDelay")>=0&&n.data.get("numChildren")){n.onmousedown=domMenu_runClickSubOpenEvent;n.onmouseup=domLib_cancelBubble;if(domLib_isIE){n.ondblclick=domMenu_runClickSubOpenEvent}}else{if(n.data.get("uri")){n.style.cursor=domMenu_pointerStyle;n.onclick=domMenu_runResolveLink}else{if(!n.data.get("numChildren")){l.className+=" "+g.get("subMenuElementHeadingClass")}}}if(domLib_isIE){n.onselectstart=makeFalse}n.oncontextmenu=makeFalse}c=document.body.appendChild(c);domMenu_toggleSubMenu(q,"visible")}function domMenu_changeActivePath(p,m,v){if(!m&&!p){return false}for(var o in domMenu_timeouts.open.elementData){domLib_clearTimeout(domMenu_timeouts.open.get(o))}var r=m?m.data.get("basename"):p.data.get("basename");var l=domMenu_settings.get(r);var w=new Hash2();if(m){var s=p?p.data.get("level"):-1;var q=m;do{w.elementData[q.id]=q;if(s>=0&&q.data.get("level")==s){domMenu_toggleHighlight(q,false)}}while((q=q.data.get("parentElement"))&&q.id!=r);if(!m.data.get("subMenu")||m.data.get("subMenu").style.visibility=="hidden"){domMenu_toggleHighlight(m,false)}}var n=new Hash2();var u;if(p){var h=p;window.status=p.data.get("statusText")+" ";if(!m){domLib_clearTimeout(domMenu_timeouts.close.get(p.id));domMenu_toggleHighlight(p,true);return false}else{if(w.has(p.id)){p=m}}var f=p;do{if(!u&&w.has(f.id)){u=f}n.set(f.id,f);domLib_clearTimeout(domMenu_timeouts.close.get(f.id));if(f!=m||h==m){domMenu_toggleHighlight(f,true)}}while((f=f.data.get("parentElement"))&&f.id!=r);if(p.data.get("parentElement")==m){return p}else{if(p==m){return p}}var t;if(u&&w.length>0){for(var o in w.elementData){if(w.get(o).data.get("parentElement")==u){t=w.get(o);break}}}var c=p.data.get("level")==1?true:false;var g=c?l.get("closeMouseoutMenuDelay"):l.get("closeMouseoutSubMenuDelay")}else{var c=false;var g=l.get("closeMouseoutMenuDelay");window.status=window.defaultStatus}if(typeof(v)!="undefined"){g=v}if(t){if(!c){domMenu_toggleHighlight(t,false)}else{for(var o in domMenu_timeouts.close.elementData){if(!w.has(o)){var k=document.getElementById(o);if(k.data.get("basename")==r){w.set(o,k)}}}}}for(var o in w.elementData){if(n.has(o)){continue}domLib_clearTimeout(domMenu_timeouts.close.get(o));if(c){domMenu_toggleHighlight(w.get(o),false);domMenu_toggleSubMenu(w.get(o),"hidden")}else{domMenu_timeouts.close.set(o,domLib_setTimeout(domMenu_runCloseMenu,g,[w.get(o),r]))}}return p}function domMenu_deactivate(f,c){if(!c){c=0}domMenu_changeActivePath(false,domMenu_activeElement.get(f),c)}function domMenu_openEvent(c,k,f){if(domLib_isGecko){window.getSelection().removeAllRanges()}var h=domLib_isIE?event:k;var m=domLib_isIE?c:h.currentTarget;var l=m.data.get("basename");var g=domMenu_settings.get(l);if(h.type!="mousedown"&&domMenu_getElement(h[domMenu_eventFrom],l)==m){return}if(h.type=="mousedown"&&domMenu_activeElement.get(l)){domMenu_changeActivePath(false,domMenu_activeElement.get(l),m.data.get("level")==1?g.get("closeClickMenuDelay"):g.get("closeClickSubMenuDelay"));return}if(m.data.get("numChildren")){if(m.data.get("level")==1&&domMenu_activeElement.get(l)){domMenu_activateSubMenu(m);domMenu_activeElement.set(l,domMenu_changeActivePath(m,domMenu_activeElement.get(l)))}else{domMenu_activeElement.set(l,domMenu_changeActivePath(m,domMenu_activeElement.get(l)));domMenu_timeouts.open.set(m.id,domLib_setTimeout(domMenu_runOpenMenu,g.get(f),[m,l]))}}else{domMenu_activeElement.set(l,domMenu_changeActivePath(m,domMenu_activeElement.get(l)))}}function domMenu_closeEvent(c,h){var g=domLib_isIE?event:h;var l=domLib_isIE?c:g.currentTarget;var k=l.data.get("basename");var f=domMenu_getElement(g[domMenu_eventTo],k);if(domMenu_activeElement.get(k)){if(!f){domMenu_changeActivePath(false,domMenu_activeElement.get(k))}}else{if(l!=f){domLib_clearTimeout(domMenu_timeouts.open.get(l.id));domMenu_toggleHighlight(l,false)}}}function domMenu_getElement(c,g){while(c){try{if(c.id&&c.id.search(new RegExp("^"+g+"(\\[[0-9]\\])*\\[[1-9]\\]$"))==0){return c}else{c=c.parentNode}}catch(f){return false}}return false}function domMenu_correctEdgeBleed(s,f,h,g,m,n){if(domLib_isIE&&!domLib_isIE5&&!domLib_isMacIE){var l=document.documentElement.clientHeight}else{if(!domLib_isKonq){var l=document.body.clientHeight}else{var l=window.innerHeight}}var q=domLib_isIE?document.body.scrollTop:window.pageYOffset;var k=domLib_isIE?document.body.scrollLeft:window.pageXOffset;if(n=="horizontal"){var c=(h-k)+s-(document.body.clientWidth-m);var p=(h-k)-m;if(c>0){h-=c}if(p<0){h+=p}}else{var r=(g-q)-m;var o=(g-q)+f-(l-m);if(o>0){g-=o}if(r<0){g+=r}}return new Array(h,g)}function domMenu_toggleSubMenu(s,t){var l=s.data.get("subMenu");if(l&&l.style.visibility!=t){var k=domMenu_settings.get(s.data.get("basename"));var m=s.data.get("level")==1?"menu":"subMenu";var q=k.get(m+"ElementClass");if(t=="visible"){q+=" "+k.get(m+"Element"+(t=="visible"?"Active":"Hover")+"Class")}s.firstChild.className=q;if(t=="visible"){var g=domLib_getOffsets(s);if(s.data.get("level")==1){g.set("top",g.get("top")+k.get("verticalSubMenuOffsetY"));g.set("bottom",g.get("bottom")+k.get("verticalSubMenuOffsetY"));g.set("left",g.get("left")+k.get("verticalSubMenuOffsetX"));g.set("right",g.get("right")+k.get("verticalSubMenuOffsetX"))}if(!s.data.get("offsets").compare(g)){s.data.set("offsets",g);if(k.get("axis")=="horizontal"&&s.data.get("level")==1){var p=g.get("left");if(k.get("verticalExpand")=="north"){var n=g.get("top")-l.offsetHeight-k.get("verticalSubMenuOffsetY")}else{var n=g.get("bottom")}}else{var p=g.get("right")+k.get("horizontalSubMenuOffsetX");var n=g.get("top")+k.get("horizontalSubMenuOffsetY");if(domLib_isOpera||domLib_isSafari){var h=parseInt(document.defaultView.getComputedStyle(document.body,"").getPropertyValue("margin-left"));var f=parseInt(document.defaultView.getComputedStyle(document.body,"").getPropertyValue("margin-top"));p-=h;n-=f}}var c=k.get("subMenuMinWidth");var o=l.offsetWidth;if(c=="inherit"){c=s.offsetWidth+k.get("subMenuWidthCorrection")}else{if(c=="auto"){c=o}}if(domLib_isKonq){l.firstChild.firstChild.firstChild.firstChild.style.width=Math.max(c,o)+"px"}else{l.firstChild.style.width=Math.max(c,o)+"px"}var r=domMenu_correctEdgeBleed(l.offsetWidth,l.offsetHeight,p,n,k.get("screenPadding"),k.get("axis"));l.style.left=r[0]+"px";l.style.top=r[1]+"px";if(k.get("axis")=="horizontal"&&k.get("subMenuMinWidth")=="inherit"){l.firstChild.style.width=Math.max(s.offsetWidth+k.get("subMenuWidthCorrection"),o)+"px"}}}if(domLib_isKonq){s.firstChild.style.display="none";s.firstChild.style.display=""}l.style.visibility=t;domLib_detectCollisions(l,(t=="hidden"),true)}}function domMenu_toggleHighlight(f,g){if(!f.data.get("numChildren")&&!f.data.get("uri")){return}var l=domMenu_settings.get(f.data.get("basename"));var m=f.data.get("level")==1?"menu":"subMenu";var k=l.get(m+"ElementClass");var h=f.firstChild;var c;if(g){if(f.data.has("subMenu")&&f.data.get("subMenu").style.visibility=="visible"){c="Active"}else{if(f.data.get("numChildren")||f.data.get("uri")){c="Hover"}}}if(c){k+=" "+l.get(m+"Element"+c+"Class");if(h.childNodes.length==2){}if(h.childNodes.length==2&&h.lastChild.style.display=="none"){h.firstChild.style.display="none";h.lastChild.style.display=""}}else{if(h.childNodes.length==2&&h.firstChild.style.display=="none"){h.lastChild.style.display="none";h.firstChild.style.display=""}}h.className=k;if(domLib_isKonq){h.style.display="none";h.style.display=""}}function domMenu_resolveLink(c,h){var g=domLib_isIE?event:h;var l=domLib_isIE?c:g.currentTarget;var k=l.data.get("basename");domMenu_changeActivePath(false,domMenu_activeElement.get(k),0);var f=l.data.get("uri");if(f){f=f.replace(/\/\/\//,domMenu_settings.get(k).get("baseUri"));window.location=f}}function domMenu_fixCircleRefs(){var f=["data","onmouseover","onmouseout","onmousedown","onmouseup","ondblclick","onclick","onselectstart","oncontextmenu"];var g;for(var h=document.all.length;h--;){g=document.all[h];for(var k=f.length;k--;){g[f[k]]=null}}}function domMenu_runMouseoverOpenEvent(c){domMenu_openEvent(this,c,"openMouseoverMenuDelay")}function domMenu_runMousedownOpenEvent(c){domMenu_openEvent(this,c,"openMousedownMenuDelay")}function domMenu_runMouseoverSubOpenEvent(c){domMenu_openEvent(this,c,"openMouseoverSubMenuDelay")}function domMenu_runClickSubOpenEvent(c){domMenu_openEvent(this,c,"openClickSubMenuDelay")}function domMenu_runCloseEvent(c){domMenu_closeEvent(this,c)}function domMenu_runResolveLink(c){domMenu_resolveLink(this,c)}function domMenu_runCloseMenu(c){domMenu_toggleHighlight(c[0],false);domMenu_toggleSubMenu(c[0],"hidden");if(c[0].data.get("level")==1){domMenu_activeElement.set(c[1],false)}}function domMenu_runOpenMenu(c){if(!domMenu_activeElement.get(c[1])){domMenu_activeElement.set(c[1],c[0])}domMenu_activateSubMenu(c[0])}domMenu_data.set("domMenu_main",new Hash2(1,new Hash2("contents","Alle&nbsp;Monumenten","contentsHover","Alle&nbsp;Monumenten","uri","/monumenten?navId=32","target","_self","statusText","Alle&nbsp;Monumenten"),2,new Hash2("contents","Augustijner&nbsp;Klooster","contentsHover","Augustijner&nbsp;Klooster","uri","/augustijner-klooster?navId=36","target","_self","statusText","Augustijner&nbsp;Klooster"),3,new Hash2("contents","Badhuis","contentsHover","Badhuis","uri","/badhuis?navId=40","target","_self","statusText","Badhuis"),4,new Hash2("contents","Betonningsmagazijn","contentsHover","Betonningsmagazijn","uri","/rijks-algemeen-betonningsmagazijn?navId=16","target","_self","statusText","Betonningsmagazijn"),5,new Hash2("contents","Boerenboom","contentsHover","Boerenboom","uri","/boerenboom?navId=7","target","_self","statusText","Boerenboom"),6,new Hash2("contents","Breedstraat&nbsp;51","contentsHover","Breedstraat&nbsp;51","uri","/breedstraat-51?navId=8","target","_self","statusText","Breedstraat&nbsp;51"),7,new Hash2("contents","Cacaofabriek","contentsHover","Cacaofabriek","uri","/cacaofabriek?navId=43","target","_self","statusText","Cacaofabriek"),8,new Hash2("contents","Doopsgezinde&nbsp;vermaning","contentsHover","Doopsgezinde&nbsp;vermaning","uri","/doopsgezinde-vermaning?navId=9","target","_self","statusText","Doopsgezinde&nbsp;vermaning"),9,new Hash2("contents","Engelse&nbsp;toren","contentsHover","Engelse&nbsp;toren","uri","/engelse-toren?navId=10","target","_self","statusText","Engelse&nbsp;toren"),10,new Hash2("contents","Gasfabriek","contentsHover","Gasfabriek","uri","/gasfabriek?navId=33","target","_self","statusText","Gasfabriek"),11,new Hash2("contents","Drommedaris","contentsHover","Drommedaris","uri","/drommedaris?navId=4","target","_self","statusText","Drommedaris"),12,new Hash2("contents","Het&nbsp;Huis&nbsp;van&nbsp;gemak","contentsHover","Het&nbsp;Huis&nbsp;van&nbsp;gemak","uri","/het-huis-van-gemak?navId=11","target","_self","statusText","Het&nbsp;Huis&nbsp;van&nbsp;gemak"),13,new Hash2("contents","HBS","contentsHover","HBS","uri","/hbs?navId=34","target","_self","statusText","HBS"),14,new Hash2("contents","Kete(n)poort","contentsHover","Kete(n)poort","uri","/kete-n-poort?navId=37","target","_self","statusText","Kete(n)poort"),15,new Hash2("contents","Koepoort","contentsHover","Koepoort","uri","/koepoort?navId=6","target","_self","statusText","Koepoort"),16,new Hash2("contents","Krabbersgat","contentsHover","Krabbersgat","uri","/krabbersgat?navId=45","target","_self","statusText","Krabbersgat"),17,new Hash2("contents","Lutherse&nbsp;Kerk","contentsHover","Lutherse&nbsp;Kerk","uri","/lutherse-kerk?navId=12","target","_self","statusText","Lutherse&nbsp;Kerk"),18,new Hash2("contents","Molen&nbsp;de&nbsp;Kolhorn","contentsHover","Molen&nbsp;de&nbsp;Kolhorn","uri","/molen-de-kolhorn?navId=44","target","_self","statusText","Molen&nbsp;de&nbsp;Kolhorn"),19,new Hash2("contents","Noorderpoort","contentsHover","Noorderpoort","uri","/noorderpoort?navId=38","target","_self","statusText","Noorderpoort"),20,new Hash2("contents","Ontmoetingskerk","contentsHover","Ontmoetingskerk","uri","/ontmoetingskerk?navId=13","target","_self","statusText","Ontmoetingskerk"),21,new Hash2("contents","Oude&nbsp;Gouwsboom","contentsHover","Oude&nbsp;Gouwsboom","uri","/oude-gouwsboom?navId=35","target","_self","statusText","Oude&nbsp;Gouwsboom"),22,new Hash2("contents","Oost-Indisch&nbsp;Huis","contentsHover","Oost-Indisch&nbsp;Huis","uri","/oost-indisch-huis?navId=39","target","_self","statusText","Oost-Indisch&nbsp;Huis"),23,new Hash2("contents","Oud-Katholieke&nbsp;kerk","contentsHover","Oud-Katholieke&nbsp;kerk","uri","/oud-katholieke-kerk?navId=14","target","_self","statusText","Oud-Katholieke&nbsp;kerk"),24,new Hash2("contents","Peperhuis","contentsHover","Peperhuis","uri","/peperhuis?navId=15","target","_self","statusText","Peperhuis"),25,new Hash2("contents","Snouck&nbsp;van&nbsp;Loosenpark","contentsHover","Snouck&nbsp;van&nbsp;Loosenpark","uri","/snouck-van-loosenpark?navId=31","target","_self","statusText","Snouck&nbsp;van&nbsp;Loosenpark"),26,new Hash2("contents","Stadgevangenis","contentsHover","Stadgevangenis","uri","/stadgevangenis?navId=5","target","_self","statusText","Stadgevangenis"),27,new Hash2("contents","Spijtbroekstoren","contentsHover","Spijtbroekstoren","uri","/spijtbroekstoren?navId=18","target","_self","statusText","Spijtbroekstoren"),28,new Hash2("contents","Staverse&nbsp;poortje","contentsHover","Staverse&nbsp;poortje","uri","/staverse-poortje?navId=21","target","_self","statusText","Staverse&nbsp;poortje"),29,new Hash2("contents","Snouck&nbsp;van&nbsp;Loosenhuis","contentsHover","Snouck&nbsp;van&nbsp;Loosenhuis","uri","/het-snouck-van-loosenhuis?navId=3","target","_self","statusText","Snouck&nbsp;van&nbsp;Loosenhuis"),30,new Hash2("contents","St.&nbsp;Franciscus-Xaveriuskerk","contentsHover","St.&nbsp;Franciscus-Xaveriuskerk","uri","/st-franciscus-xaveriuskerk?navId=20","target","_self","statusText","St.&nbsp;Franciscus-Xaveriuskerk"),31,new Hash2("contents","Stadsherberg","contentsHover","Stadsherberg","uri","/stadsherberg?navId=42","target","_self","statusText","Stadsherberg"),32,new Hash2("contents","Spuihuisje","contentsHover","Spuihuisje","uri","/spuihuisje?navId=19","target","_self","statusText","Spuihuisje"),33,new Hash2("contents","Stadhuis","contentsHover","Stadhuis","uri","/stadhuis?navId=2","target","_self","statusText","Stadhuis"),34,new Hash2("contents","Weeshuis","contentsHover","Weeshuis","uri","/weeshuis?navId=24","target","_self","statusText","Weeshuis"),35,new Hash2("contents","Vestingswal","contentsHover","Vestingswal","uri","/vestingswal?navId=22","target","_self","statusText","Vestingswal"),36,new Hash2("contents","Westerkerk&nbsp;of&nbsp;St.&nbsp;Gomarus","contentsHover","Westerkerk&nbsp;of&nbsp;St.&nbsp;Gomarus","uri","/westerkerk-of-st-gomarus?navId=25","target","_self","statusText","Westerkerk&nbsp;of&nbsp;St.&nbsp;Gomarus"),37,new Hash2("contents","Westerstraat&nbsp;158","contentsHover","Westerstraat&nbsp;158","uri","/westerstraat-158?navId=26","target","_self","statusText","Westerstraat&nbsp;158"),38,new Hash2("contents","Waaggebouw","contentsHover","Waaggebouw","uri","/waaggebouw-1?navId=23","target","_self","statusText","Waaggebouw"),39,new Hash2("contents","Westerstraat&nbsp;217","contentsHover","Westerstraat&nbsp;217","uri","/westerstraat-217?navId=27","target","_self","statusText","Westerstraat&nbsp;217"),40,new Hash2("contents","Westfriese&nbsp;Munt","contentsHover","Westfriese&nbsp;Munt","uri","/westfriese-munt?navId=29","target","_self","statusText","Westfriese&nbsp;Munt"),41,new Hash2("contents","Westertoren","contentsHover","Westertoren","uri","/westertoren?navId=28","target","_self","statusText","Westertoren"),42,new Hash2("contents","Willigenburg","contentsHover","Willigenburg","uri","/willigenburg?navId=41","target","_self","statusText","Willigenburg"),43,new Hash2("contents","Zuiderkerk&nbsp;of&nbsp;St.&nbsp;Pancras","contentsHover","Zuiderkerk&nbsp;of&nbsp;St.&nbsp;Pancras","uri","/zuiderkerk-of-st-pancras?navId=30","target","_self","statusText","Zuiderkerk&nbsp;of&nbsp;St.&nbsp;Pancras")));
