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