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(T,S,b,i,Y,y,p,u,H,U,z){if(!document.getElementById){return ;}this.DETECT_KEY=U?U:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(T){this.setAttribute("swf",T);}if(S){this.setAttribute("id",S);}if(b){this.setAttribute("width",b);}if(i){this.setAttribute("height",i);}this.setAttribute("base",(z)?z:".");if(Y){this.setAttribute("version",new deconcept.PlayerVersion(Y.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(y){this.addParam("bgcolor",y);}var P=p?p:"high";this.addParam("quality",P);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var o=(u)?u:window.location;this.setAttribute("xiRedirectUrl",o);this.setAttribute("redirectUrl","");if(H){this.setAttribute("redirectUrl",H);}};deconcept.SWFObject.prototype={useExpressInstall:function(H){this.xiSWFPath=!H?"expressinstall.swf":H;this.setAttribute("useExpressInstall",true);},setAttribute:function(H,P){this.attributes[H]=P;},getAttribute:function(H){return this.attributes[H];},addParam:function(H,P){this.params[H]=P;},getParams:function(){return this.params;},addVariable:function(H,P){this.variables[H]=P;},getVariable:function(H){return this.variables[H];},getVariables:function(){return this.variables;},getVariablePairs:function(){var H=new Array();var P;var S=this.getVariables();for(P in S){H[H.length]=P+"="+S[P];}return H;},getSWFHTML:function(T){var U="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}U="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";U+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" base=\""+this.getAttribute("base")+"\" ";var S=this.getParams();for(var H in S){U+=[H]+"=\""+S[H]+"\" ";}var P=this.getVariablePairs().join("&");if(P.length>0){U+="flashvars=\""+P+"\"";}U+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}U="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";U+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";U+="<param name=\"base\" value=\""+this.getAttribute("base")+"\" />";var S=this.getParams();for(var H in S){U+="<param name=\""+H+"\" value=\""+S[H]+"\" />";}var P=this.getVariablePairs().join("&");if(P.length>0){U+="<param name=\"flashvars\" value=\""+P+"\" />";}U+="</object>";}U=(typeof T!="undefined"?T:"")+U;writeAPIDebug("swfNode: "+U);return U;},write:function(H,U){if(this.getAttribute("useExpressInstall")){var P=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(P)&&!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 H=="string")?document.getElementById(H):H;S.innerHTML=this.getSWFHTML(U);return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var S=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var H=navigator.plugins["Shockwave Flash"];if(H&&H.description){H.description.match(/[a-zA-Z\s]([0-9]+)\.([0-9]+)\s*[rb]([0-9]+)/);var i=[RegExp.$1,RegExp.$2,RegExp.$3];S=new deconcept.PlayerVersion(i);}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var U=1;var P=3;while(U){try{P++;U=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+P);S=new deconcept.PlayerVersion([P,0,0]);}catch(T){U=null;}}}else{try{var U=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(T){try{var U=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");S=new deconcept.PlayerVersion([6,0,21]);U.AllowScriptAccess="always";}catch(T){if(S.major==6){return S;}}try{U=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(T){}}if(U!=null){S=new deconcept.PlayerVersion(U.GetVariable("$version").split(" ")[1].split(","));}}}return S;};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(U){var S=document.location.search||document.location.hash;if(U==null){return S;}if(S){var P=S.substring(1).split("&");for(var H=0;H<P.length;H++){if(P[H].substring(0,P[H].indexOf("="))==U){return P[H].substring((P[H].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var S=document.getElementsByTagName("OBJECT");for(var P=S.length-1;P>=0;P--){S[P].style.display="none";for(var H in S[P]){if(typeof S[P][H]=="function"){S[P][H]=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(H){return document.all[H];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function SWFMacMouseWheel(H){this.so=H;var P=navigator.appVersion.toLowerCase().indexOf("mac")!=-1;if(P){this.init();}}SWFMacMouseWheel.prototype={init:function(){SWFMacMouseWheel.instance=this;if(window.addEventListener){window.addEventListener("DOMMouseScroll",SWFMacMouseWheel.instance.wheel,false);}window.onmousewheel=document.onmousewheel=SWFMacMouseWheel.instance.wheel;},handle:function(H){document[this.so.getAttribute("id")].externalMouseEvent(H);},wheel:function(H){var P=0;if(H.wheelDelta){P=H.wheelDelta/120;if(window.opera){P=-P;}}else{if(H.detail){P=-H.detail/3;}}if(/AppleWebKit/.test(navigator.userAgent)){P/=3;}if(P){SWFMacMouseWheel.instance.handle(P);}if(H.preventDefault){H.preventDefault();}H.returnValue=false;}};