<!--

function swapText(idTab, idContent) {
	
	var tabOff = document.getElementById('firstFloorTab');
	var tabOff1 = document.getElementById('secondFloorTab');
	var tabOff2 = document.getElementById('thirdFloorTab');
	var tabOn = document.getElementById(idTab);
	var boxOff = document.getElementById('firstFloor');
	var boxOff1 = document.getElementById('secondFloor');
	var boxOff2 = document.getElementById('thirdFloor');
	var boxOn = document.getElementById(idContent);
	
	tabOff.className = 'inactiveButton';
	tabOff1.className = 'inactiveButton';
	tabOff2.className = 'inactiveButton';
	tabOn.className = 'activeButton';
	boxOff.className = 'inactiveTab';
	boxOff1.className = 'inactiveTab';
	boxOff2.className = 'inactiveTab';
	boxOn.className = 'activeTab';

}

if (window.self != window.top) window.top.location = window.self.location;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//  End -->// JavaScript Document// JavaScript Document