function setHomePage(aa,ba,ca){if(window.sidebar){window.sidebar.addPanel(ba,ca,'');}
else if(document.all){aa.style.behavior='url(#default#homepage)';if(aa.isHomePage(ca)==false){aa.setHomePage(ca);}}}
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(da,id,w,h,ea,c,fa,ga,ha,ia){if(!document.getElementById){return;}
this.DETECT_KEY=ia?ia:'detectflash';this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(da){this.setAttribute('swf',da);}
if(id){this.setAttribute('id',id);}
if(w){this.setAttribute('width',w);}
if(h){this.setAttribute('height',h);}
if(ea){this.setAttribute('version',new deconcept.PlayerVersion(ea.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}
if(c){this.addParam('bgcolor',c);}
var q=fa?fa:'high';this.addParam('quality',q);this.setAttribute('useExpressInstall',false);this.setAttribute('doExpressInstall',false);var ja=(ga)?ga:window.location;this.setAttribute('xiRedirectUrl',ja);this.setAttribute('redirectUrl','');if(ha){this.setAttribute('redirectUrl',ha);}}
deconcept.SWFObject.prototype={useExpressInstall:function(ka){this.xiSWFPath=!ka?"expressinstall.swf":ka;this.setAttribute('useExpressInstall',true);},setAttribute:function(la,ma){this.attributes[la]=ma;},getAttribute:function(na){return this.attributes[na];},addParam:function(oa,pa){this.params[oa]=pa;},getParams:function(){return this.params;},addVariable:function(qa,ra){this.variables[qa]=ra;},getVariable:function(sa){return this.variables[sa];},getVariables:function(){return this.variables;},getVariablePairs:function(){var ta=new Array();var ua;var va=this.getVariables();for(ua in va){ta[ta.length]=ua+"="+va[ua];}
return ta;},getSWFHTML:function(){var wa="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute('swf',this.xiSWFPath);}
wa='<embed type="application/x-shockwave-flash" src="'+this.getAttribute('swf')+'" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" style="'+this.getAttribute('style')+'"';wa+=' id="'+this.getAttribute('id')+'" name="'+this.getAttribute('id')+'" ';var xa=this.getParams();for(var ya in xa){wa+=[ya]+'="'+xa[ya]+'" ';}
var za=this.getVariablePairs().join("&");if(za.length>0){wa+='flashvars="'+za+'"';}
wa+='/>';}
else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute('swf',this.xiSWFPath);}
wa='<object id="'+this.getAttribute('id')+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" style="'+this.getAttribute('style')+'">';wa+='<param name="movie" value="'+this.getAttribute('swf')+'" />';var xa=this.getParams();for(var ya in xa){wa+='<param name="'+ya+'" value="'+xa[ya]+'" />';}
var za=this.getVariablePairs().join("&");if(za.length>0){wa+='<param name="flashvars" value="'+za+'" />';}
wa+="</object>";}
return wa;},write:function(Aa){if(this.getAttribute('useExpressInstall')){var Ba=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(Ba)&&!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 n=(typeof Aa=='string')?document.getElementById(Aa):Aa;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute('redirectUrl')!=""){document.location.replace(this.getAttribute('redirectUrl'));}}
return false;}}
deconcept.SWFObjectUtil.getPlayerVersion=function(){var Ca=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){Ca=new deconcept.PlayerVersion(x.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 Da=1;var Ea=3;while(Da){try{Ea++;Da=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+Ea);Ca=new deconcept.PlayerVersion([Ea,0,0]);}
catch(e){Da=null;}}}
else{try{var Da=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.9");}catch(e){try{var Da=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var Da=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");Ca=new deconcept.PlayerVersion([6,0,21]);Da.AllowScriptAccess="always";}
catch(e){if(Ca.major==6){return Ca;}}
try{Da=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}}
if(Da!=null){Ca=new deconcept.PlayerVersion(Da.GetVariable("$version").split(" ")[1].split(","));}}
return Ca;}
deconcept.PlayerVersion=function(Fa){this.major=Fa[0]!=null?parseInt(Fa[0]):0;this.minor=Fa[1]!=null?parseInt(Fa[1]):0;this.rev=Fa[2]!=null?parseInt(Fa[2]):0;}
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;}
deconcept.util={getRequestParameter:function(Ga){var q=document.location.search||document.location.hash;if(Ga==null){return q;}
if(q){var Ha=q.substring(1).split("&");for(var i=0;i<Ha.length;i++){if(Ha[i].substring(0,Ha[i].indexOf("="))==Ga){return Ha[i].substring((Ha[i].indexOf("=")+1));}}}
return "";}}
deconcept.SWFObjectUtil.cleanupSWFs=function(){var Ia=document.getElementsByTagName("OBJECT");for(var i=Ia.length-1;i>=0;i--){Ia[i].style.display='none';for(var x in Ia[i]){if(typeof Ia[i][x]=='function'){Ia[i][x]=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(id){return document.all[id];}}
var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;