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

var menu1 = ms.addMenu(document.getElementById("one"));
menu1.addItem("Gallatin Heights Overview", "discover_gallatin_heights_montana.html");
menu1.addItem("Location", "gallatin_heights_montana_location.html");
menu1.addItem("Video", "gallatin_heights_montana_video.html");

var menu2 = ms.addMenu(document.getElementById("two"));
menu2.addItem("Overview", "gallatin_heights_montana_real_estate.html");
menu2.addItem("Interactive Map", "javascript:launchwin('http://www.gallatinheights.com/im/interactive_map.htm', 'theShow' , 'status=yes,scrollbars=no,height=768,width=1024')");
menu2.addItem("Request Information", "gallatin_heights_montana_request_information.html");

var menu3 = ms.addMenu(document.getElementById("three"));
menu3.addItem("Overview", "gallatin_heights_montana_good_life.html");
menu3.addItem("Development Amenities", "gallatin_heights_montana_amenities.html");
menu3.addItem("Area Attractions", "gallatin_heights_montana_area_attractions.html");

var menu4 = ms.addMenu(document.getElementById("four"));
menu4.addItem("Land Equity Partners", "land_equity_partners.html");
menu4.addItem("Keller Williams Real Estate", "keller_williams_real_estate.html");

TransMenu.renderAll();
}

