﻿function showToolbar()
{
	menu = new Menu();

	mstyle = new MenuStyle();
	mstyle.idName = "SmartMenu";
	mstyle.idStyle = "horizontal";
	mstyle.position = "absolute";
	mstyle.bVisible = true;
	mstyle.cellSpacing = 0;
	mstyle.mainMenuWidth = "100%";
        mstyle.bgColor = "B22222";
        mstyle.fgColor = "B22222";

	menu.newMenu(mstyle);
	menu.addItem("SmartMenu", "idHome", 1, "Home", "Back to MOM's home!",  "http://www.maps-of-mexico.com", null, "SmartSubMenu8", 0);
	menu.addItem("SmartMenu", "Search5", 1, "Virtual city tours", "Virtual tours of the major city tourist destinations of Mexico!", "http://www.maps-of-mexico.com/Mexico_thumbnail_panoramic_photo_gallery.shtml", null, "SmartSubMenu6", 0);
	menu.addItem("SmartMenu", "Search", 1, "Country maps", "3 Basic Country maps w/ State & Mapquest maps!", null, null, "SmartSubMenu", 0);
	menu.addItem("SmartMenu", "Search2", 1, "State maps", "Detailed, maps of the 31 Mexican states & the D.F.!", "http://www.maps-of-mexico.com/mexico_states.shtml", null, "SmartSubMenu2", 0);
	menu.addItem("SmartMenu", "Search15", 1, "Photographs", "Panoramic, still & thumbnail photograph galleries of Mexico!", null, null, "SmartSubMenu15", 0);
	menu.addItem("SmartMenu", "Search25", 1, "Weather", "Mexico weather forecasts & average/record temperatures!", "http://www.maps-of-mexico.com/mexico-weather/mexico-weather.shtml", null, "SmartSubMenu25", 0);
	menu.addItem("SmartMenu", "Search75", 1, "Shopping", "Maps, guidebooks, hotel & airline reservations & more!", null, null, "SmartSubMenu75", 0);
	menu.addItem("SmartMenu", "Search225", 1, "Tools", "Useful tools for travelers!", null, null, "SmartSubMenu225", 0);
	menu.addItem("SmartMenu", "Search115", 1, "Search", "Search our web site!", "http://www.maps-of-mexico.com/search.shtml", null, "SmartSubMenu95", 0);
	menu.addItem("SmartMenu", "Search55", 1, "Contact Us", "Maps of Mexico contact information!", "http://www.maps-of-mexico.com/contact_info.shtml", null, "SmartSubMenu85", 0);
	menu.addItem("SmartMenu", "Search56", 1, "Hotels", "Reserve your hotel online!", "http://www.maps-of-mexico.com/hotels/", null, "SmartSubMenu57", 0);

///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu8";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu8", "home1", 2, "Espa&ntilde;ol", "Click aqui para ir a la pagina en espa?ol!", "http://www.mapas-de-mexico.com", null, null, 0);

///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu6";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu6", "cities1", 2, "Cities A-I", "Virtual city tours index!", "http://www.maps-of-mexico.com/Mexico_thumbnail_panoramic_photo_gallery.shtml", null, "SmartSubMenu10", 1);
menu.addItem("SmartSubMenu6", "cities2", 2, "Cities M-Z", "Virtual city tours index!", "http://www.maps-of-mexico.com/Mexico_thumbnail_panoramic_photo_gallery.shtml", null, "SmartSubMenu11", 1);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu10";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu10", "city6669", 3, "World tours", "Click here for an interactive maps of the world!",  "http://www.maps-of-mexico.com/world-virtual-tours.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city1", 3, "Acapulco", "Click here for an interactive map of Acapulco, Mexico!",  "http://www.maps-of-mexico.com/acapulco_mexico_map.shtml", null, null, 2);
menu.addItem("SmartSubMenu10", "city3", 3, "Cancun", "Click here for an interactive map of Cancun, Mexico!",  "http://www.maps-of-mexico.com/cancun_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city56", 3, "Colima", "Click here for an interactive map of Colima, Mexico!",  "http://www.maps-of-mexico.com/colima_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city6", 3, "Cozumel", "Click here for an interactive map of Cozumel, Mexico!",  "http://www.maps-of-mexico.com/cozumel_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city8", 3, "Guadalajara", "Click here for an interactive map of Guadalajara, Mexico!",  "http://www.maps-of-mexico.com/guadalajara_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city10", 3, "Huatulco", "Click here for an interactive map of Huatulco, Mexico!",  "http://www.maps-of-mexico.com/huatulco_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city11", 3, "Isla Mujeres", "Click here for an interactive map of Isla Mujeres, Mexico!",  "http://www.maps-of-mexico.com/isla_mujeres_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city11-2", 3, "Ixtapa", "Click here for an interactive map of Ixtapa, Mexico!",  "http://www.maps-of-mexico.com/Ixtapa_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city12", 3, "La Paz", "Click here for an interactive map of La Paz, Mexico!",  "http://www.maps-of-mexico.com/la_paz_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu10", "city13", 3, "Loreto", "Click here for an interactive map of Loreto, Mexico!",  "http://www.maps-of-mexico.com/loreto_mexico_map.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu11";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu11", "city1-1", 3, "Manzanillo", "Click here for an interactive map of Manzanillo, Mexico!",  "http://www.maps-of-mexico.com/Manzanillo_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu11", "city2-1", 3, "Mazatlan", "Click here for an interactive map of Mazatlan, Mexico!",  "http://www.maps-of-mexico.com/mazatlan-map-interactive/panoramas/mazatlan-mexico-map-panoramic-interactive.shtml", null, null, 0);
menu.addItem("SmartSubMenu11", "city3-1", 3, "Merida", "Click here for an interactive map of Merida, Mexico!",  "http://www.maps-of-mexico.com/merida_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu11", "city3-2", 3, "Mulege", "Click here for an interactive map of Mulege, Mexico!",  "http://www.maps-of-mexico.com/mulege_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu11", "city6-1", 3, "Oaxaca", "Click here for an interactive map of Oaxaca, Mexico!",  "http://www.maps-of-mexico.com/oaxaca_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu11", "city8-1", 3, "Puerto Vallarta", "Click here for an interactive map of Puerto Vallarta, Mexico!",  "http://www.maps-of-mexico.com/Puerto_Vallarta_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu11", "city9-1", 3, "San Jose del Cabo", "Click here for an interactive map of San Jose del Cabo, Mexico!",  "http://www.maps-of-mexico.com/san_jose_del_cabo_mexico_map.shtml", null, null, 0);

///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu", "Searchs1", 2, "Global View", "Click here to see Mexico on the globe!",  "http://www.maps-of-mexico.com/mexico_global.shtml", null, null, 0);
menu.addItem("SmartSubMenu", "Searchs2", 2, "Continent View", "Click here to see North & South American continents!",  "http://www.maps-of-mexico.com/mexico_continent.shtml", null, null, 0);
menu.addItem("SmartSubMenu", "Searchs3", 2, "Country View", "Click here to see the basic Country map!",  "http://www.maps-of-mexico.com/mexico_country.shtml", null, null, 0);
menu.addItem("SmartSubMenu", "Searchs4", 2, "State maps", "Click here to see the detailed 31 states & the D.F.!",  "http://www.maps-of-mexico.com/mexico_states.shtml", null, null, 0);
menu.addItem("SmartSubMenu", "Searchs5", 2, "Mapquest maps", "Click here to see our 90 Mapquest city maps!",  "http://www.maps-of-mexico.com/mapquest.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu2";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu2", "Searchss36", 2, "INDEX", "Mexico state maps INDEX" , "http://www.maps-of-mexico.com/mexico_states.shtml", null, null, 1);
menu.addItem("SmartSubMenu2", "Searchss33", 2, "States A - D", "Mexico states index page!", "http://www.maps-of-mexico.com/mexico_states.shtml", null, "SmartSubMenu3", 1);
menu.addItem("SmartSubMenu2", "Searchss34", 2, "States G - O", "Mexico states index page!", "http://www.maps-of-mexico.com/mexico_states.shtml", null, "SmartSubMenu4", 1);
menu.addItem("SmartSubMenu2", "Searchss35", 2, "States P - Z", "Mexico states index page!", "http://www.maps-of-mexico.com/mexico_states.shtml",  null, "SmartSubMenu5", 1);
/////////////////// 
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu3";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu3", "Searchss1", 3, "Aguascalientes", "Click here for a detailed Aguascalientes, Mexico state map!",  "http://www.maps-of-mexico.com/ags/aguascalientes-mexico-map-main.shtml", null, null, 2);
menu.addItem("SmartSubMenu3", "Searchss2", 3, "Baja California", "Click here for a detailed Baja California, Mexico state map!",  "http://www.maps-of-mexico.com/baja-california-norte-mexico/baja-california-norte-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss3", 3, "Baja California Sur", "Click here for a detailed Baja California Sur, Mexico state map!",  "http://www.maps-of-mexico.com/baja-california-sur-mexico/baja-california-sur-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss4", 3, "Campeche", "Click here for a detailed Campeche, Mexico state map!",  "http://www.maps-of-mexico.com/campeche-state-mexico/campeche-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss5", 3, "Chiapas", "Click here for a detailed Chiapas, Mexico state map!",  "http://www.maps-of-mexico.com/chiapas-state-mexico/chiapas-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss6", 3, "Chihuahua", "Click here for a detailed Chihuahua, Mexico state map!",  "http://www.maps-of-mexico.com/chihuahua-state-mexico/chihuahua-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss7", 3, "Coahuila", "Click here for a detailed Coahuila, Mexico state map!",  "http://www.maps-of-mexico.com/coauhila-state-mexico/coahuila-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss8", 3, "Colima", "Click here for a detailed Colima, Mexico state map!",  "http://www.maps-of-mexico.com/colima-state-mexico/colima-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss9", 3, "Distrito Federal", "Click here for a detailed Distrito Federal, Mexico map!",  "http://www.maps-of-mexico.com/distrito-federal-df-mexico/mexico-df-distrito-federal-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu3", "Searchss10", 3, "Durango", "Click here for a detailed Durango, Mexico state map!",  "http://www.maps-of-mexico.com/durango-state-mexico/durango-state-mexico-map-main.shtml", null, null, 0);
//////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu4";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu3", "Searchss11", 3, "Guanajuato", "Click here for a detailed Guanajuato, Mexico state map!",  "http://www.maps-of-mexico.com/guanajuato-state-mexico/guanajuato-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss12", 3, "Guerrero", "Click here for a detailed Guerrero, Mexico state map!",  "http://www.maps-of-mexico.com/guerrero-state-mexico/guerrero-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss13", 3, "Hidalgo ", "Click here for a detailed Hidalgo, Mexico state map!",  "http://www.maps-of-mexico.com/hidalgo-state-mexico/hidalgo-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss14", 3, "Jalisco", "Click here for a detailed Jalisco, Mexico state map!",  "http://www.maps-of-mexico.com/jalisco-state-mexico/jalisco-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss15", 3, "Mexico State", "Click here for a detailed Mexico state, Mexico map!",  "http://www.maps-of-mexico.com/mexico-state-mexico/mexico_state_map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss16", 3, "Michoac?n", "Click here for a detailed Michoac?n, Mexico state map!",  "http://www.maps-of-mexico.com/michoacan-state-mexico/michoacan-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss17", 3, "Morelos ", "Click here for a detailed Morelos, Mexico state map!",  "http://www.maps-of-mexico.com/morelos-state-mexico/morelos-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss18", 3, "Nayarit", "Click here for a detailed Nayarit, Mexico state map!",  "http://www.maps-of-mexico.com/nayarit-state-mexico/nayarit-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss19", 3, "Nuevo Le?n", "Click here for a detailed Nuevo Le?n, Mexico state map!",  "http://www.maps-of-mexico.com/nuevo-leon-state-mexico/nuevo-leon-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu4", "Searchss20", 3, "Oaxaca", "Click here for a detailed Oaxaca, Mexico state map!",  "http://www.maps-of-mexico.com/oaxaca-state-mexico/oaxaca-state-mexico-map-main.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu5";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu5", "Searchss21", 3, "Puebla", "Click here for a detailed Puebla, Mexico state map!",  "http://www.maps-of-mexico.com/puebla-state-mexico/puebla-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss22", 3, "Quer?taro", "Click here for a detailed Quer?taro, Mexico state map!",  "http://www.maps-of-mexico.com/queretaro-state-mexico/queretaro-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss23", 3, "Quintana Roo", "Click here for a detailed Quintana Roo, Mexico state map!",  "http://www.maps-of-mexico.com/quintana-roo-state-mexico/quintana-roo-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss24", 3, "San Luis Potos?", "Click here for a detailed San Luis Potos?, Mexico state map!",  "http://www.maps-of-mexico.com/san-luis-potosi-state-mexico/san-luis-potosi-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss25", 3, "Sinaloa", "Click here for a detailed Sinaloa, Mexico state map!",  "http://www.maps-of-mexico.com/sinaloa-state-mexico/sinaloa-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss26", 3, "Sonora", "Click here for a detailed Sonora, Mexico state map!",  "http://www.maps-of-mexico.com/sonora-state-mexico/sonora-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss27", 3, "Tabasco", "Click here for a detailed Tabasco, Mexico state map!",  "http://www.maps-of-mexico.com/tabasco-state-mexico/tabasco-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss28", 3, "Tamaulipas", "Click here for a detailed Tamaulipas, Mexico state maps!",  "http://www.maps-of-mexico.com/tamaulipas-state-mexico/tamaulipas_mexico_map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss29", 3, "Tlaxcala", "Click here for a detailed Tlaxcala, Mexico state map!",  "http://www.maps-of-mexico.com/tlaxcala-state-mexico/tlaxcala-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss30", 3, "Veracruz", "Click here for a detailed Veracruz, Mexico state map!",  "http://www.maps-of-mexico.com/veracruz-state-mexico/veracruz-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss31", 3, "Yucat?n ", "Click here for a detailed Yucat?n, Mexico state map!",  "http://www.maps-of-mexico.com/yucatan-state-mexico/yucatan-state-mexico-map-main.shtml", null, null, 0);
menu.addItem("SmartSubMenu5", "Searchss32", 3, "Zacatecas", "Click here for a detailed Zacatecas, Mexico state map!",  "http://www.maps-of-mexico.com/zacatecas-state-mexico/zacatecas-state-mexico-map-main.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu15";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu15", "Photogallery01", 2, "Thumbnail gallery", "Click here for the 1,500+ thumbnail photo gallery!",  "http://www.maps-of-mexico.com/picture-of-mexico.shtml", null, "SmartSubMenu101", 1);
menu.addItem("SmartSubMenu15", "Photogallery1", 2, "Panoramic gallery", "Click here for the 450+ Pano photo gallery!",  "http://www.maps-of-mexico.com/Mexico_thumbnail_panoramic_photo_gallery.shtml", null, "SmartSubMenu16", 1);
menu.addItem("SmartSubMenu15", "Photogallery2", 2, "Still image gallery", "Click here for 2,416+ still image photo gallery!",  "http://www.maps-of-mexico.com/mexico-picture.shtml", null, "SmartSubMenu20", 1);
menu.addItem("SmartSubMenu15", "Photogallery3", 2, "Desktop themes", "Click here for desktop themes of Mexico!", null, null, "SmartSubMenu21", 1);
menu.addItem("SmartSubMenu15", "Photogallery4", 2, "Screen savers", "Click here for screen savers of Mexico!", null, "SmartSubMenu22", 1);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu16";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu16", "interactivecities1", 3, "Cities A-L", "Click here for Virtual city tours A-I of Mexico!",  "http://www.maps-of-mexico.com/Mexico_thumbnail_panoramic_photo_gallery.shtml", null, "SmartSubMenu17", 1);
menu.addItem("SmartSubMenu16", "interactivecities2", 3, "Cities M-Z", "Click here for Virtual city tours M-Z of Mexico!",  "http://www.maps-of-mexico.com/Mexico_thumbnail_panoramic_photo_gallery.shtml", null, "SmartSubMenu18", 1);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu17";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu17", "icity1", 4, "Acapulco", "Click here for the Acapulco Mexico virtual city tour!", "http://www.maps-of-mexico.com/Acapulco_mexico_Gallery.shtml", null, "SmartSubMenu171", 1);
menu.addItem("SmartSubMenu17", "icity2", 4, "Cabo San Lucas", "Click here for the Cabo San Lucas Mexico virtual city tour!",  "http://www.maps-of-mexico.com/the_corridor__mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity3", 4, "Cancun", "Click here for the Cancun Mexico virtual city tour!",  "http://www.maps-of-mexico.com/Cancun_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity4", 4, "Chiapas", "Click here for the Chiapas virtual city tour!",  "http://www.maps-of-mexico.com/chiapas_mexico.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity5", 4, "Colima", "Click here for the Colima virtual city tour!",  "http://www.maps-of-mexico.com/Colima_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity6", 4, "Cozumel", "Click here for the Cozumel virtual city tour!",  "http://www.maps-of-mexico.com/cozumel_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity7", 4, "Cuernavaca", "Click here for the Cuernavaca virtual city tour!",  "http://www.maps-of-mexico.com/coming_soon.shtml" , null, null, 0);
menu.addItem("SmartSubMenu17", "icity8", 4, "Guadalajara", "Click here for the Guadalajara virtual city tour!", "http://www.maps-of-mexico.com/Guadalajara_mexico_Gallery.shtml",  null, "SmartSubMenu172", 1);
menu.addItem("SmartSubMenu17", "icity11", 4, "Isla Mujeres", "Click here for the Isla Mujeres virtual city tour!",  "http://www.maps-of-mexico.com/isla_mujeres_mexico_gallery.shtml" , null, null, 0);
menu.addItem("SmartSubMenu17", "icity10", 4, "Ixtapa", "Click here for the Ixtapa virtual city tour!",  "http://www.maps-of-mexico.com/Ixtapa_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity12", 4, "La Paz", "Click here for the La Paz virtual city tour!",  "http://www.maps-of-mexico.com/La_Paz_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity13", 4, "The Corridor", "Click here for the The Corridor virtual city tour!",  "http://www.maps-of-mexico.com/the_corridor__mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu17", "icity14", 4, "Loreto", "Click here for the Loreto virtual city tour!",  "http://www.maps-of-mexico.com/loreto_mexico_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu171";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu171", "icityaca1", 5, "Acapulco Area", "Click here for the Acapulco Area Mexico virtual city tour!",  "http://www.maps-of-mexico.com/Acapulco_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu171", "icityaca2", 5, "Acapulco Downtown", "Click here for the Acapulco Downtown Mexico virtual city tour!",  "http://www.maps-of-mexico.com/Acapulco_mexico_Downtown_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu172";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu172", "icityguad1", 5, "Guadalajara Area", "Click here for the Guadalajara Area Mexico virtual city tour!",  "http://www.maps-of-mexico.com/Guadalajara_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu172", "icityguad2", 5, "Guadalajara Downtown", "Click here for the Guadalajara Downtown Mexico virtual city tour!",  "http://www.maps-of-mexico.com/Guadalajara_downtown_mexico_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu18";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu18", "icity142", 4, "Manzanillo", "Click here for the Manzanillo virtual city tour!",  "http://www.maps-of-mexico.com/manzanillo_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity252", 4, "Mazatlan", "Click here for the Mazatlan virtual city tour!",  "http://www.maps-of-mexico.com/mazatlan_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity342", 4, "Merida", "Click here for the Merida virtual city tour!",  "http://www.maps-of-mexico.com/merida_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity392", 4, "Mulege", "Click here for the Mulege virtual city tour!",  "http://www.maps-of-mexico.com/mulege_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity394", 4, "Nayarit", "Click here for the Nayarit virtual city tour!",  "http://www.maps-of-mexico.com/Nayarit_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity652", 4, "Oaxaca", "Click here for the Oaxaca virtual city tour!",  "http://www.maps-of-mexico.com/oaxaca_mexico_Gallery.shtml", null, "SmartSubMenu181", 1);
menu.addItem("SmartSubMenu18", "icity752", 4, "Playa del Carmen", "Click here for the Playa del Carmen virtual city tour!",  "http://www.maps-of-mexico.com/playa_del_carmen_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity852", 4, "Puerto Vallarta", "Click here for the Puerto Vallarta virtual city tour!",  "http://www.maps-of-mexico.com/puerto_Vallarta__mexico_Gallery.shtml", null, "SmartSubMenu182", 1);
menu.addItem("SmartSubMenu18", "icity952", 4, "San Jose del Cabo", "Click here for the San Jose del Cabo virtual city tour!",  "http://www.maps-of-mexico.com/san_jose_del_cabo_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity686", 4, "Tabasco", "Click here for the Tabasco virtual city tour!",  "http://www.maps-of-mexico.com/tabasco_mexico_map.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity1142", 4, "Tequila", "Click here for the Tequila virtual city tour!",  "http://www.maps-of-mexico.com/tequila_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity1144", 4, "Tuxtla Gutierrez", "Click here for the Tuxtla Gutierrez virtual city tour!",  "http://www.maps-of-mexico.com/Tuxtla_Gutierrez_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity582", 4, "Xcaret", "Click here for the Xcaret virtual city tour!",  "http://www.maps-of-mexico.com/xcaret_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity452", 4, "Xel Ha", "Click here for the Xel Ha virtual city tour!",  "http://www.maps-of-mexico.com/xel_ha_mexico.shtml", null, null, 0);
menu.addItem("SmartSubMenu18", "icity122", 4, "Yucatan", "Click here for the Yucatan virtual city tour!",  "http://www.maps-of-mexico.com/Yucatan__mexico_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu181";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu181", "icityoax1", 5, "Oaxaca Area", "Click here for the Oaxaca Area virtual city tour!",  "http://www.maps-of-mexico.com/oaxaca_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu181", "icityoax2", 5, "Oaxaca Downtown", "Click here for the Oaxaca Downtown virtual city tour!",  "http://www.maps-of-mexico.com/oaxaca-mexico-gallery-downtown.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu182";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu182", "icitypv1", 5, "Puerto Vallarta Area", "Click here for the Puerto Vallarta Area virtual city tour!",  "http://www.maps-of-mexico.com/puerto_Vallarta__mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu182", "icitypv2", 5, "Puerto Vallarta Downtown", "Click here for the Puerto Vallarta Downtown virtual city tour!",  "http://www.maps-of-mexico.com/puerto_vallarta_Downtown_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu20";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu20", "stillimage1", 3, "States A-M", "Click here for 2,416+ still image photo gallery!", "http://www.maps-of-mexico.com/mexico-picture.shtml", null, "SmartSubMenu201", 1);
menu.addItem("SmartSubMenu20", "stillimage2", 3, "States N-Z", "Click here for 2,416+ still image photo gallery!", "http://www.maps-of-mexico.com/mexico-picture.shtml", null, "SmartSubMenu202", 1);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu201";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu201", "Stillimages1", 4, "Aguascalientes", "Aguascalientes Photos",  "http://www.maps-of-mexico.com/photos/aguascalientes/aguasmenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages2", 4, "Baja California Norte", "Baja California Norte Photos",  "http://www.maps-of-mexico.com/photos/baja-california-norte/bajanor.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages3", 4, "Baja California Sur", "Baja California Sur Photos",  "http://www.maps-of-mexico.com/photos/baja-california-sur/bajacasur.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages4", 4, "Campeche", "Campeche",  "http://www.maps-of-mexico.com/photos/campeche/campeche.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages5", 4, "Chiapas", "Chiapas Photos",  "http://www.maps-of-mexico.com/photos/chiapas/chiapas.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages6", 4, "Chihuahua", "Chihuahua Photos",  "http://www.maps-of-mexico.com/photos/chihuahua/chihuahua.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages7", 4, "Coahuila", "Coahuila Photos",  "http://www.maps-of-mexico.com/photos/coahuila/coahuila.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages8", 4, "Colima", "Colima Photos",  "http://www.maps-of-mexico.com/photos/colima/colima.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages9", 4, "Distrito Federal", "Distrito Federal Photos",  "http://www.maps-of-mexico.com/photos/d.f/df.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages10", 4, "Durango", "Durango Photos",  "http://www.maps-of-mexico.com/photos/durango/durangomenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages11", 4, "Guanajuato", "Guanajuato Photos",  "http://www.maps-of-mexico.com/photos/guanajuato/guanajuatomenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages12", 4, "Guerrero", "Guerrero Photos",  "http://www.maps-of-mexico.com/photos/guerrero/guerreromenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages13", 4, "Hidalgo", "Hidalgo Photos",  "http://www.maps-of-mexico.com/photos/hidalgo/hidalgo.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages14", 4, "Jalisco", "Jalisco Photos",  "http://www.maps-of-mexico.com/photos/jalisco/jaliscomenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages15", 4, "Mexico State", "Mexico State Photos",  "http://www.maps-of-mexico.com/photos/edo-de-mex/edo-de-mexico.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages16", 4, "Michoacan", "Michoacan Photos",  "http://www.maps-of-mexico.com/photos/michoacan/michoacanmenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu201", "Stillimages17", 4, "Morelos", "Morelos Photos",  "http://www.maps-of-mexico.com/photos/morelos/morelosmenu.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu202";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu202", "Stillimages18", 4, "Nayarit", "Nayarit Photos",  "http://www.maps-of-mexico.com/photos/nayarit/nayaritmenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages19", 4, "Nuevo Leon", "Nuevo Leon Photos",  "http://www.maps-of-mexico.com/photos/nuevo-leon/nuevo-leon-menu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages20", 4, "Oaxaca", "Oaxaca Photos",  "http://www.maps-of-mexico.com/photos/oaxaca/oaxaca-menu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages21", 4, "Puebla", "Puebla Photos",  "http://www.maps-of-mexico.com/photos/puebla/puebla.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages22", 4, "Queretaro", "Queretaro Photos",  "http://www.maps-of-mexico.com/photos/queretaro/queretaromenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages23", 4, "Quintana Roo", "Quintana Roo Photos",  "http://www.maps-of-mexico.com/photos/quintana-roo/quintanaroomenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages24", 4, "San Luis Potosi", "San Luis Potosi Photos",  "http://www.maps-of-mexico.com/photos/san-luis-potosi/san-luis-potosi.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages25", 4, "Sinaloa", "Sinaloa Photos",  "http://www.maps-of-mexico.com/photos/sinaloa/sinaloa.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages26", 4, "Sonora", "Sonora",  "http://www.maps-of-mexico.com/photos/sonora/sonora-menu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages27", 4, "Tabasco", "Tabasco Photos",  "http://www.maps-of-mexico.com/photos/tabasco/tabasco-menu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages28", 4, "Tamaulipas", "Tamaulipas Photos",  "http://www.maps-of-mexico.com/photos/tamaulipas/tamaulipas.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages29", 4, "Tlaxcala", "Tlaxcala Photos",  "http://www.maps-of-mexico.com/photos/tlaxcala/tlaxcala.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages30", 4, "Veracruz", "Veracruz Photos",  "http://www.maps-of-mexico.com/photos/veracruz/veracruzmenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages31", 4, "Yucatan", "Yucatan Photos",  "http://www.maps-of-mexico.com/photos/yucatan/yucatanmenu.shtml", null, null, 0);
menu.addItem("SmartSubMenu202", "Stillimages32", 4, "Zacatecas", "Zacatecas Photos",  "http://www.maps-of-mexico.com/photos/zacatecas/zacatecas.shtml", null, null, 0);
///////////////////

mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu21";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu21", "Sunset1", 3, "Attractions", "Click here for some attractions desktop themes","http://www.maps-of-mexico.com/gallery_atractions.shtml" , null, null, 0);
menu.addItem("SmartSubMenu21", "Sunset2", 3, "Beaches", "Click here for some beaches desktop themes","http://www.maps-of-mexico.com/gallery_beaches.shtml" , null, null, 0);
menu.addItem("SmartSubMenu21", "Sunset3", 3, "Ruis", "Click here for some arqueological desktop themes","http://www.maps-of-mexico.com/gallery_ruins.shtml", null, null, 0);
menu.addItem("SmartSubMenu21", "Sunset4", 3, "Sunsets", "Click here for some sunsets desktop themes","http://www.maps-of-mexico.com/gallery_sunsets.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu22";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu22", "Ssavers1", 3, "Beaches", "Click here for some Beach screen savers",  null, null, 0);
menu.addItem("SmartSubMenu22", "Ssavers2", 3, "Sunsets", "Click here for some Sunset screen savers",  null, null, 0);
menu.addItem("SmartSubMenu22", "Ssavers3", 3, "Arquelogical", "Click here for some arquelogical screen savers" , null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu25";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu25", "weatherr3", 2, "INDEX", "Weather INDEX for 91 Mexico cities!", "http://www.maps-of-mexico.com/mexico-weather/mexico-weather.shtml", null, null, 1);
menu.addItem("SmartSubMenu25", "weatherr1", 2, "Cities A-L", "Mexico weather index page!", "http://www.maps-of-mexico.com/mexico-weather/mexico-weather.shtml", null, "SmartSubMenu27", 1);
menu.addItem("SmartSubMenu25", "weatherr2", 2, "Cities M-Z", "Mexico weather index page!", "http://www.maps-of-mexico.com/mexico-weather/mexico-weather.shtml", null, "SmartSubMenu28", 1);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu27";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu27", "wicity1", 3, "Acapulco", "Click here for the Acapulco Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/acapulco-mexico-weather.shtml", null, null, 2);
menu.addItem("SmartSubMenu27", "wicity2", 3, "Cabo San Lucas", "Click here for the Cabo San Lucas weather!",  "http://www.maps-of-mexico.com/mexico-weather/cabo-san-lucas-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity3", 3, "Cancun", "Click here for the Cancun Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/cancun-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity4", 3, "Chihuahua", "Click here for the Chihuahua Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/chihuahua-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity5", 3, "Ciudad Juarez", "Click here for the Ciudad Juarez Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/ciudad-juarez-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity6", 3, "Cozumel", "Click here for the Cozumel Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/cozumel-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity7", 3, "Cuernavaca", "Click here for the Cuernavaca Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/cuernavaca-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity8", 3, "Guadalajara", "Click here for the Guadalajara Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/guadalajara-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity9", 3, "Guaymas", "Click here for the Guaymas Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/guaymas-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity10", 3, "Huatulco", "Click here for the Huatulco Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/huatulco-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity11", 3, "Isla Mujeres ", "Click here for the Isla Mujeres Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/isla-mujeres-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity12", 3, "La Paz", "Click here for the La Paz Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/la-paz-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu27", "wicity13", 3, "Loreto", "Click here for the Loreto Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/loreto-mexico-weather.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu28";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu28", "wicity1-1", 3, "Manzanillo", "Click here for the Manzanillo Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/manzanillo-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity2-1", 3, "Mazatlan", "Click here for the Mazatlan Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/mazatlan-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity3-1", 3, "Merida", "Click here for the Merida Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/merida-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity4-1", 3, "Mexico city weather", "Click here for the Mexico city weather!",  "http://www.maps-of-mexico.com/mexico-weather/mexico-city-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity5-1", 3, "Monterrey", "Click here for the Monterrey Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/monterrey-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity6-1", 3, "Oaxaca", "Click here for the Oaxaca Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/oaxaca-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity7-1", 3, "Playa del Carmen", "Click here for the Playa del Carmen Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/playa-del-carmen-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity8-1", 3, "Puerto Vallarta", "Click here for the Puerto Vallarta Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/puerto-vallarta-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity9-1", 3, "San Jose del Cabo", "Click here for the San Jose del Cabo Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/san-jose-del-cabo-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity10-1",3, "San Miguel de Allende", "Click here for the San Miguel de Allende Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/san-miguel-de-allende-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity11-1", 3, "Tijuana", "Click here for the Tijuana Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/tijuana-mexico-weather.shtml", null, null, 0);
menu.addItem("SmartSubMenu28", "wicity12-1", 3, "Veracruz", "Click here for the Veracruz Mexico weather!",  "http://www.maps-of-mexico.com/mexico-weather/veracruz-mexico-weather.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu75";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu75", "prod1", 2, "City maps for sale !", "Lots of city maps for sale!",  "http://tienda.guiaroji.com.mx/products/subcategory.aspx?id=6", null, null, 0);
menu.addItem("SmartSubMenu75", "prod2", 2, "Road maps for sale !", "Lots of road maps for sale!",  "http://tienda.guiaroji.com.mx/products/subcategory.aspx?id=6", null, null, 0);
menu.addItem("SmartSubMenu75", "prod6", 2, "State maps for sale !", "Lots of state road maps for sale!",  "http://tienda.guiaroji.com.mx/products/subcategory.aspx?id=7", null, null, 0);
menu.addItem("SmartSubMenu75", "prod7", 2, "Travel maps for sale !", "Lots of travel maps for sale!",  "http://tienda.guiaroji.com.mx/products/subcategory.aspx?id=4", null, null, 0);
menu.addItem("SmartSubMenu75", "prod8", 2, "Guide books for sale !", "Lots of guidebooks for sale!",  "http://tienda.guiaroji.com.mx/products/subcategory.aspx?id=1", null, null, 0);
menu.addItem("SmartSubMenu75", "prod4", 2, "Phonecards for sale !", "Cheap phonecards for sale!",  "http://www.maps-of-mexico.com/phonecards_for_sale.shtml", null, null, 0);
menu.addItem("SmartSubMenu75", "prod5", 2, "Banners for sale !", "Banner advertising on MOM!",  "http://www.maps-of-mexico.com/banner-advertising-info.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu85";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu85", "contactu1", 2, "About Us", "Click here for our Company Info!",  "http://www.maps-of-mexico.com/banner-advertising-info.shtml", null, null, 0);
menu.addItem("SmartSubMenu85", "contactu2", 2, "Contact Info", "Contact our offices in Mexico, the U.S.A. or Europe!",  "http://www.maps-of-mexico.com/contact_info.shtml", null, null, 0);
menu.addItem("SmartSubMenu85", "contactu3", 2, "Feedback Form", "Let us know what you think!",  "http://www.maps-of-mexico.com/feedback.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu95";
mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.cellSpacing = 3;
	mstyle.mainMenuWidth = null;
	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu95", "searchus1", 2, "Search our website", "Click here to search our website!",  "http://www.maps-of-mexico.com/search.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu101";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu101", "interactivecities111", 3, "Cities A-L", "Click here for 1,500+ thumbnails of Mexico!",  "http://www.maps-of-mexico.com/picture-of-mexico.shtml", null, "SmartSubMenu102", 1);
menu.addItem("SmartSubMenu101", "interactivecities211", 3, "Cities M-R", "Click here for 1,500+ thumbnails of Mexico!",  "http://www.maps-of-mexico.com/picture-of-mexico.shtml", null, "SmartSubMenu103", 1);
menu.addItem("SmartSubMenu101", "interactivecities311", 3, "Cities S-Z", "Click here for 1,500+ thumbnails of Mexico!",  "http://www.maps-of-mexico.com/picture-of-mexico.shtml", null, "SmartSubMenu108", 1);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu102";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu102", "icity111", 4, "Acapulco", "Click here for the Acapulco thumbnail gallery!", "http://www.maps-of-mexico.com/Acapulco_mexico_Gallery.shtml", null, "SmartSubMenu104", 1);
menu.addItem("SmartSubMenu102", "icity211", 4, "Cabo San Lucas", "Click here for the Cabo San Lucas thumbnail gallery!",  "http://www.maps-of-mexico.com/the_corridor__mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity311", 4, "Campeche", "Click here for the Campeche thumbnail gallery!",  "http://www.maps-of-mexico.com/campeche__mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity411", 4, "Cancun", "Click here for the Cancun Mexico thumbnail gallery!",  "http://www.maps-of-mexico.com/Cancun_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity412", 4, "Coba", "Click here for the Coba Mexico thumbnail gallery!",  "http://www.maps-of-mexico.com/Coba_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity511", 4, "Colima", "Click here for the Colima thumbnail gallery!",  "http://www.maps-of-mexico.com/Colima_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity512", 4, "Concordia", "Click here for the Concordia thumbnail gallery!",  "http://www.maps-of-mexico.com/cocordia_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity611", 4, "Corridor", "Click here for the Corridor thumbnail gallery!",  "http://www.maps-of-mexico.com/the_corridor__mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity711", 4, "Cozumel", "Click here for the Cozumel thumbnail gallery!",  "http://www.maps-of-mexico.com/cozumel_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1012", 4, "Cuilapan de Guerrero", "Click here for the Cuilapan de Guerrero thumbnail gallery!",  "http://www.maps-of-mexico.com/Cuilapan_de_guerrero_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1013", 4, "Dainzu", "Click here for the Dainzu thumbnail gallery!",  "http://www.maps-of-mexico.com/Dainzu_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1014", 4, "Etla", "Click here for the Etla thumbnail gallery!",  "http://www.maps-of-mexico.com/Etla_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity4811", 4, "Guadalajara", "Click here for the Guadalajara thumbnail gallery!", "http://www.maps-of-mexico.com/Guadalajara_mexico_Gallery.shtml",  null, "SmartSubMenu105", 1);
menu.addItem("SmartSubMenu102", "icity1015", 4, "Hierve el Agua", "Click here for the Hierve el Agua thumbnail gallery!",  "http://www.maps-of-mexico.com/Hierve_el_agua_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1016", 4, "Huatulco", "Click here for the Huatulco thumbnail gallery!",  "http://www.maps-of-mexico.com/huatulco_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1117", 4, "Isla Mujeres", "Click here for the Isla Mujeres thumbnail gallery!",  "http://www.maps-of-mexico.com/isla_mujeres_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1018", 4, "Ixtapa", "Click here for the Ixtapa thumbnail gallery!",  "http://www.maps-of-mexico.com/Ixtapa_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1019", 4, "Izamal", "Click here for the Izamal thumbnail gallery!",  "http://www.maps-of-mexico.com/Izamal_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1211", 4, "La Paz", "Click here for the La Paz thumbnail gallery!",  "http://www.maps-of-mexico.com/La_Paz_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu102", "icity1411", 4, "Loreto", "Click here for the Loreto thumbnail gallery!",  "http://www.maps-of-mexico.com/loreto_mexico_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu104";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu104", "icityaca1111", 5, "Acapulco Area", "Click here for the Acapulco Area Mexico thumbnail gallery!",  "http://www.maps-of-mexico.com/Acapulco_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu104", "icityaca2111", 5, "Acapulco Downtown", "Click here for the Acapulco Downtown Mexico thumbnail gallery!",  "http://www.maps-of-mexico.com/Acapulco_mexico_Downtown_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu105";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu105", "icityguad111", 5, "Guadalajara Area", "Click here for the Guadalajara Area Mexico thumbnail gallery!",  "http://www.maps-of-mexico.com/Guadalajara_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu105", "icityguad112", 5, "Guadalajara Downtown", "Click here for the Guadalajara Downtown Mexico thumbnail gallery!",  "http://www.maps-of-mexico.com/Guadalajara_downtown_mexico_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu103";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu103", "icity14211", 4, "Manzanillo", "Click here for the Manzanillo thumbnail gallery!",  "http://www.maps-of-mexico.com/manzanillo_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity25211", 4, "Mazatlan", "Click here for the Mazatlan thumbnail gallery!",  "http://www.maps-of-mexico.com/mazatlan_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity34211", 4, "Merida", "Click here for the Merida thumbnail gallery!",  "http://www.maps-of-mexico.com/merida_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity68611", 4, "Mitla", "Click here for the Mitla thumbnail gallery!",  "http://www.maps-of-mexico.com/Mitla_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity39211", 4, "Mulege", "Click here for the Mulege thumbnail gallery!",  "http://www.maps-of-mexico.com/mulege_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity40211", 4, "Nayarit", "Click here for the Nayarit thumbnail gallery!",  "http://www.maps-of-mexico.com/Nayarit_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity41211", 4, "Ocotlan", "Click here for the Ocotlan thumbnail gallery!",  "http://www.maps-of-mexico.com/Ocotlan_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity65112", 4, "Oaxaca", "Click here for the Oaxaca thumbnail gallery!",  "http://www.maps-of-mexico.com/oaxaca_mexico_Gallery.shtml", null, "SmartSubMenu106", 1);
menu.addItem("SmartSubMenu103", "icity68711", 4, "Palenque", "Click here for the Palenque thumbnail gallery!",  "http://www.maps-of-mexico.com/Palenque_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity75211", 4, "Playa del Carmen", "Click here for the Playa del Carmen thumbnail gallery!",  "http://www.maps-of-mexico.com/playa_del_carmen_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity68612", 4, "Progreso", "Click here for the Progreso thumbnail gallery!",  "http://www.maps-of-mexico.com/Progreso_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity68613", 4, "Puerto Angel", "Click here for the Puerto Angel thumbnail gallery!",  "http://www.maps-of-mexico.com/Puerto_angel_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity68614", 4, "Puerto Escondido", "Click here for the Puerto Escondido thumbnail gallery!",  "http://www.maps-of-mexico.com/Puerto_Escondido_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity68615", 4, "Puerto Morelos", "Click here for the Puerto Morelos thumbnail gallery!",  "http://www.maps-of-mexico.com/Puerto_morelos_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity68616", 4, "Puerto San Carlos", "Click here for the Puerto San Carlos thumbnail gallery!",  "http://www.maps-of-mexico.com/Puerto_san_carlos_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu103", "icity85217", 4, "Puerto Vallarta", "Click here for the Puerto Vallarta thumbnail gallery!",  "http://www.maps-of-mexico.com/puerto_Vallarta__mexico_Gallery.shtml", null, "SmartSubMenu107", 1);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu106";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu106", "icityasx11221", 5, "Oaxaca Area", "Click here for the Oaxaca thumbnail gallery!",  "http://www.maps-of-mexico.com/oaxaca_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu106", "icityoasax11221", 5, "Oaxaca Downtown", "Click here for the Oaxaca thumbnail gallery!",  "http://www.maps-of-mexico.com/oaxaca-mexico-gallery-downtown.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu107";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu107", "icitypv1221", 5, "Puerto Vallarta Area", "Click here for the Puerto Vallarta thumbnail gallery!",  "http://www.maps-of-mexico.com/puerto_Vallarta__mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu107", "icitypv1645", 5, "Puerto Vallarta Downtown", "Click here for the Puerto Vallarta thumbnail gallery!",  "http://www.maps-of-mexico.com/puerto_vallarta_Downtown_Gallery.shtml", null, null, 0);
///////////////////
mstyle = new MenuStyle();
mstyle.idName = "SmartSubMenu108";
mstyle.idStyle = "vertical";
mstyle.position = "absolute";
mstyle.bVisible = false;
mstyle.bLeftAligned = 0;
mstyle.cellSpacing = 3;
mstyle.mainMenuWidth = null;
menu.newMenu(mstyle);
menu.addItem("SmartSubMenu108", "icity68618", 4, "San Cristobal de las Casas", "Click here for the San Cristobal de las Casas thumbnail gallery!",  "http://www.maps-of-mexico.com/San_cristobal_de_las_casas_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity68619", 4, "San Ignacio", "Click here for the San Ignacio thumbnail gallery!",  "http://www.maps-of-mexico.com/San_ignacio_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity95211", 4, "San Jose del Cabo", "Click here for the San Jose del Cabo thumbnail gallery!",  "http://www.maps-of-mexico.com/san_jose_del_cabo_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity95212", 4, "San Martin Tilcajete", "Click here for the San Martin Tilcajete thumbnail gallery!",  "http://www.maps-of-mexico.com/San_martin_tilcajete_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity66111", 4, "Santo Tomas Jalieza", "Click here for the Santo Tomas Jalieza thumbnail gallery!",  "http://www.maps-of-mexico.com/Santo_tomas_jalieza_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity11419", 4, "Tequila", "Click here for the Tequila thumbnail gallery!",  "http://www.maps-of-mexico.com/tequila_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity11420", 4, "Tlacolula", "Click here for the Tlacolula thumbnail gallery!",  "http://www.maps-of-mexico.com/Tlacolula_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity11421", 4, "Tulum", "Click here for the Tulum thumbnail gallery!",  "http://www.maps-of-mexico.com/Tulum_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity11422", 4, "Tuxtla Gutierrez", "Click here for the Tuxtla gutierrez thumbnail gallery!",  "http://www.maps-of-mexico.com/Tuxtla_Gutierrez_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity12211", 4, "Uxmal", "Click here for the Uxmal thumbnail gallery!",  "http://www.maps-of-mexico.com/Uxmal_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity12212", 4, "Valladolid", "Click here for the Valladolid thumbnail gallery!",  "http://www.maps-of-mexico.com/Valladolid_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity12214", 4, "Villahermosa", "Click here for the Villa Hermosa thumbnail gallery!",  "http://www.maps-of-mexico.com/Villahermosa_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity58211", 4, "Xcaret", "Click here for the Xcaret thumbnail gallery!",  "http://www.maps-of-mexico.com/xcaret_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity45211", 4, "Xel Ha", "Click here for the Xel Ha thumbnail gallery!",  "http://www.maps-of-mexico.com/xel_ha_mexico_Gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity12215", 4, "Yagul", "Click here for the Yagul thumbnail gallery!",  "http://www.maps-of-mexico.com/Yagul_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity12216", 4, "Zaachila", "Click here for the Zaachila thumbnail gallery!",  "http://www.maps-of-mexico.com/Zaachila_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity12217", 4, "Zihuatanejo", "Click here for the Zihuatanejo thumbnail gallery!",  "http://www.maps-of-mexico.com/Zihuatanejo_mexico_gallery.shtml", null, null, 0);
menu.addItem("SmartSubMenu108", "icity12218", 4, "Zipolite", "Click here for the Zipolite thumbnail gallery!",  "http://www.maps-of-mexico.com/Zipolite_mexico_gallery.shtml", null, null, 0);
///////////////////
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu225";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.cellSpacing = 3;
	mstyle.mainMenuWidth = null;
	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu225", "tools1-1", 2, "Driving Distances", "Driving distance chart with miles/kms between cities!",  "http://www.maps-of-mexico.com/driving-distance-chart.shtml", null, null, 0);
	menu.addItem("SmartSubMenu225", "tools2-2", 2, "Currency Converter", "Instant currency converter and cheat sheet maker!",  "http://www.maps-of-mexico.com/currency_converter.shtml", null, null, 0);
	menu.addItem("SmartSubMenu225", "tools3-3", 2, "Search", "Search our website for info!",  "http://www.maps-of-mexico.com/search.shtml", null, null, 0);
	menu.addItem("SmartSubMenu225", "tools4-4", 2, "Links", "100's of links to other websites!",  "http://www.maps-of-mexico.com/frame_menu.shtml", null, null, 0);
	menu.addItem("SmartSubMenu225", "tools4-6", 2, "Games", "Entertaining games!",  "http://www.maps-of-mexico.com/mexico-puzzle/games.shtml", null, null, 0);	
	menu.addItem("SmartSubMenu225", "tools5-5", 2, "Contact", "Contact info for our Company!",  "http://www.maps-of-mexico.com/contact_info.shtml", null, null, 0);



	showMenu();
}