function ShowFlash(Src, Width, Height, Quality) {var Target = Src;document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='" + Width + "' height='" + Height + "' codebase='//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'>"+ "<param name='movie' value='" + Target + "'>"+ "<param name='quality' value='" + Quality + "'>"+ "<param name='menu' value='false'>"+ "<param name='wmode' value='transparent'>"+ "<embed src='" + Target + "' quality='" + Height + "' width='" + Width + "' height='" + Height + "' menu='false' wmode='transparent' pluginspage='//www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");}function addEvent(elm,listener,fn){	try{		elm.addEventListener(listener,fn,false);	}catch(e){		elm.attachEvent("on"+listener,fn);	}}addEvent(window,"load",autoPOP);function autoPOP(){	var x = document.getElementsByTagName('a');	for (var i=0;i<x.length;i++)	{		if (x[i].getAttribute('className') == 'popup' || x[i].getAttribute('class') == 'popup')		{			x[i].onclick = function () {			return winOpen(this.href)			}			x[i].title += '(Popup)';		}	}};function winOpen(url) {	window.open(		url,		'popup',		'width=520,height=340,scrollbars=0,resizable=1'	);	return false;};addEvent(window,"load",autoPOP2);function autoPOP2(){	var x = document.getElementsByTagName('area');	for (var i=0;i<x.length;i++)	{		if (x[i].getAttribute('className') == 'popup2' || x[i].getAttribute('class') == 'popup2')		{			x[i].onclick = function () {			return winOpen(this.href)			}			x[i].title += '(Popup)';		}	}};function winOpen(url) {	window.open(		url,		'popup2',		'width=700,height=600,scrollbars=1,resizable=1'	);	return false;};function initRollovers() {	if (!document.getElementById) return		var aPreLoad = new Array();	var sTempSrc;	var aImages = document.getElementsByTagName('img');	for (var i = 0; i < aImages.length; i++) {				if (aImages[i].className == 'btn') {			var src = aImages[i].getAttribute('src');			var ftype = src.substring(src.lastIndexOf('.'), src.length);			var hsrc = src.replace(ftype, '_o'+ftype);			aImages[i].setAttribute('hsrc', hsrc);						aPreLoad[i] = new Image();			aPreLoad[i].src = hsrc;						aImages[i].onmouseover = function() {				sTempSrc = this.getAttribute('src');				this.setAttribute('src', this.getAttribute('hsrc'));			}							aImages[i].onmouseout = function() {				if (!sTempSrc) sTempSrc = this.getAttribute('src').replace('_o'+ftype, ftype);				this.setAttribute('src', sTempSrc);			}		}	}}addEvent(window,"load",initRollovers);function view(array){for(var i=1;i<=11;i++){document.getElementById("floor"+i).style.display="none";}for(i in array){document.getElementById("floor"+array[i]).style.display="block";}}function soFlashObject(){this.majorVer=0;this.minorVer=0;this.revision=0;this.beta=0;this.tgtMajorVer=1;this.tgtMinorVer=0;this.tgtRevision=0;this.altHtml='Please download the latest version of the free <a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">Flash Player</a>';this.w=200;this.h=200;this.param={};this.param.allowScriptAccess="always";this.param.quality="high";this.param.menu="false";this.verChk()}soFlashObject.prototype.verChk=function(){var np=navigator.plugins,nm=navigator.mimeTypes,mt="application/x-shockwave-flash",p=[0,0,0,0];if(nm&&nm[mt]&&nm[mt].enabledPlugin){for(var i=0;i<np.length;i++){p=np[i].description;if(p.indexOf("Flash")>=0){p=p.split(" ").join("").replace("ShockwaveFlash","");if(p.indexOf("r")>=0){p=String(p.replace("r",".")+".0").split(".")}else{if(p.indexOf("b")>=0){p=p.replace("b",".0.").split(".")}}break}}}else{if(window.ActiveXObject){try{var f=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");p=f.GetVariable("$version").split(" ")[1].split(",")}catch(e){}}}with(this){majorVer=Number(p[0]);minorVer=Number(p[1]);revision=Number(p[2]);beta=Number(p[3])}};soFlashObject.prototype.flaHtml=function(){if(!this.src){return false}if(!this.id){this.id=this.src.substring(0,this.src.indexOf("."))}var C='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="'+this.w+'" height="'+this.h+'" id="'+this.id+'" align="middle"><param name="wmode" value="transparent">';var A='<embed width="'+this.w+'" height="'+this.h+'" name="'+this.id+'" wmode="transparent" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"';C+=this.objParam("movie",this.src);A+=this.embParam("src",this.src);for(var B in this.param){C+=this.objParam(B,this.param[B]);A+=this.embParam(B,this.param[B])}C+=A+" /></object>";return C};soFlashObject.prototype.objParam=function(B,A){return'<param name="'+B+'" value="'+A+'" />'};soFlashObject.prototype.embParam=function(B,A){return" "+B+'="'+A+'"'};soFlashObject.prototype.enable=function(){var B=this.majorVer*10000+this.minorVer*1000+this.revision;var A=this.tgtMajorVer*10000+this.tgtMinorVer*1000+this.tgtRevision;return(B>=A)};soFlashObject.prototype.flaWrite=function(){document.write(this.flaHtml())};soFlashObject.prototype.altWrite=function(){document.write(this.altHtml)};soFlashObject.prototype.write=function(){if(this.enable()){this.flaWrite()}else{this.altWrite()}};soFlashObject.prototype.getHtml=function(){if(this.enable()){return this.flaHtml()}else{return this.altHtml}}