	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	if (TransMenu.isSupported()) {
		
		
		var ms = new TransMenuSet(TransMenu.direction.down, 0, 6, TransMenu.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("a-menu"));
		menu1.addItem("Overview &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "http://www.bgc.cc/Operations/Overview"); 
		menu1.addItem("Civil", "http://www.bgc.cc/Operations/Civil-Operations");
		menu1.addItem("Mining", "http://www.bgc.cc/Operations/Mining-Operations"); 
		menu1.addItem("Drill &amp; Blast", "http://www.bgc.cc/Operations/Drill-Blast"); 
		menu1.addItem("Current Projects", "http://www.bgc.cc/location/Current-Projects");
		//menu1.addItem("News", "/news"); 
		
		
		var menu2 = ms.addMenu(document.getElementById("b-menu"));
		menu2.addItem("Overview &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "http://www.bgc.cc/Business-Management/Overview");
		menu2.addItem("Our CHARTER", "http://www.bgc.cc/Business-Management/Our-CHARTER");
		menu2.addItem("TRISAFE", "http://www.bgc.cc/Business-Management/TRISAFE"); 
		menu2.addItem("Purchase Order Terms &amp; Conditions", "http://bgc.cc/Purchase-Order-Terms-and-Conditions"); 
		
		/*var menu3 = ms.addMenu(document.getElementById("c-menu"));
		menu3.addItem("Overview &nbsp; &nbsp; &nbsp;", "/Employment/Overview"); 
		menu3.addItem("Vacancies", "http://tbe.taleo.net/NA6/ats/careers/jobSearch.jsp?org=BGC&cws=1"); 
		menu3.addItem("Graduate Program", "/Employment/Graduate-Program"); */
		//menu3.addItem("Work Ready Program", "/Employment/Work-Ready-Program"); 
		
		var menu4 = ms.addMenu(document.getElementById("d-menu"));
		menu4.addItem("Office and Depot Locations", "http://www.bgc.cc/location/Offices-and-Depots");		
		menu4.addItem("Enquiry Form", "http://www.bgc.cc/Contact/Contact-Us"); 

		TransMenu.renderAll();
	}
