if(typeof com=="undefined"){var com=new Object();}if(typeof com.deconcept=="undefined"){com.deconcept=new Object();}if(typeof com.deconcept.util=="undefined"){com.deconcept.util=new Object();}if(typeof com.deconcept.FlashObjectUtil=="undefined"){com.deconcept.FlashObjectUtil=new Object();}com.deconcept.FlashObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=com.deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new com.deconcept.PlayerVersion(_5.toString().split(".")));}if(c){this.addParam("bgcolor",c);}var q=_8?_8:"high";this.addParam("quality",q);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}if(_7){var _c=new com.deconcept.PlayerVersion([6,0,65]);var _d=com.deconcept.FlashObjectUtil.getPlayerVersion();if(_d.versionIsValid(_c)&&!_d.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);}}else{this.setAttribute("doExpressInstall",false);}};com.deconcept.FlashObject.prototype.setAttribute=function(_e,_f){this.attributes[_e]=_f;};com.deconcept.FlashObject.prototype.getAttribute=function(_10){return this.attributes[_10];};com.deconcept.FlashObject.prototype.getAttributes=function(){return this.attributes;};com.deconcept.FlashObject.prototype.addParam=function(_11,_12){this.params[_11]=_12;};com.deconcept.FlashObject.prototype.getParams=function(){return this.params;};com.deconcept.FlashObject.prototype.getParam=function(_13){return this.params[_13];};com.deconcept.FlashObject.prototype.addVariable=function(_14,_15){this.variables[_14]=_15;};com.deconcept.FlashObject.prototype.getVariable=function(_16){return this.variables[_16];};com.deconcept.FlashObject.prototype.getVariables=function(){return this.variables;};com.deconcept.FlashObject.prototype.getParamTags=function(){var _17="";var key;var _19=this.getParams();for(key in _19){_17+="<param name=\""+key+"\" value=\""+_19[key]+"\" />";}return _17;};com.deconcept.FlashObject.prototype.getVariablePairs=function(){var _1a=new Array();var key;var _1c=this.getVariables();for(key in _1c){_1a.push(key+"="+_1c[key]);}return _1a;};com.deconcept.FlashObject.prototype.getHTML=function(){var _1d="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}_1d+="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\"";var _1e=this.getParams();for(var key in _1e){_1d+=" "+key+"=\""+_1e[key]+"\"";}pairs=this.getVariablePairs().join("&");if(pairs.length>0){_1d+=" flashvars=\""+pairs+"\"";}_1d+="></embed>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}_1d+="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" id=\""+this.getAttribute("id")+"\">";_1d+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _20=this.getParamTags();if(_20.length>0){_1d+=_20;}var _21=this.getVariablePairs().join("&");if(_21.length>0){_1d+="<param name=\"flashvars\" value=\""+_21+"\" />";}_1d+="</object>";}return _1d;};com.deconcept.FlashObject.prototype.write=function(_22){if(this.skipDetect||this.getAttribute("doExpressInstall")||com.deconcept.FlashObjectUtil.getPlayerVersion().versionIsValid(this.getAttribute("version"))){if(document.getElementById){if(this.getAttribute("doExpressInstall")){this.addVariable("MMredirectURL",escape(window.location));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}document.getElementById(_22).innerHTML=this.getHTML();}}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}};com.deconcept.FlashObjectUtil.getPlayerVersion=function(){var _23=new com.deconcept.PlayerVersion(0,0,0);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new com.deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(window.ActiveXObject){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");_23=new com.deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}catch(e){}}}return _23;};com.deconcept.PlayerVersion=function(_26){this.major=parseInt(_26[0])||0;this.minor=parseInt(_26[1])||0;this.rev=parseInt(_26[2])||0;};com.deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};com.deconcept.util.getRequestParameter=function(_28){var q=document.location.search||document.location.href.hash;if(q){var _2a=q.indexOf(_28+"=");var _2b=(q.indexOf("&",_2a)>-1)?q.indexOf("&",_2a):q.length;if(q.length>1&&_2a>-1){return q.substring(q.indexOf("=",_2a)+1,_2b);}}return "";};if(Array.prototype.push==null){Array.prototype.push=function(_2c){this[this.length]=_2c;return this.length;};}var getQueryParamValue=com.deconcept.util.getRequestParameter;var FlashObject=com.deconcept.FlashObject;