	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.right, 170, -50, mtDropDown.reference.bottomLeft);

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("&nbsp;&#8226;&nbsp;Proven Effective Solution", "../why-property-investment/index.php");
		menu6.addItem("&nbsp;&#8226;&nbsp;Develop Property Investment Strategy", "../investment-properties/index.php");
		menu6.addItem("&nbsp;&#8226;&nbsp;Property Portfolio review", "../investment-portfolio/index.php");
		menu6.addItem("&nbsp;&#8226;&nbsp;Listen to Property Investment Advice", "../its-a-totally-different-game/index.php");
		menu6.addItem("&nbsp;&#8226;&nbsp;Online Quiz", "../why-property-investment/game.php");		

		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("&nbsp;&#8226;&nbsp;Play A Different Mortgage Game", "../loanfor3properties-finance/index.php");
		menu7.addItem("&nbsp;&#8226;&nbsp;Best Mortgage", "../home-loans/index.php");
		menu7.addItem("&nbsp;&#8226;&nbsp;Commercial Loans", "../commerical-loans/index.php");
		menu7.addItem("&nbsp;&#8226;&nbsp;Can You Save More", "../could-i-save-more/index.php");	
		menu7.addItem("&nbsp;&#8226;&nbsp;Make Appointment", "../make-an-appointment/index.php");	

		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("&nbsp;&#8226;&nbsp;What Clients Say About Us", "../ask-our-clients/index.php");
		
		var menu9 = ms.addMenu(document.getElementById("menu9"));
		menu9.addItem("&nbsp;&#8226;&nbsp;Reach Your Goal Faster", "../become-a-member/index.php");
		menu9.addItem("&nbsp;&#8226;&nbsp;Upcoming Seminars", "../become-a-member/upcoming-seminars.php");
		menu9.addItem("&nbsp;&#8226;&nbsp;Newsletters", "../become-a-member/newsletters.php");		

		mtDropDown.renderAll();
	}
