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(f){}}if(window[c]){try{var a=window[c];if(a){return a}}catch(f){}}if(!browser.isOpera&&document.all&&document.all[c]){try{var a=document.all[c];if(a){return a}}catch(f){}}if(!browser.isIE&&document.embeds[c]){try{var a=document.embeds[c];if(a){return a}}catch(f){}}if(!browser.hasDOM){return}try{var a=document.getElementByName(c)[0];if(a){return a}}catch(f){}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(f,d,m,g,j,l,n,i,a,e){if(!document.getElementById){return}this.DETECT_KEY=e?e:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(f){this.setAttribute("swf",f)}if(d){this.setAttribute("id",d)}if(m){this.setAttribute("width",m)}if(g){this.setAttribute("height",g)}if(j){this.setAttribute("version",new deconcept.PlayerVersion(j.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true}if(l){this.addParam("bgcolor",l)}var b=n?n:"high";this.addParam("quality",b);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var k=(i)?i:window.location;this.setAttribute("xiRedirectUrl",k);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(f){d=null}}}else{try{var d=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(f){try{var d=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");c=new deconcept.PlayerVersion([6,0,21]);d.AllowScriptAccess="always"}catch(f){if(c.major==6){return c}}try{d=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(f){}}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";var c=geber_getBrowser();if(c&&c.isIE){b.style.position="static"}b.style.top=0;b.style.left=0}catch(d){}try{var a=document.getElementById(this.noFlashLayerID);a.style.display="none"}catch(d){}};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(s,m,o,A,q,c,v,t,x,u,C,p,D,i){if(!i){i="#ffffff"}if(String(q).length<=0||"1"!=String(c)){var h,w;try{h=parseInt(geber_lib_getQueryParameter("width"))}catch(z){}try{w=parseInt(geber_lib_getQueryParameter("height"))}catch(z){}if((v==null||v<=0)&&h!=null&&h>0){v=h}if((t==null||t<=0)&&w!=null&&w>0){t=w}var j="flashLayerID"+s;var g=document.getElementById(j);if(g!=null){g.style.width=v;g.style.height=t}var d="";var b=new Array("rand","width","height","dir");if(D&&typeof(D)=="string"&&D.length>0){var l=D.split(",");for(var r=0;r<l.length;r++){b[b.length]=l[r]}}try{for(var r=0;r<b.length;r++){var n=geber_lib_getQueryParameter(b[r]);if(n!=null&&n.length>0){d+="&"+b[r]+"="+n}}}catch(z){}var k=document.getElementById("flashLayerID"+s+"NoFlash");var f="";if(k&&browser.isIE){f=k.innerHTML}var B=m;if(B.length<=0){B="FALSCH_Movie"+s}if(String(x).length>0){o+="?lang="+x+"&language="+x}var a="1";if(browser&&!browser.isIE7&&!browser.isIE7up){a="0"}var y=new SWFObject(o,B,v,t,"6",i);y.nonFlashHTML=f;y.addParam("quality","best");y.addParam("salign","lt");y.addParam("swliveconnect","true");y.addParam("FlashVars","&dummy=1&lang="+x+"&language="+x+"&"+u+"&uniqueId="+Math.floor(Math.random()*99999)+"&"+d+"&xlspopup="+a+"&tx=1");if(C!=null&&typeof(C)=="string"&&C.length>0){y.addParam("wmode",C)}if(A!=null&&A.length>0){y.addParam("base",A)}return y.getSWFHTML()}};
