var about_us={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
about_us.items=[
	["Contact Us", "contact.aspx", ""],
	["FAQ", "faq.aspx", ""],
	["Feedback", "feedback.aspx", ""],
	["Site Contents", "table_of_contents.aspx", ""] //no comma following last entry!
]

var weather={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
weather.items=[
	["Weather", "http://www.weather.com/outlook/travel/businesstraveler/local/MXSR0096", "_blank"],
	["Tide Calendar", "http://tbone.biol.sc.edu/tide/tideshow.cgi?site=Puerto+Penasco%2C+Sonora%2C+Mexico;type=graph;glen=3;fontsize=-2", "_blank"] //no comma following last entry!
]


var services={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
services.items=[
	["Car Insurance", "http://web2web.mexicoinsuranceonline.com/index.cgi?agentcode=DEKACF;", "_blank"],
	["Home Insurance", "https://sb.iigins.com/mexico-home-owners/quote/quote_step_1.mhtml?&aff_id=3732;", "_blank"],
	["Cell Phone Rentals", "cellphone_rental.aspx", ""],
	["Massage Service", "massage_service.aspx", ""],
	["Fishing", "http://www.hammerscuba.com", "_blank"],
	["Scuba Diving", "http://www.hammerscuba.com", "_blank"]//no comma following last entry!
]


var accommodations={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
accommodations.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
accommodations.items=[
	["Searches", "", ""],
	["Advanced Search", "advanced_search.aspx", ""],
	["All Properties", "property_list.aspx?L=all", ""],
	["On the Beach", "property_list.aspx?L=beachfront", ""],
	["Homes", "property_list.aspx?L=home", ""],
	["Town Homes", "property_list.aspx?L=townhome", ""],
	["Condos/Resorts", "property_list.aspx?L=condo", "", "efc"],
	
	["Locations", "", ""],
	["Casa Blanca Golf Villas", "property_list.aspx?L=Casa Blanca Golf Villas", ""],
    ["Corona del Mar", "property_list.aspx?L=Corona del Mar", ""],
	["Corona del Sol", "property_list.aspx?L=Corona del Sol", ""],
	["Costa Diamante", "property_list.aspx?L=Costa Diamante", ""],
	["Laguna del Mar", "property_list.aspx?L=Laguna del Mar", ""],
    ["Laguna Shores", "property_list.aspx?L=Laguna Shores", ""],
	["Las Conchas", "property_list.aspx?L=Las Conchas", ""],
	["Las Palmas", "property_list.aspx?L=Las Palmas", ""],
	["Playa Encanto", "property_list.aspx?L=Playa Encanto", ""],
	["Playa Mirador", "property_list.aspx?L=Playa Mirador", ""],
	["Princesa", "property_list.aspx?L=Princesa", ""],
	["Sonoran Sea", "property_list.aspx?L=Sonoran Sea", ""],
	["Sonoran Spa", "property_list.aspx?L=Sonoran Spa", "", ""],
	["Tessoro at Las Conchas", "property_list.aspx?L=Tessoro at Las Conchas", "", "efc"],
	
	["Suites", "", ""],
	["Hacienda del Mar", "hacienda_del_mar_default.aspx", ""],
	["Mayan Palace", "resort_mayan_palace_default.aspx", ""],
	["Vistas de las Olas", "vistas_de_las_olas.aspx", "", "efc"] //no comma following last entry!
]


