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