if(typeof deconcept=="undefined"){var deconcept={}};if(typeof deconcept.util=="undefined"){deconcept.util={}};if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil={}};deconcept.SWFObject=function(w,e,r,t,y,u,i,o,p,a,d){var s=this;if(!document.getElementById){return};s.DETECT_KEY=d?d:"detectflash";s.skipDetect=deconcept.util.getRequestParameter(s.DETECT_KEY);s.params={};s.variables={};s.attributes=[];if(w){s.setAttribute("swf",w)};if(e){s.setAttribute("id",e)};if(r){s.setAttribute("width",r)};if(t){s.setAttribute("height",t)};if(y){s.setAttribute("version",new deconcept.PlayerVersion(y.toString().split(".")))};s.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(u){s.addParam("bgcolor",u)};var q=o?o:"high";s.addParam("quality",q);s.setAttribute("useExpressInstall",i);s.setAttribute("doExpressInstall",false);var _=(p)?p:window.location;s.setAttribute("xiRedirectUrl",_);s.setAttribute("redirectUrl","");if(a){s.setAttribute("redirectUrl",a)}};deconcept.SWFObject.prototype={setAttribute:function(_,q){this.attributes[_]=q},getAttribute:function(_){return this.attributes[_]},addParam:function(_,q){this.params[_]=q},getParams:function(){return this.params},addVariable:function(_,q){this.variables[_]=q},getVariable:function(_){return this.variables[_]},getVariables:function(){return this.variables},getVariablePairs:function(){var _=[],q,w=this.getVariables();for(q in w){_.push(q+"="+w[q])};return _},getSWFHTML:function(){var t=this,q="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(t.getAttribute("doExpressInstall")){t.addVariable("MMplayerType","PlugIn")};q="<embed type=\"application/x-shockwave-flash\" src=\""+t.getAttribute("swf")+"\" width=\""+t.getAttribute("width")+"\" height=\""+t.getAttribute("height")+"\"";q+=" id=\""+t.getAttribute("id")+"\" name=\""+t.getAttribute("id")+"\" ";var _=t.getParams();for(var w in _){q+=w+"=\""+_[w]+"\" "};var e=t.getVariablePairs().join("&");if(e.length>0){q+="flashvars=\""+e+"\""};q+="/>"}else{if(t.getAttribute("doExpressInstall")){t.addVariable("MMplayerType","ActiveX")};q="<object id=\""+t.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+t.getAttribute("width")+"\" height=\""+t.getAttribute("height")+"\">";q+="<param name=\"movie\" value=\""+t.getAttribute("swf")+"\" />";var r=t.getParams();for(var w in r){q+="<param name=\""+w+"\" value=\""+r[w]+"\" />"};var y=t.getVariablePairs().join("&");if(y.length>0){q+="<param name=\"flashvars\" value=\""+y+"\" />"};q+="</object>"};return q},write:function(e){var w=this;if(w.getAttribute("useExpressInstall")){var q=new deconcept.PlayerVersion([6,0,65]);if(w.installedVer.versionIsValid(q)&&!w.installedVer.versionIsValid(w.getAttribute("version"))){w.setAttribute("doExpressInstall",true);w.addVariable("MMredirectURL",escape(w.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";w.addVariable("MMdoctitle",document.title)}};if(w.skipDetect||w.getAttribute("doExpressInstall")||w.installedVer.versionIsValid(w.getAttribute("version"))){var _=(typeof e=="string")?document.getElementById(e):e;_.innerHTML+=w.getSWFHTML();return true}else{if(w.getAttribute("redirectUrl")!=""){document.location.replace(w.getAttribute("redirectUrl"))}};return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var q=navigator.plugins["Shockwave Flash"];if(q&&q.description){_=new deconcept.PlayerVersion(q.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{try{var w=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(e){try{var w=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_=new deconcept.PlayerVersion([6,0,21]);w.AllowScriptAccess="always"}catch(e){if(_.major==6){return _}}try{w=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(e){}};if(w!=null){_=new deconcept.PlayerVersion(w.GetVariable("$version").split(" ")[1].split(","))}};return _};deconcept.PlayerVersion=function(q){var _=this;_.major=q[0]!=null?parseInt(q[0]):0;_.minor=q[1]!=null?parseInt(q[1]):0;_.rev=q[2]!=null?parseInt(q[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(q){var _=this;if(_.major<q.major){return false};if(_.major>q.major){return true};if(_.minor<q.minor){return false};if(_.minor>q.minor){return true};if(_.rev<q.rev){return false};return true};deconcept.util={getRequestParameter:function(e){var w=document.location.search||document.location.hash;if(w){var q=w.substring(1).split("&");for(var _=0;_<q.length;_++){if(q[_].substring(0,q[_].indexOf("="))==e){return q[_].substring((q[_].indexOf("=")+1))}}};return ""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _=document.getElementsByTagName("OBJECT");for(var q=0;q<_.length;q++){_[q].style.display="none";for(var w in _[q]){if(typeof _[q][w]=="function"){_[q][w]=null}}}};if(typeof window.onunload=="function"){var oldunload=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();oldunload()}}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs};if(Array.prototype.push==null){Array.prototype.push=function(q){var _=this;_[_.length]=q;return _.length}};var getQueryParamValue=deconcept.util.getRequestParameter,FlashObject=deconcept.SWFObject,SWFObject=deconcept.SWFObject;



// PNGFIX

function correctPNG() 
   {
   for(var i=0; i<document.images.length; i++)
      {
	  var img = document.images[i]
	  var imgName = img.src.toUpperCase()
	  if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
	     {
		 var imgID = (img.id) ? "id='" + img.id + "' " : ""
		 var imgClass = (img.className) ? "class='" + img.className + "' " : ""
		 var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
		 var imgStyle = "display:inline-block;" + img.style.cssText 
		 if (img.align == "left") imgStyle = "float:left;" + imgStyle
		 if (img.align == "right") imgStyle = "float:right;" + imgStyle
		 if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle		
		 var strNewHTML = "<span " + imgID + imgClass + imgTitle
		 + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
	     + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
		 + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
		 img.outerHTML = strNewHTML
		 i = i-1
	     }
      }
   }
window.attachEvent("onload", correctPNG);