	// 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()) {

		//==================================================================================================
		// create a set of dropdowns
		// =================================================================================================
		// the first param should always be down, as it is here
		//
		// The second and third param are the top and left offset positions of the menus from their actuators
		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
		// something like -5, 5
		//
		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
		// of the actuator from which to measure the offset positions above. Here we are saying we want the 
		// menu to appear directly below the bottom left corner of the actuator
		// =================================================================================================
		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
		
		// =================================================================================================
		var menu1 = ms.addMenu(document.getElementById("navaboutus"));
		menu1.addItem("<img src='/images/bullet01.gif' border='0'> Overview<br><img src='/images/dot_line_02.gif' border='0'>", "/about-360-visibility.php");
		menu1.addItem("<img src='/images/bullet01.gif' border='0'> Why 360?<br><img src='/images/dot_line_02.gif' border='0'>", "/why-360.php");
		menu1.addItem("<img src='/images/bullet01.gif' border='0'> Partnerships<br><img src='/images/dot_line_02.gif' border='0'>", "/partnerships.php");
		menu1.addItem("<div style='width:172px;'><img src='/images/bullet01.gif' border='0'> Corporate Social Responsibility</div>", "/corporate-social-responsibility.php");
		menu1.addItem("<img src='/images/bullet01.gif' border='0'> Join Us</div>", "/join-us.php");
		// =================================================================================================
		var menu2 = ms.addMenu(document.getElementById("navmarketsserved"));
		menu2.addItem("<img src='/images/bullet01.gif' border='0'> Overview<br><img src='/images/dot_line_02.gif' border='0'>", "/markets-served.php");
		menu2.addItem("<img src='/images/bullet01.gif' border='0'> Professional Services<br><img src='/images/dot_line_02.gif' border='0'>", "/professional-services.php");
		menu2.addItem("<img src='/images/bullet01.gif' border='0'> Financial Services<br><img src='/images/dot_line_02.gif' border='0'>", "/financial-services.php");
		// menu2.addItem("<img src='/images/bullet01.gif' border='0'> Commercial Real Estate<br><img src='/images/dot_line_02.gif' border='0'>", "/real-estate.php");
		menu2.addItem("<img src='/images/bullet01.gif' border='0'> Hospitality / Hotels<br><img src='/images/dot_line_02.gif' border='0'>", "/hospitality-hotels.php");
		menu2.addItem("<img src='/images/bullet01.gif' border='0'> Distribution<br><img src='/images/dot_line_02.gif' border='0'>", "/distribution.php");
		menu2.addItem("<img src='/images/bullet01.gif' border='0'> Manufacturing<br><img src='/images/dot_line_02.gif' border='0'>", "/manufacturing.php");
		menu2.addItem("<img src='/images/bullet01.gif' border='0'> Property Management<br><img src='/images/dot_line_02.gif' border='0'>", "/property-management-software.php");
		// menu2.addItem("<img src='/images/bullet01.gif' border='0'> Wineries<br><img src='/images/dot_line_02.gif' border='0'>", "/wineries.php");
		// menu2.addItem("<img src='/images/bullet01.gif' border='0'> New Ventures<br><img src='/images/dot_line_02.gif' border='0'>", "/new-ventures.php");
		// menu2.addItem("<div style='width:149px;'><img src='/images/bullet01.gif' border='0'> Energy Services</div>", "energy-services.php");
		// =================================================================================================
		var menu3 = ms.addMenu(document.getElementById("navsolutions"));
		menu3.addItem("<img src='/images/bullet01.gif' border='0'> Overview<br><img src='/images/dot_line_02.gif' border='0'>", "/solutions.php");
		menu3.addItem("<img src='/images/bullet01.gif' border='0'> Enterprise Software<br><img src='/images/dot_line_02.gif' border='0'>", "/enterprise-software.php");
		menu3.addItem("<img src='/images/bullet01.gif' border='0'> Communication Systems<br><img src='/images/dot_line_02.gif' border='0'>", "/communication-systems.php");
		menu3.addItem("<div style='width:149px;'><img src='/images/bullet01.gif' border='0'> Technology Infrastructure</div>", "/technology-infrastructure.php");

        //var submenuTechInfra = menu3.addMenu(menu3.items[3]);
        //submenuTechInfra.addItem("Hosted Exchange", "hosted-exchange.php");

        //var submenuHostedEx = submenuTechInfra.addMenu(submenuTechInfra.items[0]);
        //submenuHostedEx.addItem("Enterprise Solutions", "enterprise-solutions.php");
        //submenuHostedEx.addItem("Small/Medium Business Solutions", "small-medium-business-solutions.php");
        //submenuHostedEx.addItem("PDA Wireless Integration", "pda-wireless-integration.php");
        //submenuHostedEx.addItem("Data Centres", "data-centres.php");

		// =================================================================================================
		var menu4 = ms.addMenu(document.getElementById("navservices"));
		menu4.addItem("<img src='/images/bullet01.gif' border='0'> Overview<br><img src='/images/dot_line_02.gif' border='0'>", "/services.php");
		menu4.addItem("<img src='/images/bullet01.gif' border='0'> IT Roadmap<br><img src='/images/dot_line_02.gif' border='0'>", "/it-roadmap.php");
		menu4.addItem("<img src='/images/bullet01.gif' border='0'> IT Health Check<br><img src='/images/dot_line_02.gif' border='0'>", "/it-health-check.php");
		menu4.addItem("<img src='/images/bullet01.gif' border='0'> Needs Analysis<br><img src='/images/dot_line_02.gif' border='0'>", "/needs-analysis.php");
		menu4.addItem("<img src='/images/bullet01.gif' border='0'> Analysis & Design<br><img src='/images/dot_line_02.gif' border='0'>", "/analysis-and-design.php");
		menu4.addItem("<img src='/images/bullet01.gif' border='0'> Implementation<br><img src='/images/dot_line_02.gif' border='0'>", "/implementation.php");
		menu4.addItem("<img src='/images/bullet01.gif' border='0'> IT Management<br><img src='/images/dot_line_02.gif' border='0'>", "/it-management.php");
		menu4.addItem("<div style='width:149px;'><img src='/images/bullet01.gif' border='0'> Training</div>", "/training.php");
		// =================================================================================================
		var menu5 = ms.addMenu(document.getElementById("navsupport"));
		menu5.addItem("<img src='/images/bullet01.gif' border='0'> <a href='/support.php' class='item'>Support Login</a><br><img src='/images/dot_line_02.gif' border='0'>", "/support-login.php");
		// menu5.addItem("<img src='/images/bullet01.gif' border='0'> <a href='https://secure2.providesupport.com/messenger/messenger/360visibility.htm' target='_blank' class='item'>Live Chat</a><br><img src='/images/dot_line_02.gif' border='0'>", "/");
		menu5.addItem("<div style='width:149px;'><img src='/images/bullet01.gif' border='0'> <a href='https://www302.livemeeting.com/cc/360visibility/loginPage' target='_blank' class='item'>Live Meeting</a><br><img src='/images/dot_line_02.gif' border='0'>", "/");
		// menu5.addItem("<div style='width:149px;'><img src='/images/bullet01.gif' border='0'> Support Plans</div>", "support-plans.php");
		// =================================================================================================
		var menu6 = ms.addMenu(document.getElementById("navnewsevents"));
		menu6.addItem("<img src='/images/bullet01.gif' border='0'> News<br><img src='/images/dot_line_02.gif' border='0'>", "/blog/news/");
		menu6.addItem("<img src='/images/bullet01.gif' border='0'> Events<br><img src='/images/dot_line_02.gif' border='0'>", "/events.php");
		menu6.addItem("<img src='/images/bullet01.gif' border='0'> Webinars<br><img src='/images/dot_line_02.gif' border='0'>", "/webinars.php");
		menu6.addItem("<div style='width:165px;'><img src='/images/bullet01.gif' border='0'> Blog</div>", "/blog/");
		// =================================================================================================
		var menu7 = ms.addMenu(document.getElementById("navdownloads"));
		menu7.addItem("<img src='/images/bullet01.gif' border='0'> Maconomy<br><img src='/images/dot_line_02.gif' border='0'>", "/downloads-maconomy.php");
		menu7.addItem("<img src='/images/bullet01.gif' border='0'> Microsoft Dynamics CRM<br><img src='/images/dot_line_02.gif' border='0'>", "/downloads-dynamics-crm.php");
		menu7.addItem("<img src='/images/bullet01.gif' border='0'> Microsoft Dynamics GP<br><img src='/images/dot_line_02.gif' border='0'>", "/downloads-dynamics-gp.php");
		menu7.addItem("<img src='/images/bullet01.gif' border='0'> Microsoft Dynamics NAV<br><img src='/images/dot_line_02.gif' border='0'>", "/downloads-dynamics-nav.php");
		menu7.addItem("<div style='width:149px;'><img src='/images/bullet01.gif' border='0'> Altigen VoIP</div>", "/downloads-altigen.php");

		TransMenu.renderAll();
	}
