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