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(w,t,u,r,c,y,p,q,s,x,z){if(!document.getElementById){return}this.DETECT_KEY=z?z:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(w){this.setAttribute("swf",w)}if(t){this.setAttribute("id",t)}if(u){this.setAttribute("width",u)}if(r){this.setAttribute("height",r)}if(c){this.setAttribute("version",new deconcept.PlayerVersion(c.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(y){this.addParam("bgcolor",y)}var v=q?q:"high";this.addParam("quality",v);this.setAttribute("useExpressInstall",p);this.setAttribute("doExpressInstall",false);var h=(s)?s:window.location;this.setAttribute("xiRedirectUrl",h);this.setAttribute("redirectUrl","");if(x){this.setAttribute("redirectUrl",x)}};deconcept.SWFObject.prototype={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 e=new Array();var f;var d=this.getVariables();for(f in d){e.push(f+"="+d[f])}return e},getSWFHTML:function(){var i="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn")}i='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';i+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var k=this.getParams();for(var l in k){i+=[l]+'="'+k[l]+'" '}var g=this.getVariablePairs().join("&");if(g.length>0){i+='flashvars="'+g+'"'}i+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX")}i='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';i+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var h=this.getParams();for(var l in h){i+='<param name="'+l+'" value="'+h[l]+'" />'}var j=this.getVariablePairs().join("&");if(j.length>0){i+='<param name="flashvars" value="'+j+'" />'}i+="</object>"}return i},write:function(f){if(this.getAttribute("useExpressInstall")){var d=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(d)&&!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 f=="string")?document.getElementById(f):f;e.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var e=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var h=navigator.plugins["Shockwave Flash"];if(h&&h.description){e=new deconcept.PlayerVersion(h.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{try{var g=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(f){try{var g=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");e=new deconcept.PlayerVersion([6,0,21]);g.AllowScriptAccess="always"}catch(f){if(e.major==6){return e}}try{g=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(f){}}if(g!=null){e=new deconcept.PlayerVersion(g.GetVariable("$version").split(" ")[1].split(","))}}return e};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(h){var e=document.location.search||document.location.hash;if(e){var f=e.substring(1).split("&");for(var g=0;g<f.length;g++){if(f[g].substring(0,f[g].indexOf("="))==h){return f[g].substring((f[g].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return}var e=document.getElementsByTagName("OBJECT");for(var f=0;f<e.length;f++){e[f].style.display="none";for(var d in e[f]){if(typeof e[f][d]=="function"){e[f][d]=function(){}}}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload=="function"){var b=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();b()}}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs}};if(typeof window.onbeforeunload=="function"){var oldBeforeUnload=window.onbeforeunload;window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();oldBeforeUnload()}}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload}if(Array.prototype.push==null){Array.prototype.push=function(b){this[this.length]=b;return this.length}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;
