/* This file may be copyrighted. It has been obfuscated for brevity, not for secrecy. Check http://www.jungepartner.de/full.js?clear */function on_resize(){var a;if(typeof document.documentElement.clientHeight!="undefined"){a=document.documentElement.clientWidth}else{a=document.body.getWidth()}a-=240;$("main").style.width=a+"px";var b=Math.round(a/240-0.5);if(a%240>0){b++}$$("#bottom-gallery div.image").each(function(f){var c=a/b;f.style.width=c+"px";var d=f.down("a");d.style.width=c+"px";var e=f.down("a img");if(e){e.style.marginLeft=((c-240)/2)+"px"}});if($("startpage-top-image")){$("startpage-top-image").style.width=a+"px"}}window.onresize=on_resize;document.observe("dom:loaded",on_resize);
