	// 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.
	
		//==================================================================================================
		// 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 mtDropDownSet(mtDropDown.direction.down, 0, 2, mtDropDown.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================
		// add a sub-menu
		//==================================================================================================
		// to add a sub menu to an existing menu object, call it's addMenu method and pass it the item from
		// the parent menu which should act as it's actuator. To add a submenu to the fourth item of a menu
		// called "theMenu", you would do theMenu.addMenu(theMenu.items[3])
		//==================================================================================================
		// submenu example
		//var subMenu1 = menu1.addMenu(menu1.items[1]);
		//subMenu1.addItem("<b>&raquo;</b> sublink", "#");
		//subMenu1.addItem("<b>&raquo;</b> sublink", "#");
		
		// menu1 : Makelaardij
		var menu1 = ms.addMenu(document.getElementById("menu1"));
//		menu1.addItem("<b>&raquo;</b> Makelaardij actueel", "mak_actie.asp");
		menu1.addItem("<b>&raquo;</b> Aanbod woningen", "mak_woningen.asp");
		menu1.addItem("<b>&raquo;</b> Aanbod nieuwbouw", "mak_nieuwbouw.asp");
		menu1.addItem("<b>&raquo;</b> Zoekopdracht geven", "mak_zoekformulier.asp");

		var subMenu1 = menu1.addMenu(menu1.items[2]);
		subMenu1.addItem("<b>&raquo;</b> Woningen", "mak_zoekformulier.asp");
		subMenu1.addItem("<b>&raquo;</b> Bedrijfs onroerend goed", "mak_zoekformulier_bog.asp");

		menu1.addItem("<b>&raquo;</b> Aankoopbegeleiding", "mak_aankoopbegeleiding.asp");
		menu1.addItem("<b>&raquo;</b> Taxaties", "mak_taxaties.asp");
		menu1.addItem("<b>&raquo;</b> Gedragscode NVM Makelaars", "mak_gedragscode.asp");
		menu1.addItem("<b>&raquo;</b> Bedrijf Onroerend Goed", "mak_bedr.asp");

		var subMenu1 = menu1.addMenu(menu1.items[6]);
		subMenu1.addItem("<b>&raquo;</b> Aanbod Winkels", "mak_bedr_winkels.asp");
		subMenu1.addItem("<b>&raquo;</b> Aanbod Kantoren", "mak_bedr_kantoren.asp");
		subMenu1.addItem("<b>&raquo;</b> Aanbod bedrijfspanden", "mak_bedr_bedrijfspanden.asp");

		menu1.addItem("<b>&raquo;</b> Links", "mak_links.asp");
		menu1.addItem("<b>&raquo;</b> Maak nu een afspraak", "contact.asp");

		// menu2 : Hypotheek
		var menu2 = ms.addMenu(document.getElementById("menu2"));
//		menu2.addItem("<b>&raquo;</b> Hypotheek actueel", "hypo_actueel.asp");
//		menu2.addItem("<b>&raquo;</b> Huis & Hypotheek", "hypo_huisenhypo.asp");
		menu2.addItem("<b>&raquo;</b> Aankoopbegeleiding", "hypo_aankoopbegeleiding.asp");
		menu2.addItem("<b>&raquo;</b> On-line offerte aanvraag", "hypo_offerte.asp");
		menu2.addItem("<b>&raquo;</b> Taxaties", "hypo_taxaties.asp");
		menu2.addItem("<b>&raquo;</b> Maak nu een afspraak", "contact.asp");
		
		// menu3 : Nieuws
//		var menu3 = ms.addMenu(document.getElementById("menu3"));
//		menu3.addItem("<b>&raquo;</b> Actueel", "nieuws_nieuws.asp");
//		menu3.addItem("<b>&raquo;</b> Actueel makelaardij", "mak_actie.asp");
//		menu3.addItem("<b>&raquo;</b> Actueel hypotheken", "hypo_actueel.asp");
//		menu3.addItem("<b>&raquo;</b> Actueel verzekeringen", "verz_actie.asp");
//		menu3.addItem("<b>&raquo;</b> Actueel bankzaken", "bank_actie.asp");
//		menu3.addItem("<b>&raquo;</b> Nieuwsarchief", "nieuws_archief.asp");
//		menu3.addItem("<b>&raquo;</b> OZP Krant", "nieuws_krant.asp");
//		menu3.addItem("<b>&raquo;</b> Maak nu een afspraak", "contact.asp");
//				
		// menu4 : Verzekeringen
		var menu4 = ms.addMenu(document.getElementById("menu4"));
//		menu4.addItem("<b>&raquo;</b> Verzekeringen actueel", "verz_actie.asp");
		menu4.addItem("<b>&raquo;</b> Verzekeringen (Particulier)", "verz_verz.asp");
		menu4.addItem("<b>&raquo;</b> Verzekeringen (Bedrijven)", "verz_bedr.asp");
//		menu4.addItem("<b>&raquo;</b> Online offerte aanvraag", "verz_offerte.asp");
		
//		var subMenu4 = menu4.addMenu(menu4.items[3]);
//		subMenu4.addItem("<b>&raquo;</b> Particulieren", "verz_offerte.asp");
//		subMenu4.addItem("<b>&raquo;</b> Bedrijven", "verz_bedr_offerte.asp");

		menu4.addItem("<b>&raquo;</b> Dienstenwijzer OZP Financieel Adviseurs", "verz_gedragscode.asp");
//		menu4.addItem("<b>&raquo;</b> Mijn verzekeringen", "verz_mijnverz.asp");
		menu4.addItem("<b>&raquo;</b> On-line formulieren", "verz_schadeform.asp");
		menu4.addItem("<b>&raquo;</b> Maak nu een afspraak", "contact.asp");
//		menu4.addItem("<b>&raquo;</b> On-line afsluiten", "verz_verz_online.asp");
		
		// menu5 : Bankzaken
		//var menu5 = ms.addMenu(document.getElementById("menu5"));
//		menu5.addItem("<b>&raquo;</b> Bank actueel", "bank_actie.asp");
		//menu5.addItem("<b>&raquo;</b> SNS Regio bank", "bank_sns.asp");
		//menu5.addItem("<b>&raquo;</b> Maak nu een afspraak", "contact.asp");
		
		
		// menu6 : Over Ons
		var menu6 = ms.addMenu(document.getElementById("menu6"));
//		menu6.addItem("<b>&raquo;</b> OZP Actueel", "over_actie.asp");
		menu6.addItem("<b>&raquo;</b> Locatie en route", "cont_route.asp");
		menu6.addItem("<b>&raquo;</b> Onze diensten", "over_diensten.asp");
		menu6.addItem("<b>&raquo;</b> Wie is wie", "over_wie.asp");
		menu6.addItem("<b>&raquo;</b> Maak nu een afspraak", "contact.asp");

			
		
				
		//==================================================================================================
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		mtDropDown.renderAll();
	

