var Menu = new MenuController(1,"MenuTable","MainMenuItemForeground","MainMenuItemHover","SubMenuTable","SubMenuItemForeground","SubMenuItemHover","","")

	Menu.addMenuItem (1, 0, "http://www.islandvacationproperties.com/rental/query.html", "Vacation Rentals", "http://www.islandvacationproperties.com/images/nav-rentals-off.gif", "http://www.islandvacationproperties.com/images/nav-rentals-over.gif") 	//the line of code below sets the width of the submenu that pops out from the main menuItem above//
	Menu.menuItem[1].submenuX = -15
	Menu.menuItem[1].submenuY = 2
	Menu.menuItem[1].submenuWidth=180

		Menu.addMenuItem (11, 1, "http://www.islandvacationproperties.com/rental/alpha.html", "Rentals List")
		Menu.addMenuItem (12, 1, "http://www.islandvacationproperties.com/rental/query.html", "Rentals Search")
		Menu.addMenuItem (36, 1, "http://www.islandvacationproperties.com/rental/query_p.html", "View All Properties")
		Menu.addMenuItem (13, 1, "http://www.annamariaresorts.com", "Resort Mini-Vacations")
				Menu.menuItem[13].popup = true 
		Menu.addMenuItem (14, 1, "http://www.instantsoftwareonline.com/OwnerLink/Owners/PropertyOwnerLogin.aspx?coid=0805", "Owner Services")
				Menu.menuItem[14].popup = true 

Menu.addMenuItem (2, 0, "http://www.islandvacationproperties.com/special/special.html", "Specials", "http://www.islandvacationproperties.com/images/nav-specials-off.gif", "http://www.islandvacationproperties.com/images/nav-specials-over.gif") 
	
	Menu.addMenuItem (3, 0, "http://www.islandvacationproperties.com/sale/query.html", "Properties for Sale", "http://www.islandvacationproperties.com/images/nav-sales-off.gif", "http://www.islandvacationproperties.com/images/nav-sales-over.gif") 
	Menu.menuItem[3].submenuX = -15
	Menu.menuItem[3].submenuY = 2
	Menu.menuItem[3].submenuWidth=180

		Menu.addMenuItem (31, 3, "http://www.islandvacationproperties.com/sale/query.html", "Sales Gallery")
		Menu.addMenuItem (32, 3, "http://www.islandvacationproperties.com/sale/alpha.html", "Properties By Name")

		Menu.addMenuItem (33, 3, "http://www.islandvacationproperties.com/sales_mls.htm", "Manatee Co. Properties for Sale")

		Menu.addMenuItem (34, 3, "http://www.islandvacationproperties.com/concierge/index.html?CA=Buyer", "Buyer Resources")

		Menu.addMenuItem (35, 3, "http://www.islandvacationproperties.com/concierge/index.html?CA=Seller", "Seller Resources")
	
	Menu.addMenuItem (4, 0, "http://www.islandvacationproperties.com/concierge/index.html?CA=Vacation", "Local Links", "http://www.islandvacationproperties.com/images/nav-conc-off.gif", "http://www.islandvacationproperties.com/images/nav-conc-over.gif") 

	Menu.addMenuItem (5, 0, "http://www.islandvacationproperties.com/event/", "Current Events", "http://www.islandvacationproperties.com/images/nav-events-off.gif", "http://www.islandvacationproperties.com/images/nav-events-over.gif") 

	Menu.addMenuItem (6, 0, "http://www.islandvacationproperties.com/attractions.htm", "Area Attractions & Info", "http://www.islandvacationproperties.com/images/nav-attr-off.gif", "http://www.islandvacationproperties.com/images/nav-attr-over.gif") 

	Menu.addMenuItem (7, 0, "http://www.islandvacationproperties.com/aboutus.htm", "About Us", "http://www.islandvacationproperties.com/images/nav-about-off.gif", "http://www.islandvacationproperties.com/images/nav-about-over.gif") 
	Menu.menuItem[7].submenuX = -15
	Menu.menuItem[7].submenuY = 2
	Menu.menuItem[7].submenuWidth=180

		Menu.addMenuItem (71, 7, "http://www.islandvacationproperties.com/agents.htm", "Our Agents")
	
	Menu.addMenuItem (8, 0, "http://www.islandvacationproperties.com/contact/index.html", "Contact Us", "http://www.islandvacationproperties.com/images/nav-contact-off.gif", "http://www.islandvacationproperties.com/images/nav-contact-over.gif") 
		
	Menu.addMenuItem (9, 0, "http://www.islandvacationproperties.com/rentalterms.htm", "Rental Terms &amp; Conditions", "http://www.islandvacationproperties.com/images/nav-rent-off.gif", "http://www.islandvacationproperties.com/images/nav-rent-over.gif") 
		

