function geber_lib_isValidFlashObject(A){return true}function geber_lib_findFlash(C){if(typeof (C)!="string"||C==""){return }if(window.document[C]){try{var A=window.document[C];if(A){return A}}catch(E){}}if(window[C]){try{var A=window[C];if(A){return A}}catch(E){}}if(!browser.isOpera&&document.all&&document.all[C]){try{var A=document.all[C];if(A){return A}}catch(E){}}if(!browser.isIE&&document.embeds[C]){try{var A=document.embeds[C];if(A){return A}}catch(E){}}if(!browser.hasDOM){return }try{var A=document.getElementByName(C)[0];if(A){return A}}catch(E){}var A=document.getElementById(C);if(A){return A}var B=document.getElementsByTagName("embed");if(!B||!B.length){return }for(var D=0;D<B.length;D++){if((B[D].getAttribute("name")==C||B[D].getAttribute("id")==C)&&B[D]){return B[D]}}return }if(typeof deconcept=="undefined"){var deconcept=new Object()}if(typeof deconcept.util=="undefined"){deconcept.util=new Object()}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object()}deconcept.SWFObject=function(E,C,K,F,H,J,L,G,A,D){if(!document.getElementById){return }this.DETECT_KEY=D?D:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(E){this.setAttribute("swf",E)}if(C){this.setAttribute("id",C)}if(K){this.setAttribute("width",K)}if(F){this.setAttribute("height",F)}if(H){this.setAttribute("version",new deconcept.PlayerVersion(H.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true}if(J){this.addParam("bgcolor",J)}var B=L?L:"high";this.addParam("quality",B);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var I=(G)?G:window.location;this.setAttribute("xiRedirectUrl",I);this.setAttribute("redirectUrl","");if(A){this.setAttribute("redirectUrl",A)}};deconcept.SWFObject.prototype={useExpressInstall:function(A){this.xiSWFPath=!A?"expressinstall.swf":A;this.setAttribute("useExpressInstall",true)},setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]},addParam:function(A,B){this.params[A]=B},getParams:function(){return this.params},addVariable:function(A,B){this.variables[A]=B},getVariable:function(A){return this.variables[A]},getVariables:function(){return this.variables},getVariablePairs:function(){var A=new Array();var B;var C=this.getVariables();for(B in C){A[A.length]=B+"="+C[B]}return A},getSWFHTML:function(){var D="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath)}D='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'"';D+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var C=this.getParams();for(var A in C){D+=[A]+'="'+C[A]+'" '}var B=this.getVariablePairs().join("&");if(B.length>0){D+='flashvars="'+B+'"'}D+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath)}D='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'">';D+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var C=this.getParams();for(var A in C){D+='<param name="'+A+'" value="'+C[A]+'" />'}var B=this.getVariablePairs().join("&");if(B.length>0){D+='<param name="flashvars" value="'+B+'" />'}D+="</object>"}return D},write:function(A){if(this.getAttribute("useExpressInstall")){var B=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(B)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var C=(typeof A=="string")?document.getElementById(A):A;C.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var C=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var A=navigator.plugins["Shockwave Flash"];if(A&&A.description){C=new deconcept.PlayerVersion(A.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var D=1;var B=3;while(D){try{B++;D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+B);C=new deconcept.PlayerVersion([B,0,0])}catch(E){D=null}}}else{try{var D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(E){try{var D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");C=new deconcept.PlayerVersion([6,0,21]);D.AllowScriptAccess="always"}catch(E){if(C.major==6){return C}}try{D=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(E){}}if(D!=null){C=new deconcept.PlayerVersion(D.GetVariable("$version").split(" ")[1].split(","))}}}return C};deconcept.PlayerVersion=function(A){this.major=A[0]!=null?parseInt(A[0]):0;this.minor=A[1]!=null?parseInt(A[1]):0;this.rev=A[2]!=null?parseInt(A[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(A){if(this.major<A.major){return false}if(this.major>A.major){return true}if(this.minor<A.minor){return false}if(this.minor>A.minor){return true}if(this.rev<A.rev){return false}return true};deconcept.util={getRequestParameter:function(D){var C=document.location.search||document.location.hash;if(D==null){return C}if(C){var B=C.substring(1).split("&");for(var A=0;A<B.length;A++){if(B[A].substring(0,B[A].indexOf("="))==D){return B[A].substring((B[A].indexOf("=")+1))}}}return""}};if(!document.getElementById&&document.all){document.getElementById=function(A){return document.all[A]}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function geber_flash_detectVersion(){try{var A=deconcept.SWFObjectUtil.getPlayerVersion();if(A&&A.major&&A.major>=6){browser.hasFlash=true;browser.flashVersion=A.major}}catch(B){}}geber_flash_detectVersion();var geber_flashMovies=new Array();function geber_flash_registerFlash(C,D,A,B,F){var E=new geber_flash_Movie(C,D,A,B,F);geber_flashMovies[geber_flashMovies.length]=E;if(geber_flashMovies.length==1){window.setTimeout("geber_flash_showFlashMovies();",50)}}function geber_flash_showFlashMovies(){try{if(geber_flashMovies.length>0||!browser||typeof (browser)!="object"||!browser.isPageLoaded()){window.setTimeout("geber_flash_showFlashMovies();",50)}}catch(D){window.setTimeout("geber_flash_showFlashMovies();",500)}if(!geber_flashMovies){return }var C=new Array();for(var B=0;B<geber_flashMovies.length;B++){var A=geber_flashMovies[B];try{A.showFlash();if(A.needNextTryToShow()){C[C.length]=A}}catch(D){C[C.length]=A}}geber_flashMovies=C}function geber_flash_Movie(C,D,A,B,E){this.movieTagName=(typeof (C)=="string"&&C.length>0)?C:"nomovietagname__";this.startFrame=(typeof (D)=="number"&&D>0)?D:0;this.messageFieldID=(typeof (A)=="string"&&A.length>0)?A:"nomessagefield__";this.flashLayerID=(typeof (B)=="string"&&B.length>0)?B:"flashLayerNoID__";this.noFlashLayerID=(typeof (E)=="string"&&E.length>0)?E:"noFlashLayerNoID__";this.maxRetry=50;this._isLoadedVal=false;this._isActiveVal=false}geber_flash_Movie.prototype.needNextTryToShow=function(){return(this.maxRetry>0)?true:false};geber_flash_Movie.prototype.writeMessage=function(A){};geber_flash_Movie.prototype.isLoaded=function(){if(!this.isValid()){this.writeMessage("Flash is invalid: "+this.movieTagName);return false}else{if(this._isLoadedVal){return true}else{try{if(this.movie.PercentLoaded()==100){this._isLoadedVal=true;return true}else{return false}}catch(A){}}}return false};geber_flash_Movie.prototype.isActive=function(){if(!this.isValid()||!this.isLoaded()){return false}else{if(this._isActiveVal){return true}else{try{var A=parseInt(this.movie.TCurrentFrame("/"));if(A>=this.startFrame){this._isActiveVal=true;return true}else{if(A<0){this.movie.GotoFrame(0);this.movie.Play()}}}catch(B){this.writeMessage("<pre>"+B.message+"</pre>")}}}return false};geber_flash_Movie.prototype.isValid=function(){if(typeof (this.movie)!="undefined"&&geber_lib_isValidFlashObject(this.movie)){return true}if(typeof (this.movieTagName)=="string"&&this.movieTagName.length>0){this.movie=geber_lib_findFlash(this.movieTagName)}if(typeof (this.movie)!="undefined"&&geber_lib_isValidFlashObject(this.movie)){return true}return false};geber_flash_Movie.prototype.activateFlashLayer=function(){try{this.maxFlashSearch=0;var B=document.getElementById(this.flashLayerID);B.style.top=0;B.style.left=0;B.style.display="block";B.style.position="relative";B.style.top=0;B.style.left=0;window.setTimeout("document.getElementById('"+this.flashLayerID+"').style.display=\"none\"; document.getElementById('"+this.flashLayerID+'\').style.display="block";',20)}catch(C){}try{var A=document.getElementById(this.noFlashLayerID);A.style.display="none"}catch(C){}};geber_flash_Movie.prototype.showFlash=function(){this.maxRetry--;if(typeof (browser)!="undefined"&&!browser.hasFlash){this.maxRetry=0;return }if(!this.isValid()){return }if(!this.isLoaded()){return }if(!this.isActive()){return }this.maxRetry=0;this.activateFlashLayer()};function geber_lib_writeFlash(E,K,N,A,H,J,B,O,G,D,C,I,M,L){var F=geber_lib_createFlashHTML(E,K,N,A,H,J,B,O,G,D,C,I,M,L);if(!F||F.length<=0){return }var P=K;if(P.length<=0){P="FALSCH_Movie"+E}geber_lib_writeDocument(F);geber_flash_registerFlash(P,I,"flashMessage"+E,"flashLayerID"+E+"Movie","flashLayerID"+E+"NoFlash")}function geber_lib_createFlashHTML(R,L,N,Z,P,C,U,S,W,T,b,O,c,H){if(!H){H="#ffffff"}if(String(P).length<=0||"1"!=String(C)){var G,V;try{G=parseInt(geber_lib_getQueryParameter("width"))}catch(Y){}try{V=parseInt(geber_lib_getQueryParameter("height"))}catch(Y){}if((U==null||U<=0)&&G!=null&&G>0){U=G}if((S==null||S<=0)&&V!=null&&V>0){S=V}var I="flashLayerID"+R;var F=document.getElementById(I);if(F!=null){F.style.width=U;F.style.height=S}var D="";var B=new Array("rand","width","height","dir");if(c&&typeof (c)=="string"&&c.length>0){var K=c.split(",");for(var Q=0;Q<K.length;Q++){B[B.length]=K[Q]}}try{for(var Q=0;Q<B.length;Q++){var M=geber_lib_getQueryParameter(B[Q]);if(M!=null&&M.length>0){D+="&"+B[Q]+"="+M}}}catch(Y){}var J=document.getElementById("flashLayerID"+R+"NoFlash");var E="";if(J&&browser.isIE){E=J.innerHTML}var a=L;if(a.length<=0){a="FALSCH_Movie"+R}if(String(W).length>0){N+="?lang="+W+"&language="+W}var A="1";if(browser&&!browser.isIE7&&!browser.isIE7up){A="0"}var X=new SWFObject(N,a,U,S,"6",H);X.nonFlashHTML=E;X.addParam("quality","best");X.addParam("salign","lt");X.addParam("swliveconnect","true");X.addParam("FlashVars","&dummy=1&lang="+W+"&language="+W+"&"+T+"&uniqueId="+Math.floor(Math.random()*99999)+"&"+D+"&xlspopup="+A+"&tx=1");if(b!=null&&typeof (b)=="string"&&b.length>0){X.addParam("wmode",b)}if(Z!=null&&Z.length>0){X.addParam("base",Z)}return X.getSWFHTML()}}
