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(K,A,L,M,F,G,B,D,I,J,E){if(!document.createElement||!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(K){this.setAttribute("swf",K)
}if(A){this.setAttribute("id",A)
}if(L){this.setAttribute("width",L)
}if(M){this.setAttribute("height",M)
}if(F){this.setAttribute("version",new deconcept.PlayerVersion(F.toString().split(".")))
}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion(this.getAttribute("version"),B);
if(G){this.addParam("bgcolor",G)
}var H=D?D:"high";
this.addParam("quality",H);
this.setAttribute("useExpressInstall",B);
this.setAttribute("doExpressInstall",false);
var C=(I)?I:window.location;
this.setAttribute("xiRedirectUrl",C);
this.setAttribute("redirectUrl","");
if(J){this.setAttribute("redirectUrl",J)
}};
deconcept.SWFObject.prototype={setAttribute:function(B,A){this.attributes[B]=A
},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 F="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn")
}F='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';
F+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';
var E=this.getParams();
for(var A in E){F+=[A]+'="'+E[A]+'" '
}var B=this.getVariablePairs().join("&");
if(B.length>0){F+='flashvars="'+B+'"'
}F+="/>"
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX")
}F='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';
F+='<param name="movie" value="'+this.getAttribute("swf")+'" />';
var C=this.getParams();
for(var A in C){F+='<param name="'+A+'" value="'+C[A]+'" />'
}var D=this.getVariablePairs().join("&");
if(D.length>0){F+='<param name="flashvars" value="'+D+'" />'
}F+="</object>"
}return F
},write:function(B){if(this.getAttribute("useExpressInstall")){var C=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(C)&&!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 A=(typeof B=="string")?document.getElementById(B):B;
A.innerHTML=this.getSWFHTML();
return true
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))
}}return false
}};
deconcept.SWFObjectUtil.getPlayerVersion=function(A,C){var D=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){var F=navigator.plugins["Shockwave Flash"];
if(F&&F.description){D=new deconcept.PlayerVersion(F.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))
}}else{try{var G=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
for(var E=3;
G!=null;
E++){G=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+E);
D=new deconcept.PlayerVersion([E,0,0])
}}catch(B){}if(A&&D.major>A.major){return D
}if(!A||((A.minor!=0||A.rev!=0)&&D.major==A.major)||D.major!=6||C){try{D=new deconcept.PlayerVersion(G.GetVariable("$version").split(" ")[1].split(","))
}catch(B){}}}return D
};
deconcept.PlayerVersion=function(A){this.major=parseInt(A[0])!=null?parseInt(A[0]):0;
this.minor=parseInt(A[1])||0;
this.rev=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(C){var D=document.location.search||document.location.hash;
if(D){var A=D.indexOf(C+"=");
var B=(D.indexOf("&",A)>-1)?D.indexOf("&",A):D.length;
if(D.length>1&&A>-1){return D.substring(D.indexOf("=",A)+1,B)
}}return""
}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){var C=document.getElementsByTagName("OBJECT");
for(var B=0;
B<C.length;
B++){for(var A in C[B]){if(typeof C[B][A]=="function"){C[B][A]=null
}}}};
if(typeof window.onunload=="function"){var oldunload=window.onunload;
window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();
oldunload()
}
}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs
}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;