function dragStop(a){dragObj.elNode=null;if(browser.isIE){document.detachEvent("onmousemove",dragGo);document.detachEvent("onmouseup",dragStop)}if(browser.isNS){document.removeEventListener("mousemove",dragGo,true);document.removeEventListener("mouseup",dragStop,true)}}function dragGo(a){var b,c;if(browser.isIE){b=window.event.clientX+document.documentElement.scrollLeft+document.body.scrollLeft;c=window.event.clientY+document.documentElement.scrollTop+document.body.scrollTop}if(browser.isNS){b=a.clientX+window.scrollX;c=a.clientY+window.scrollY}dragObj.elNode.style.left=dragObj.elStartLeft+b-dragObj.cursorStartX+"px";dragObj.elNode.style.top=dragObj.elStartTop+c-dragObj.cursorStartY+"px";if(browser.isIE){window.event.cancelBubble=true;window.event.returnValue=false}if(browser.isNS)a.preventDefault()}function dragStart(a,b){var c;var d,e;if(b)dragObj.elNode=document.getElementById(b);else{if(browser.isIE)dragObj.elNode=window.event.srcElement;if(browser.isNS)dragObj.elNode=a.target;if(dragObj.elNode.nodeType==3)dragObj.elNode=dragObj.elNode.parentNode}if(browser.isIE){d=window.event.clientX+document.documentElement.scrollLeft+document.body.scrollLeft;e=window.event.clientY+document.documentElement.scrollTop+document.body.scrollTop}if(browser.isNS){d=a.clientX+window.scrollX;e=a.clientY+window.scrollY}dragObj.cursorStartX=d;dragObj.cursorStartY=e;dragObj.elStartLeft=parseInt(dragObj.elNode.style.left,10);dragObj.elStartTop=parseInt(dragObj.elNode.style.top,10);if(isNaN(dragObj.elStartLeft))dragObj.elStartLeft=0;if(isNaN(dragObj.elStartTop))dragObj.elStartTop=0;dragObj.elNode.style.zIndex=++dragObj.zIndex;if(browser.isIE){document.attachEvent("onmousemove",dragGo);document.attachEvent("onmouseup",dragStop);window.event.cancelBubble=true;window.event.returnValue=false}if(browser.isNS){document.addEventListener("mousemove",dragGo,true);document.addEventListener("mouseup",dragStop,true);a.preventDefault()}}function Browser(){var a,b,c;this.isIE=false;this.isNS=false;this.version=null;a=navigator.userAgent;b="MSIE";if((c=a.indexOf(b))>=0){this.isIE=true;this.version=parseFloat(a.substr(c+b.length));return}b="Netscape6/";if((c=a.indexOf(b))>=0){this.isNS=true;this.version=parseFloat(a.substr(c+b.length));return}b="Gecko";if((c=a.indexOf(b))>=0){this.isNS=true;this.version=6.1;return}}function keyMouseClose(){closeDestaque()}function posDestaque(a){if(mw_x==0){if(!document.all||document.layers){document.captureEvents(Event.KEYPRESS)}if(document.getElementById("flashXP")!=null){var b=getPageSize();document.getElementById("flashXP").style.width=arrayPageSize[0]+"px";document.getElementById("flashXP").style.height=arrayPageSize[1]+"px";document.getElementById("flashXP").style.top=0;document.getElementById("flashXP").style.left=0;document.getElementById("flashXP").style.display="block";document.onkeypress=keyMouseClose;document.getElementById("flashXP").onmousedown=keyMouseClose;if(document.getElementById("flashContainer")!=null){document.getElementById("flashContainer").style.left=arrayPageSize[0]/2-200+"px";document.getElementById("flashContainer").style.top=100+"px";mw_x=1}}}}function closeDestaque(){document.getElementById("flashXP").style.display="none";document.getElementById("flashXP").innerHTML="";document.getElementById("flashContainer").style.display="none";document.getElementById("flashContainer").innerHTML=null}function getPageSize(){var a,b;if(window.innerHeight&&window.scrollMaxY){a=document.body.scrollWidth;b=window.innerHeight+window.scrollMaxY}else if(document.body.scrollHeight>document.body.offsetHeight){a=document.body.scrollWidth;b=document.body.scrollHeight}else{a=document.body.offsetWidth;b=document.body.offsetHeight+30}var c,d;if(self.innerHeight){c=self.innerWidth-15;d=self.innerHeight}else if(document.documentElement&&document.documentElement.clientHeight){c=document.documentElement.clientWidth;d=document.documentElement.clientHeight}else if(document.body){c=document.body.clientWidth;d=document.body.clientHeight}if(b<d){pageHeight=d}else{pageHeight=b}if(a<c){pageWidth=c}else{pageWidth=a}arrayPageSize=new Array(pageWidth,pageHeight,c,d)}var mw_x=0;document.write("<style>#flashXP {background-color: #000;opacity: 0.8;position: absolute;top: 0;left: 0;width: 100%;z-index:998;filter:alpha(opacity=65); -moz-opacity:.65;}");document.write("#flashContainer{filter:alpha(opacity=999);-moz-opacity:100;}");document.write("#flashDisclaimer{background-color:#FFFFFF; filter:alpha(opacity=90);-moz-opacity:100; z-index:2000; }</style>");window.onresize=function a(){posDestaque()};if(typeof com=="undefined")var com=new Object;if(typeof com.deconcept=="undefined")com.deconcept=new Object;if(typeof com.deconcept.util=="undefined")com.deconcept.util=new Object;if(typeof com.deconcept.FlashObjectUtil=="undefined")com.deconcept.FlashObjectUtil=new Object;com.deconcept.FlashObject=function(a,b,c,d,e,f,g,h,i,j){this.DETECT_KEY=j?j:"detectflash";this.skipDetect=com.deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object;this.variables=new Object;this.attributes=new Array;if(a)this.setAttribute("swf",a);if(b)this.setAttribute("id",b);if(c)this.setAttribute("width",c);if(d)this.setAttribute("height",d);if(e)this.setAttribute("version",new com.deconcept.PlayerVersion(e.toString().split(".")));if(f)this.addParam("bgcolor",f);var k=h?h:"high";this.addParam("quality",k);this.setAttribute("redirectUrl","");if(i)this.setAttribute("redirectUrl",i);if(g){var l=new com.deconcept.PlayerVersion([6,0,65]);var m=com.deconcept.FlashObjectUtil.getPlayerVersion();if(m.versionIsValid(l)&&!m.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true)}}else{this.setAttribute("doExpressInstall",false)}};com.deconcept.FlashObject.prototype.setAttribute=function(a,b){this.attributes[a]=b};com.deconcept.FlashObject.prototype.getAttribute=function(a){return this.attributes[a]};com.deconcept.FlashObject.prototype.getAttributes=function(){return this.attributes};com.deconcept.FlashObject.prototype.addParam=function(a,b){this.params[a]=b};com.deconcept.FlashObject.prototype.getParams=function(){return this.params};com.deconcept.FlashObject.prototype.getParam=function(a){return this.params[a]};com.deconcept.FlashObject.prototype.addVariable=function(a,b){this.variables[a]=b};com.deconcept.FlashObject.prototype.getVariable=function(a){return this.variables[a]};com.deconcept.FlashObject.prototype.getVariables=function(){return this.variables};com.deconcept.FlashObject.prototype.getParamTags=function(){var a="";var b;var c=this.getParams();for(b in c){a+='<param name="'+b+'" value="'+c[b]+'" />'}return a};com.deconcept.FlashObject.prototype.getVariablePairs=function(){var a=new Array;var b;var c=this.getVariables();for(b in c){a.push(b+"="+c[b])}return a};com.deconcept.FlashObject.prototype.getHTML=function(){var a="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn")}a+='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'"';var b=this.getParams();for(var c in b){a+=" "+c+'="'+b[c]+'"'}e=this.getVariablePairs().join("&");if(e.length>0){a+=' flashvars="'+e+'"'}a+="></embed>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX")}a+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'">';a+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var d=this.getParamTags();if(d.length>0){a+=d}var e=this.getVariablePairs().join("&");if(e.length>0){a+='<param name="flashvars" value="'+e+'" />'}a+="</object>"}return a};com.deconcept.FlashObject.prototype.write=function(a){if(this.skipDetect||this.getAttribute("doExpressInstall")||com.deconcept.FlashObjectUtil.getPlayerVersion().versionIsValid(this.getAttribute("version"))){if(document.getElementById){if(this.getAttribute("doExpressInstall")){this.addVariable("MMredirectURL",escape(window.location));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}document.getElementById(a).innerHTML=this.getHTML()}}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}};com.deconcept.FlashObjectUtil.getPlayerVersion=function(){var a=new com.deconcept.PlayerVersion(0,0,0);if(navigator.plugins&&navigator.mimeTypes.length){var b=navigator.plugins["Shockwave Flash"];if(b&&b.description){a=new com.deconcept.PlayerVersion(b.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else if(window.ActiveXObject){try{var c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");a=new com.deconcept.PlayerVersion(c.GetVariable("$version").split(" ")[1].split(","))}catch(d){}}return a};com.deconcept.PlayerVersion=function(a){this.major=parseInt(a[0])||0;this.minor=parseInt(a[1])||0;this.rev=parseInt(a[2])||0};com.deconcept.PlayerVersion.prototype.versionIsValid=function(a){if(this.major<a.major)return false;if(this.major>a.major)return true;if(this.minor<a.minor)return false;if(this.minor>a.minor)return true;if(this.rev<a.rev)return false;return true};com.deconcept.util.getRequestParameter=function(a){var b=document.location.search||document.location.href.hash;if(b){var c=b.indexOf(a+"=");var d=b.indexOf("&",c)>-1?b.indexOf("&",c):b.length;if(b.length>1&&c>-1){return b.substring(b.indexOf("=",c)+1,d)}}return""};if(Array.prototype.push==null){Array.prototype.push=function(a){this[this.length]=a;return this.length}}var getQueryParamValue=com.deconcept.util.getRequestParameter;var FlashObject=com.deconcept.FlashObject;var browser=new Browser;var dragObj=new Object;dragObj.zIndex=999
