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