
				// 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, 0, 4, TransMenu.reference.bottomLeft);
			
					//==================================================================================================
					// create a dropdown menu
					//==================================================================================================
					// the first parameter should be the HTML element which will act actuator for the menu
					//==================================================================================================
			
					
				
				var menu1 = ms.addMenu(document.getElementById("menu1"));
				
				menu1.addItem("<span >&raquo;</span>&nbsp;History", "http://www.musat.ro/about-us/8/History.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;Awards & Achievements", "http://www.musat.ro/about-us/834/Awards-Achievements.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;Terralex", "http://www.musat.ro/about-us/11/Terralex.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;TAGLaw", "http://www.musat.ro/about-us/1030/TAGLaw.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;Our Philosophy", "http://www.musat.ro/about-us/9/Our-philosophy.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;Ethics & Confidentiality", "http://www.musat.ro/about-us/10/Ethics-confidentiality.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;Serving Our Clients", "http://www.musat.ro/about-us/790/Serving-Our-Clients.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;Our Structure Of Work", "http://www.musat.ro/about-us/791/Our-Structure-of-Work.html");
				
				menu1.addItem("<span >&raquo;</span>&nbsp;Memberships & Partnerships", "http://www.musat.ro/about-us/902/Memberships-Partnerships.html");
				
				var menu2 = ms.addMenu(document.getElementById("menu2"));
				
				menu2.addItem("<span >&raquo;</span>&nbsp;Partners", "http://www.musat.ro/attorneys/partners");
				
				menu2.addItem("<span >&raquo;</span>&nbsp;Associates", "http://www.musat.ro/attorneys/associates");
				
				var menu3 = ms.addMenu(document.getElementById("menu3"));
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Corporate & Commercial", "http://www.musat.ro/expertise/1/Corporate-commercial.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Natural Resources", "http://www.musat.ro/expertise/835/Natural-Resources.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Mergers & Acquisitions / Privatisation", "http://www.musat.ro/expertise/2/Mergers-Acquisitions-Privatisation.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Banking & Finance", "http://www.musat.ro/expertise/3/Banking-finance.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Public Private Partnerships & Concession Law", "http://www.musat.ro/expertise/789/Public-private-partnerships-concession-law.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Energy", "http://www.musat.ro/expertise/4/Energy.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Telecom, IT & Media", "http://www.musat.ro/expertise/5/Telecom-IT-Media.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Competition", "http://www.musat.ro/expertise/12/Competition.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Intellectual Property", "http://www.musat.ro/expertise/13/Intellectual-Property.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Real Estate & Construction", "http://www.musat.ro/expertise/14/Real-Estate-Construction.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Shipping, Aviation & Transport", "http://www.musat.ro/expertise/16/Shipping-Aviation-Transport.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Insurance", "http://www.musat.ro/expertise/17/Insurance.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Labour & Employee Benefits", "http://www.musat.ro/expertise/18/Labour-Employee-Benefits.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Capital Markets & Securities", "http://www.musat.ro/expertise/19/Capital-Markets-Securities.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Taxation", "http://www.musat.ro/expertise/20/Taxation.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Litigation & Arbitration", "http://www.musat.ro/expertise/21/Litigation-Arbitration.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Regulatory Legal Services", "http://www.musat.ro/expertise/22/Regulatory-Legal-Services.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Advertising", "http://www.musat.ro/expertise/23/Advertising.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Technical Assistance Programs", "http://www.musat.ro/expertise/24/Technical-Assistance-Programs.html");
				
				menu3.addItem("<span >&raquo;</span>&nbsp;Environment", "http://www.musat.ro/expertise/26/Environment.html");
				
				var menu4 = ms.addMenu(document.getElementById("menu4"));
				
				menu4.addItem("<span >&raquo;</span>&nbsp;Newsletter", "http://www.musat.ro/publications/14/Newsletter.html");
				
				var menu414 = menu4.addMenu(menu4.items[0]);
				
				menu414.addItem("<span >&raquo;</span>&nbsp;Romanian", "http://www.musat.ro/publications/19/romanian.html");
				
				menu414.addItem("<span >&raquo;</span>&nbsp;English", "http://www.musat.ro/publications/20/english.html");
				
				menu414.addItem("<span >&raquo;</span>&nbsp;French", "http://www.musat.ro/publications/21/french.html");
				
				menu414.addItem("<span >&raquo;</span>&nbsp;German", "http://www.musat.ro/publications/22/german.html");
				if (window.location.href.indexOf('debug') >= 0)
				menu4.addItem("<span >&raquo;</span>&nbsp;Competition & IP Newsletter", "http://www.musat.ro/publications/29/Competition-IP-newsletter.html");
				if (window.location.href.indexOf('debug') >= 0)
				var menu429 = menu4.addMenu(menu4.items[1]);
				if (window.location.href.indexOf('debug') >= 0)
				menu429.addItem("<span >&raquo;</span>&nbsp;English", "http://www.musat.ro/publications/30/English.html");
				
				menu4.addItem("<span >&raquo;</span>&nbsp;Doing Business In Romania", "http://www.musat.ro/publications/15/Doing-Business-in-Romania.html");
				
				menu4.addItem("<span >&raquo;</span>&nbsp;Published Articles", "http://www.musat.ro/publications/16/Published-Articles.html");
				
				menu4.addItem("<span >&raquo;</span>&nbsp;Corporate Brochure", "http://www.musat.ro/publications/17/Corporate-Brochure.html");
				
				var menu5 = ms.addMenu(document.getElementById("menu5"));
				
				menu5.addItem("<span >&raquo;</span>&nbsp;Recent News", "http://www.musat.ro/news/recent-news");
				
				menu5.addItem("<span >&raquo;</span>&nbsp;Archive", "http://www.musat.ro/news/archive");
				
				var menu25 = ms.addMenu(document.getElementById("menu25"));
				
				menu25.addItem("<span >&raquo;</span>&nbsp;General Contact", "http://www.musat.ro/contact/26/General-Contact.html");
				
				menu25.addItem("<span >&raquo;</span>&nbsp;Direct Contact", "http://www.musat.ro/contact/27/Direct-Contact.html");
			
					
			
					TransMenu.renderAll();
				}
			