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(z,W,k,y,K,E,Y,S,a,f,b){if(!document.getElementById){return ;}this.DETECT_KEY=b?b:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(z){this.setAttribute("swf",z);}if(W){this.setAttribute("id",W);}if(k){this.setAttribute("width",k);}if(y){this.setAttribute("height",y);}if(K){this.setAttribute("version",new deconcept.PlayerVersion(K.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(E){this.addParam("bgcolor",E);}var i=S?S:"high";this.addParam("quality",i);this.setAttribute("useExpressInstall",Y);this.setAttribute("doExpressInstall",false);var Z=(a)?a:window.location;this.setAttribute("xiRedirectUrl",Z);this.setAttribute("redirectUrl","");if(f){this.setAttribute("redirectUrl",f);}};deconcept.SWFObject.prototype={setAttribute:function(h,i){this.attributes[h]=i;},getAttribute:function(h){return this.attributes[h];},addParam:function(i,h){this.params[i]=h;},getParams:function(){return this.params;},addVariable:function(i,h){this.variables[i]=h;},getVariable:function(h){return this.variables[h];},getVariables:function(){return this.variables;},getVariablePairs:function(){var W=new Array();var i;var h=this.getVariables();for(i in h){W.push(i+"="+h[i]);}return W;},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 S=this.getParams();for(var y in S){i+=[y]+"=\""+S[y]+"\" ";}var a=this.getVariablePairs().join("&");if(a.length>0){i+="flashvars=\""+a+"\"";}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 W=this.getParams();for(var y in W){i+="<param name=\""+y+"\" value=\""+W[y]+"\" />";}var h=this.getVariablePairs().join("&");if(h.length>0){i+="<param name=\"flashvars\" value=\""+h+"\" />";}i+="</object>";}return i;},write:function(i){if(this.getAttribute("useExpressInstall")){var h=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(h)&&!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 W=(typeof i=="string")?document.getElementById(i):i;W.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var a=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var h=navigator.plugins["Shockwave Flash"];if(h&&h.description){a=new deconcept.PlayerVersion(h.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{try{var i=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(W){try{var i=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");a=new deconcept.PlayerVersion([6,0,21]);i.AllowScriptAccess="always";}catch(W){if(a.major==6){return a;}}try{i=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(W){}}if(i!=null){a=new deconcept.PlayerVersion(i.GetVariable("$version").split(" ")[1].split(","));}}return a;};deconcept.PlayerVersion=function(h){this.major=h[0]!=null?parseInt(h[0]):0;this.minor=h[1]!=null?parseInt(h[1]):0;this.rev=h[2]!=null?parseInt(h[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(h){if(this.major<h.major){return false;}if(this.major>h.major){return true;}if(this.minor<h.minor){return false;}if(this.minor>h.minor){return true;}if(this.rev<h.rev){return false;}return true;};deconcept.util={getRequestParameter:function(h){var y=document.location.search||document.location.hash;if(y){var a=y.substring(1).split("&");for(var W=0;W<a.length;W++){if(a[W].substring(0,a[W].indexOf("="))==h){return a[W].substring((a[W].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return ;}var a=document.getElementsByTagName("OBJECT");for(var W=0;W<a.length;W++){a[W].style.display="none";for(var h in a[W]){if(typeof a[W][h]=="function"){a[W][h]=function(){};}}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload=="function"){var h=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();h();};}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(h){this[this.length]=h;return this.length;};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;