function init()
{
	//Main Menu items:
	menus[0] = new menu(23, "horizontal", 120, 85, -2, -2, "#ffffff", "#E0E2EB", "Verdana,Helvetica", 10, 
		"normal", "normal", "black", "black", 1, "#ffffff", 2, "rollover:images/tri-down2.gif:images/tri-down2.gif", false, true, true, true, 18, true, 0, 0, "");
	menus[0].addItem("http://www.offplanland.com", "", 110, "center", "Home", 0);
	menus[0].addItem("http://www.property250.com/mainsite/newbuildoverseas/", "", 110, "center", "Land Search", 0);
menus[0].addItem("#", "", 110, "center", "Services", 1);
	menus[0].addItem("http://www.offplanland.com/mailinglist.php", "", 110, "center", "Newsletter", 0);
menus[0].addItem("http://www.offplanland.com/contact.php", "", 110, "center", "Contact Us", 0);
menus[0].addItem("http://propertytalkplus.com", "blank", 110, "center", "Forum", 0);
menus[0].addItem("#", "", 70, "center", "Links", 2);
	menus[0].floatMenu(1024, 768, 10, 0);



//Sub Menu for 1st Main Menu Item ("services"):
	menus[1] = new menu(180, "vertical", 0, 0, 0, 0, "#F4F8FD", "#0000A0", "Verdana,Helvetica", 8, "normal", 
		"normal", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("http://www.moneycorp.com/affiliates/microsite/index.cfm?agentid=10007528", "", 22, "left", "Currency Exchange", 0);

//Sub Menu for 2ndd Main Menu Item ("links"):
	menus[2] = new menu(220, "vertical", 0, 0, 0, 0, "#F4F8FD", "#0000A0", "Verdana,Helvetica", 8, "normal", 
		"normal", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");

	menus[2].addItem("http://www.property250.com", "", 22, "left", "Property250", 0);
	menus[2].addItem("http://www.property250.com/holidayproperty/", "", 22, "left", "Direct Holiday Properties", 0);
	menus[2].addItem("http://www.ourturkishlove.com", "", 22, "left", "Our Turkish Love", 0);
menus[2].addItem("http://www.propertytalkplus.com", "", 22, "left", "Property Talk Plus", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.