function init() {
	if (TransMenu.isSupported()) {
		TransMenu.initialize();
		menu_ourpeople.onactivate = function() {document.getElementById('ourpeople').className = 'hover'; };
		menu_ourpeople.ondeactivate = function() {document.getElementById('ourpeople').className = ''; };
		menu_news.onactivate = function() {document.getElementById('news').className = 'hover'; };
		menu_news.ondeactivate = function() {document.getElementById('news').className = ''; };
		menu_marketex.onactivate = function() {document.getElementById('marketex').className = 'hover'; };
		menu_marketex.ondeactivate = function() {document.getElementById('marketex').className = ''; };

	}
}

if (TransMenu.isSupported()) {
	var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

	var menu_ourpeople = ms.addMenu(document.getElementById("ourpeople"));
		menu_ourpeople.addItem("Hilton Buck Forcum","http://www.nashvilleoffice.com/HiltonBuckForcum.php","");
		menu_ourpeople.addItem("David Koziak","http://www.nashvilleoffice.com/DavidKoziak.php","");
		menu_ourpeople.addItem("David McRae","http://www.nashvilleoffice.com/DavidMcRae.php","");
		menu_ourpeople.addItem("Virginia Evans","http://www.nashvilleoffice.com/VirginiaEvans.php","");
		menu_ourpeople.addItem("Tatum Flynn","http://www.nashvilleoffice.com/TatumFlynn.php","");
		menu_ourpeople.addItem("Cheri Thomas","http://www.nashvilleoffice.com/CheriThomas.php","");
		menu_ourpeople.addItem("Zachary Zazzi","http://www.nashvilleoffice.com/ZacharyZazzi.php","");

	var menu_news = ms.addMenu(document.getElementById("news"));
		menu_news.addItem("NBJ Article","http://www.nashvilleoffice.com/NBJArticle.php","");
		menu_news.addItem("Top Tenant Reps","http://www.nashvilleoffice.com/TopTenantReps.php","");
		menu_news.addItem("Quarterly Office Report","http://www.nashvilleoffice.com/QuarterlyOfficeReport.php","");

	var menu_marketex = ms.addMenu(document.getElementById("marketex"));
		menu_marketex.addItem("Business Services","http://www.nashvilleoffice.com/BusinessServices.php","");
		menu_marketex.addItem("Financial","http://www.nashvilleoffice.com/Financial.php","");
		menu_marketex.addItem("Healthcare","http://www.nashvilleoffice.com/Healthcare.php","");
		menu_marketex.addItem("Industrial","http://www.nashvilleoffice.com/Industrial.php","");
		menu_marketex.addItem("Insurance","http://www.nashvilleoffice.com/Insurance.php","");
		menu_marketex.addItem("Law Firms","http://www.nashvilleoffice.com/LawFirms.php","");
		menu_marketex.addItem("Technology","http://www.nashvilleoffice.com/Technology.php","");

	TransMenu.renderAll();
}
