Mediabox.scanPage=function(){var links=$$("a").filter(function(el){return el.rel&&el.rel.test(/^lightbox/i)});$$(links).mediabox({resizeDuration:400,resizeTransition:Fx.Transitions.Sine.easeInOut,opacity:0.8,opacityDuration:500,loop:1,initialWidth:250,initialHeight:250,animateCaption:1,showCounter:0,counterText:'Page {x} of {y}',psScriptPath:'typo3conf/ext/pmkslimbox/savefile.php'},null,function(el){var rel0=this.rel.replace(/[[]|]/gi," "),relsize=rel0.split(" ");return(this==el)||((this.rel.length>8)&&el.rel.match(relsize[1]))})};window.addEvent("domready",Mediabox.scanPage)
