var Cafe={APP_CONTAINER_ID:"cafeApp",APP_BASE_URL:"/multimedia/cafe/",appWin:null,isIE6:false,appLoaded:false,init:function(){this.isIE6=/msie|MSIE 6/.test(navigator.userAgent);if(typeof clickHeatSite!="undefined"&&clickHeatSite){initClickHeat()}if($(this.APP_CONTAINER_ID)){this.embedSwf();return}if(!document.delegate){return}document.delegate("click",{"a.open-cafe":this.openCafe.bindAsEventListener(this)})
},embedSwf:function(){var a=initParams.hostStatic+initParams.flashSrc;if(initParams.isProduction){a.replace(".swf",".v"+initParams.swfVersion+".swf")}var b={menu:"false",allowScriptAccess:"always",quality:"high",movie:a,wmode:"transparent",scale:"noorder"};swfobject.embedSWF(a,this.APP_CONTAINER_ID,"800","600","9.0.0","",flashVars,b,false,this.swfLoaded.bind(this))},swfLoaded:function(a){this.appLoaded=a.success
},openCafe:function(b){if(!Prototype.Browser.IE||!this.isIE6){return}b.stop();var a=b.element().readAttribute("rel");this.appWin=window.open(this.APP_BASE_URL+a,"cafeWindow","width=400,height=200,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes");this.appWin.moveTo(0,0);this.appWin.resizeTo(screen.width,screen.height);this.appWin.focus()}};
document.observe("dom:loaded",Cafe.init.bind(Cafe));