if(typeof deconcept=="undefined"){var deconcept={}}if(typeof deconcept.util=="undefined"){deconcept.util={}}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil={}}deconcept.SWFObject=function(V,S,U,Q,M,X,O,P,R,W){if(!document.getElementById){return }this.DETECT_KEY=W?W:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params={};this.variables={};this.attributes=[];if(V){this.setAttribute("swf",V)}if(S){this.setAttribute("id",S)}if(U){this.setAttribute("width",U)}if(Q){this.setAttribute("height",Q)}if(M){this.setAttribute("version",new deconcept.PlayerVersion(M.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs)};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true}}if(X){this.addParam("bgcolor",X)}var T=O?O:"high";this.addParam("quality",T);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var N=(P)?P:window.location;this.setAttribute("xiRedirectUrl",N);this.setAttribute("redirectUrl","");if(R){this.setAttribute("redirectUrl",R)}};deconcept.SWFObject.prototype={useExpressInstall:function(B){this.xiSWFPath=!B?"expressinstall.swf":B;this.setAttribute("useExpressInstall",true)},setAttribute:function(D,C){this.attributes[D]=C},getAttribute:function(B){return this.attributes[B]||""},addParam:function(C,D){this.params[C]=D},getParams:function(){return this.params},addVariable:function(C,D){this.variables[C]=D},getVariable:function(B){return this.variables[B]||""},getVariables:function(){return this.variables},getVariablePairs:function(){var F=[];var D;var E=this.getVariables();for(D in E){F[F.length]=D+"="+E[D]}return F},getSWFHTML:function(){var G="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath)}G='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+(this.getAttribute("style")||"")+'"';G+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var I=this.getParams();for(var J in I){G+=[J]+'="'+I[J]+'" '}var K=this.getVariablePairs().join("&");if(K.length>0){G+='flashvars="'+K+'"'}G+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath)}G='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+(this.getAttribute("style")||"")+'">';G+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var L=this.getParams();for(var J in L){G+='<param name="'+J+'" value="'+L[J]+'" />'}var H=this.getVariablePairs().join("&");if(H.length>0){G+='<param name="flashvars" value="'+H+'" />'}G+="</object>"}return G},write:function(D){if(this.getAttribute("useExpressInstall")){var E=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(E)&&!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 F=(typeof D=="string")?document.getElementById(D):D;F.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var J=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var I=navigator.plugins["Shockwave Flash"];if(I&&I.description){J=new deconcept.PlayerVersion(I.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 H=1;var G=3;while(H){try{G++;H=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+G);J=new deconcept.PlayerVersion([G,0,0])}catch(F){H=null}}}else{try{var H=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(F){try{var H=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");J=new deconcept.PlayerVersion([6,0,21]);H.AllowScriptAccess="always"}catch(F){if(J.major==6){return J}}try{H=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(F){}}if(H!=null){J=new deconcept.PlayerVersion(H.GetVariable("$version").split(" ")[1].split(","))}}}return J};deconcept.PlayerVersion=function(B){this.major=B[0]!=null?parseInt(B[0]):0;this.minor=B[1]!=null?parseInt(B[1]):0;this.rev=B[2]!=null?parseInt(B[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(B){if(this.major<B.major){return false}if(this.major>B.major){return true}if(this.minor<B.minor){return false}if(this.minor>B.minor){return true}if(this.rev<B.rev){return false}return true};deconcept.util={getRequestParameter:function(F){var E=document.location.search||document.location.hash;if(F==null){return E}if(E){var G=E.substring(1).split("&");for(var H=0;H<G.length;H++){if(G[H].substring(0,G[H].indexOf("="))==F){return G[H].substring((G[H].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var D=document.getElementsByTagName("OBJECT");for(var F=D.length-1;F>=0;F--){D[F].style.display="none";for(var E in D[F]){if(typeof D[F][E]=="function"){D[F][E]=function(){}}}}};if(!document.getElementById&&document.all){document.getElementById=function(B){return document.all[B]}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;