function geber_lib_isValidFlashObject(a){return true;if(typeof(a)=="undefined"){return false}if(browser.isIE){return true}try{if(a.Play){return true}}catch(b){}try{if(a.PercentLoaded()){return true}}catch(b){}return false}function geber_lib_findFlash(d){var c=geber_getBrowser();if(typeof(d)!="string"||d==""){return}if(window.document[d]){try{var a=window.document[d];if(geber_lib_isValidFlashObject(a)){return a}}catch(g){}}if(window[d]){try{var a=window[d];if(geber_lib_isValidFlashObject(a)){return a}}catch(g){}}if(!c.isOpera&&document.all&&document.all[d]){try{var a=document.all[d];if(geber_lib_isValidFlashObject(a)){return a}}catch(g){}}if(!c.isIE&&document.embeds[d]){try{var a=document.embeds[d];if(geber_lib_isValidFlashObject(a)){return a}}catch(g){}}if(!c.hasDOM){return}try{var a=document.getElementByName(d)[0];if(geber_lib_isValidFlashObject(a)){return a}}catch(g){}var a=document.getElementById(d);if(geber_lib_isValidFlashObject(a)){return a}var b=document.getElementsByTagName("embed");if(!b||!b.length){return}for(var f=0;f<b.length;f++){if((b[f].getAttribute("name")==d||b[f].getAttribute("id")==d)&&geber_lib_isValidFlashObject(b[f])){return b[f]}}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,n,g,j,m,l,o,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(n){this.setAttribute("width",n)}if(g){this.setAttribute("height",g)}if(j){this.setAttribute("version",new deconcept.PlayerVersion(j.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(m){this.addParam("bgcolor",m)}var b=o?o:"high";this.addParam("quality",b);this.setAttribute("useExpressInstall",l);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={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.push(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")}d='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';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")}d='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';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 b=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var a=navigator.plugins["Shockwave Flash"];if(a&&a.description){b=new deconcept.PlayerVersion(a.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{try{var c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(d){try{var c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");b=new deconcept.PlayerVersion([6,0,21]);c.AllowScriptAccess="always"}catch(d){if(b.major==6){return b}}try{c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(d){}}if(c!=null){b=new deconcept.PlayerVersion(c.GetVariable("$version").split(" ")[1].split(","))}}return b};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(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(Array.prototype.push==null){Array.prototype.push=function(a){this[this.length]=a;return this.length}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;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}function geber_flash_showFlashMovies(){var b=geber_getBrowser();try{if(geber_flashMovies.length>0||!b||typeof(b)!="object"||!b.isPageLoaded()){window.setTimeout("geber_flash_showFlashMovies();",250)}}catch(f){window.setTimeout("geber_flash_showFlashMovies();",500)}var d=new Array();for(var c=0;c<geber_flashMovies.length;c++){var a=geber_flashMovies[c];try{a.showFlash();if(a.needNextTryToShow()){d[d.length]=a}}catch(f){}}geber_flashMovies=d}geber_flash_showFlashMovies();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}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{try{return(this.movie.PercentLoaded()==100)?true:false}catch(a){}}return false};geber_flash_Movie.prototype.isActive=function(){if(!this.isValid()||!this.isLoaded()){return false}else{try{var a=parseInt(this.movie.TCurrentFrame("/"));this.writeMessage("flash '"+this.movieTagName+"' is on current frame: "+a);if(a>=this.startFrame){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.writeMessage("try to find flash: "+this.movieTagName);this.movie=geber_lib_findFlash(this.movieTagName)}if(typeof(this.movie)!="undefined"&&geber_lib_isValidFlashObject(this.movie)){return true}this.writeMessage("Flash is still invalid after retry: "+this.movieTagName);return false};geber_flash_Movie.prototype.activateFlashLayer=function(){this.writeMessage("showing flash '"+this.movieTagName+"'");try{this.maxFlashSearch=0;this.writeMessage("showing flash '"+this.movieTagName+"'");var b=document.getElementById(this.flashLayerID);b.style.top=0;b.style.left=0;b.style.display="block"}catch(c){}try{var a=document.getElementById(this.noFlashLayerID);a.style.display="none";a.innerHTML=""}catch(c){}};geber_flash_Movie.prototype.showFlash=function(){var b=deconcept.SWFObjectUtil.getPlayerVersion();var a=parseInt(b.major)>=6;var c=geber_getBrowser();this.maxRetry--;if(typeof(c)!="undefined"&&!a){this.writeMessage("no flash installed. Flash '"+this.movieTagName+"' can not be activated.");this.maxRetry=0;return}if(!this.isValid()){this.writeMessage("flash '"+this.movieTagName+"' not yet found: "+this.maxFlashSearch);return}if(!this.isLoaded()){this.writeMessage("flash '"+this.movieTagName+"' not yet loaded");return}if(!this.isActive()){this.writeMessage("waiting for flash '"+this.movieTagName+"' to become active on frame: "+this.startFrame);return}this.maxRetry=0;this.activateFlashLayer()};function geber_lib_writeFlash(r,l,n,z,p,b,u,s,w,t,B,o,C,h){if(!h){h="#ffffff"}if(String(p).length<=0||"1"!=String(b)){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 c="";var a=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++){a[a.length]=k[q]}}try{for(var q=0;q<a.length;q++){var m=geber_lib_getQueryParameter(a[q]);if(m!=null&&m.length>0){c+="&"+a[q]+"="+m}}}catch(y){}var j=document.getElementById("flashnoscriptLayer"+r);var d="";if(j&&browser.isIE){d=j.innerHTML}var A=l;if(A.length<=0){A="FALSCH_Movie"+r}if(String("").length<=0){n+="?lang="+w+"&language="+w}var x=new SWFObject(n,A,u,s,"6",h);x.nonFlashHTML=d;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)+"&"+c+"&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)}geber_lib_writeDocument(x.getSWFHTML());geber_flash_registerFlash(A,o,"flashMessage"+r,"flashLayerID"+r+"Movie","flashLayerID"+r+"NoFlash")}};