//-----------------------------------------------------------------------
//- Created by the Agama Web Menus - generator  ver 2.15
//- Copyright MP Software (c)2008
//- Can I use this script? See http://www.agama-menu.com
//-----------------------------------------------------------------------

//Create main menu items style object. All main menu items inherite style from this object
var AWMenu_MainGroupItemsGeneralStyle = new AWMenuMenuItem();
AWMenu_MainGroupItemsGeneralStyle.Text_o='';
AWMenu_MainGroupItemsGeneralStyle.Text_c='';
AWMenu_MainGroupItemsGeneralStyle.TextAlign='center';
AWMenu_MainGroupItemsGeneralStyle.URL='';
AWMenu_MainGroupItemsGeneralStyle.URLTarget='';
AWMenu_MainGroupItemsGeneralStyle.Hint='';
AWMenu_MainGroupItemsGeneralStyle.OnLeaveJS='';
AWMenu_MainGroupItemsGeneralStyle.OnOverJS='';
AWMenu_MainGroupItemsGeneralStyle.OnClickJS='';
AWMenu_MainGroupItemsGeneralStyle.Height=20;
AWMenu_MainGroupItemsGeneralStyle.Width=168;
AWMenu_MainGroupItemsGeneralStyle.Cursor='default';
AWMenu_MainGroupItemsGeneralStyle.PaddingLeft=5;
AWMenu_MainGroupItemsGeneralStyle.PaddingLeft_o=null;
AWMenu_MainGroupItemsGeneralStyle.PaddingTop=5;
AWMenu_MainGroupItemsGeneralStyle.PaddingTop_o=null;
AWMenu_MainGroupItemsGeneralStyle.PaddingRight=5;
AWMenu_MainGroupItemsGeneralStyle.PaddingRight_o=null;
AWMenu_MainGroupItemsGeneralStyle.PaddingBottom=5;
AWMenu_MainGroupItemsGeneralStyle.PaddingBottom_o=null;
AWMenu_MainGroupItemsGeneralStyle.BgColor='';
AWMenu_MainGroupItemsGeneralStyle.BgColor_o='';
AWMenu_MainGroupItemsGeneralStyle.BgColor_c='';
AWMenu_MainGroupItemsGeneralStyle.BgImage='AWMenu_images/nav_gold_bg.gif';
AWMenu_MainGroupItemsGeneralStyle.BgImage_o='AWMenu_images/nav_gold_bg_o.gif';
AWMenu_MainGroupItemsGeneralStyle.BgImage_c='';
AWMenu_MainGroupItemsGeneralStyle.BgImgRep='repeat';
AWMenu_MainGroupItemsGeneralStyle.BgImgRep_o='';
AWMenu_MainGroupItemsGeneralStyle.BgImgRep_c='';
AWMenu_MainGroupItemsGeneralStyle.BgImgPos='top left';
AWMenu_MainGroupItemsGeneralStyle.BgImgPos_o='';
AWMenu_MainGroupItemsGeneralStyle.BgImgPos_c='';
AWMenu_MainGroupItemsGeneralStyle.LeftPartBgImage='';
AWMenu_MainGroupItemsGeneralStyle.LeftPartBgImage_o='';
AWMenu_MainGroupItemsGeneralStyle.LeftPartBgImage_c='';
AWMenu_MainGroupItemsGeneralStyle.LeftPartBgImgPos='top';
AWMenu_MainGroupItemsGeneralStyle.RightPartBgImage='AWMenu_images/nav_gold_sep.gif';
AWMenu_MainGroupItemsGeneralStyle.RightPartBgImage_o='';
AWMenu_MainGroupItemsGeneralStyle.RightPartBgImage_c='';
AWMenu_MainGroupItemsGeneralStyle.RightPartBgImgPos='top';
AWMenu_MainGroupItemsGeneralStyle.FontColor='#004080';
AWMenu_MainGroupItemsGeneralStyle.FontColor_o='#C60000';
AWMenu_MainGroupItemsGeneralStyle.FontColor_c='';
AWMenu_MainGroupItemsGeneralStyle.FontFamily='Trebuchet MS';
AWMenu_MainGroupItemsGeneralStyle.FontFamily_o='';
AWMenu_MainGroupItemsGeneralStyle.FontFamily_c='';
AWMenu_MainGroupItemsGeneralStyle.FontSize=11;
AWMenu_MainGroupItemsGeneralStyle.FontSize_o=null;
AWMenu_MainGroupItemsGeneralStyle.FontSize_c=null;
AWMenu_MainGroupItemsGeneralStyle.FontDecoration='none';
AWMenu_MainGroupItemsGeneralStyle.FontDecoration_o='';
AWMenu_MainGroupItemsGeneralStyle.FontDecoration_c='';
AWMenu_MainGroupItemsGeneralStyle.FontWeight='bolder';
AWMenu_MainGroupItemsGeneralStyle.FontWeight_o='';
AWMenu_MainGroupItemsGeneralStyle.FontWeight_c='';
AWMenu_MainGroupItemsGeneralStyle.FontStyle='normal';
AWMenu_MainGroupItemsGeneralStyle.FontStyle_o='';
AWMenu_MainGroupItemsGeneralStyle.FontStyle_c='';
AWMenu_MainGroupItemsGeneralStyle.BorderWidth=1;
AWMenu_MainGroupItemsGeneralStyle.BorderWidth_o=null;
AWMenu_MainGroupItemsGeneralStyle.BorderWidth_c=null;
AWMenu_MainGroupItemsGeneralStyle.BorderColor='#000000';
AWMenu_MainGroupItemsGeneralStyle.BorderColor_o='';
AWMenu_MainGroupItemsGeneralStyle.BorderColor_c='';
AWMenu_MainGroupItemsGeneralStyle.Border='none';
AWMenu_MainGroupItemsGeneralStyle.Border_o='';
AWMenu_MainGroupItemsGeneralStyle.Border_c='';
AWMenu_MainGroupItemsGeneralStyle.BorderLeft=true;
AWMenu_MainGroupItemsGeneralStyle.BorderRight=true;
AWMenu_MainGroupItemsGeneralStyle.BorderTop=true;
AWMenu_MainGroupItemsGeneralStyle.BorderBottom=true;
AWMenu_MainGroupItemsGeneralStyle.SeparatorColor='#000000';
AWMenu_MainGroupItemsGeneralStyle.SeparatorSize=0;
AWMenu_MainGroupItemsGeneralStyle.LeftIcon='';
AWMenu_MainGroupItemsGeneralStyle.LeftIcon_o='';
AWMenu_MainGroupItemsGeneralStyle.LeftIcon_c='';
AWMenu_MainGroupItemsGeneralStyle.LeftIconOffsetX=0;
AWMenu_MainGroupItemsGeneralStyle.LeftIconOffsetX_o=null;
AWMenu_MainGroupItemsGeneralStyle.LeftIconOffsetX_c=null;
AWMenu_MainGroupItemsGeneralStyle.LeftIconOffsetY=0;
AWMenu_MainGroupItemsGeneralStyle.LeftIconOffsetY_o=null;
AWMenu_MainGroupItemsGeneralStyle.LeftIconOffsetY_c=null;
AWMenu_MainGroupItemsGeneralStyle.LeftIconIsIndicator=false;
AWMenu_MainGroupItemsGeneralStyle.RightIcon='';
AWMenu_MainGroupItemsGeneralStyle.RightIcon_o='';
AWMenu_MainGroupItemsGeneralStyle.RightIcon_c='';
AWMenu_MainGroupItemsGeneralStyle.RightIconOffsetX=0;
AWMenu_MainGroupItemsGeneralStyle.RightIconOffsetX_o=null;
AWMenu_MainGroupItemsGeneralStyle.RightIconOffsetX_c=null;
AWMenu_MainGroupItemsGeneralStyle.RightIconOffsetY=0;
AWMenu_MainGroupItemsGeneralStyle.RightIconOffsetY_o=null;
AWMenu_MainGroupItemsGeneralStyle.RightIconOffsetY_c=null;
AWMenu_MainGroupItemsGeneralStyle.RightIconIsIndicator=true;

//Create submenu items style object. All menu items of submenus inherite style from this object
var AWMenu_GroupItemsGeneralStyle = new AWMenuMenuItem();
AWMenu_GroupItemsGeneralStyle.Text_o='';
AWMenu_GroupItemsGeneralStyle.Text_c='';
AWMenu_GroupItemsGeneralStyle.TextAlign='left';
AWMenu_GroupItemsGeneralStyle.URL='';
AWMenu_GroupItemsGeneralStyle.URLTarget='';
AWMenu_GroupItemsGeneralStyle.Hint='';
AWMenu_GroupItemsGeneralStyle.OnLeaveJS='';
AWMenu_GroupItemsGeneralStyle.OnOverJS='';
AWMenu_GroupItemsGeneralStyle.OnClickJS='';
AWMenu_GroupItemsGeneralStyle.Height=20;
AWMenu_GroupItemsGeneralStyle.Width=150;
AWMenu_GroupItemsGeneralStyle.Cursor='default';
AWMenu_GroupItemsGeneralStyle.PaddingLeft=5;
AWMenu_GroupItemsGeneralStyle.PaddingLeft_o=5;
AWMenu_GroupItemsGeneralStyle.PaddingTop=5;
AWMenu_GroupItemsGeneralStyle.PaddingTop_o=5;
AWMenu_GroupItemsGeneralStyle.PaddingRight=5;
AWMenu_GroupItemsGeneralStyle.PaddingRight_o=5;
AWMenu_GroupItemsGeneralStyle.PaddingBottom=5;
AWMenu_GroupItemsGeneralStyle.PaddingBottom_o=5;
AWMenu_GroupItemsGeneralStyle.BgColor='#FAEFC5';
AWMenu_GroupItemsGeneralStyle.BgColor_o='#FFFFFF';
AWMenu_GroupItemsGeneralStyle.BgColor_c='';
AWMenu_GroupItemsGeneralStyle.BgImage='';
AWMenu_GroupItemsGeneralStyle.BgImage_o='';
AWMenu_GroupItemsGeneralStyle.BgImage_c='';
AWMenu_GroupItemsGeneralStyle.BgImgRep='repeat';
AWMenu_GroupItemsGeneralStyle.BgImgRep_o='';
AWMenu_GroupItemsGeneralStyle.BgImgRep_c='';
AWMenu_GroupItemsGeneralStyle.BgImgPos='top left';
AWMenu_GroupItemsGeneralStyle.BgImgPos_o='';
AWMenu_GroupItemsGeneralStyle.BgImgPos_c='';
AWMenu_GroupItemsGeneralStyle.LeftPartBgImage='';
AWMenu_GroupItemsGeneralStyle.LeftPartBgImage_o='';
AWMenu_GroupItemsGeneralStyle.LeftPartBgImage_c='';
AWMenu_GroupItemsGeneralStyle.LeftPartBgImgPos='top left';
AWMenu_GroupItemsGeneralStyle.RightPartBgImage='';
AWMenu_GroupItemsGeneralStyle.RightPartBgImage_o='';
AWMenu_GroupItemsGeneralStyle.RightPartBgImage_c='';
AWMenu_GroupItemsGeneralStyle.RightPartBgImgPos='top left';
AWMenu_GroupItemsGeneralStyle.FontColor='#004080';
AWMenu_GroupItemsGeneralStyle.FontColor_o='#B90000';
AWMenu_GroupItemsGeneralStyle.FontColor_c='';
AWMenu_GroupItemsGeneralStyle.FontFamily='Trebuchet MS';
AWMenu_GroupItemsGeneralStyle.FontFamily_o='';
AWMenu_GroupItemsGeneralStyle.FontFamily_c='';
AWMenu_GroupItemsGeneralStyle.FontSize=11;
AWMenu_GroupItemsGeneralStyle.FontSize_o=null;
AWMenu_GroupItemsGeneralStyle.FontSize_c=null;
AWMenu_GroupItemsGeneralStyle.FontDecoration='none';
AWMenu_GroupItemsGeneralStyle.FontDecoration_o='';
AWMenu_GroupItemsGeneralStyle.FontDecoration_c='';
AWMenu_GroupItemsGeneralStyle.FontWeight='normal';
AWMenu_GroupItemsGeneralStyle.FontWeight_o='';
AWMenu_GroupItemsGeneralStyle.FontWeight_c='';
AWMenu_GroupItemsGeneralStyle.FontStyle='normal';
AWMenu_GroupItemsGeneralStyle.FontStyle_o='';
AWMenu_GroupItemsGeneralStyle.FontStyle_c='';
AWMenu_GroupItemsGeneralStyle.BorderWidth=1;
AWMenu_GroupItemsGeneralStyle.BorderWidth_o=1;
AWMenu_GroupItemsGeneralStyle.BorderWidth_c=null;
AWMenu_GroupItemsGeneralStyle.BorderColor='#FAEFC5';
AWMenu_GroupItemsGeneralStyle.BorderColor_o='#B90000';
AWMenu_GroupItemsGeneralStyle.BorderColor_c='';
AWMenu_GroupItemsGeneralStyle.Border='solid';
AWMenu_GroupItemsGeneralStyle.Border_o='dotted';
AWMenu_GroupItemsGeneralStyle.Border_c='';
AWMenu_GroupItemsGeneralStyle.BorderLeft=true;
AWMenu_GroupItemsGeneralStyle.BorderRight=true;
AWMenu_GroupItemsGeneralStyle.BorderTop=true;
AWMenu_GroupItemsGeneralStyle.BorderBottom=true;
AWMenu_GroupItemsGeneralStyle.SeparatorColor='';
AWMenu_GroupItemsGeneralStyle.SeparatorSize=null;
AWMenu_GroupItemsGeneralStyle.LeftIcon='';
AWMenu_GroupItemsGeneralStyle.LeftIcon_o='';
AWMenu_GroupItemsGeneralStyle.LeftIcon_c='';
AWMenu_GroupItemsGeneralStyle.LeftIconOffsetX=0;
AWMenu_GroupItemsGeneralStyle.LeftIconOffsetX_o=0;
AWMenu_GroupItemsGeneralStyle.LeftIconOffsetX_c=0;
AWMenu_GroupItemsGeneralStyle.LeftIconOffsetY=0;
AWMenu_GroupItemsGeneralStyle.LeftIconOffsetY_o=0;
AWMenu_GroupItemsGeneralStyle.LeftIconOffsetY_c=0;
AWMenu_GroupItemsGeneralStyle.LeftIconIsIndicator=false;
AWMenu_GroupItemsGeneralStyle.RightIcon='AWMenu_images/arr_blue_right.gif';
AWMenu_GroupItemsGeneralStyle.RightIcon_o='';
AWMenu_GroupItemsGeneralStyle.RightIcon_c='';
AWMenu_GroupItemsGeneralStyle.RightIconOffsetX=-7;
AWMenu_GroupItemsGeneralStyle.RightIconOffsetX_o=0;
AWMenu_GroupItemsGeneralStyle.RightIconOffsetX_c=0;
AWMenu_GroupItemsGeneralStyle.RightIconOffsetY=-3;
AWMenu_GroupItemsGeneralStyle.RightIconOffsetY_o=0;
AWMenu_GroupItemsGeneralStyle.RightIconOffsetY_c=0;
AWMenu_GroupItemsGeneralStyle.RightIconIsIndicator=true;

//Create submenus style object - All submenus inherite style from this object
var AWMenu_GroupStyle = new AWMenuMenuGroup();
AWMenu_GroupStyle.Width=150;
AWMenu_GroupStyle.MenuGroupAlign=0;
AWMenu_GroupStyle.Opacity=90;
AWMenu_GroupStyle.ShowDropDownControl=false;
AWMenu_GroupStyle.InitDropdownState=1;
AWMenu_GroupStyle.ItemsPadding_L=5;
AWMenu_GroupStyle.ItemsPadding_R=5;
AWMenu_GroupStyle.ItemsPadding_T=5;
AWMenu_GroupStyle.ItemsPadding_B=5;
AWMenu_GroupStyle.ItemsSpacing=0;
AWMenu_GroupStyle.BgColor='#F7E49D';
AWMenu_GroupStyle.BgImgPos='top left';
AWMenu_GroupStyle.BgImgRep='repeat';
AWMenu_GroupStyle.Border='solid';
AWMenu_GroupStyle.BorderWidth=1;
AWMenu_GroupStyle.BorderColor='#E28C36';
AWMenu_GroupStyle.HeaderText='';
AWMenu_GroupStyle.HeaderTextAlign='center';
AWMenu_GroupStyle.HeaderTextOffsetX=0;
AWMenu_GroupStyle.HeaderTextOffsetY=0;
AWMenu_GroupStyle.HeaderHeight=0;
AWMenu_GroupStyle.HeaderBgColor='';
AWMenu_GroupStyle.HeaderIconOffsetX=6;
AWMenu_GroupStyle.HeaderIconOffsetY=6;
AWMenu_GroupStyle.HeaderBgImgRep='repeat';
AWMenu_GroupStyle.HeaderBgImgPos='top left';
AWMenu_GroupStyle.FontFamily='Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif';
AWMenu_GroupStyle.FontColor='#004080';
AWMenu_GroupStyle.FontSize=11;
AWMenu_GroupStyle.FontDecoration='none';
AWMenu_GroupStyle.FontWeight='bold';
AWMenu_GroupStyle.FontStyle='normal';
AWMenu_GroupStyle.DropdownImageExpand='';
AWMenu_GroupStyle.DropdownImageCollapse='';
AWMenu_GroupStyle.OnGroupShowJS='';
AWMenu_GroupStyle.OnGroupHideJS='';
AWMenu_GroupStyle.AnimationType=0;
AWMenu_GroupStyle.AnimationTimeout=0;

//Create main menu
var AWMenu_mg_ID1 = new AWMenuMenuGroup(0,0,'H');
AWMenu_mg_ID1.id='AWMenu_mg_ID1';
AWMenu_mg_ID1.IsMainGroup=1;
AWMenu_mg_ID1.BgColor='';
AWMenu_mg_ID1.Width=null;
AWMenu_mg_ID1.Opacity=100;
AWMenu_mg_ID1.ShowDropDownControl=false;
AWMenu_mg_ID1.InitDropdownState=1;
AWMenu_mg_ID1.ItemsPadding_L=1;
AWMenu_mg_ID1.ItemsPadding_R=1;
AWMenu_mg_ID1.ItemsPadding_T=1;
AWMenu_mg_ID1.ItemsPadding_B=1;
AWMenu_mg_ID1.ItemsSpacing=0;
AWMenu_mg_ID1.Embedding='default';
AWMenu_mg_ID1.z=1000;
AWMenu_mg_ID1.HeaderBgImage='AWMenu_images/nav_gold_bg_o.gif';
AWMenu_mg_ID1.BgImgPos='top left';
AWMenu_mg_ID1.BgImgRep='repeat';
AWMenu_mg_ID1.Border='none';
AWMenu_mg_ID1.BorderWidth=1;
AWMenu_mg_ID1.BorderColor='';
AWMenu_mg_ID1.HeaderText='';
AWMenu_mg_ID1.HeaderTextAlign='center';
AWMenu_mg_ID1.HeaderTextOffsetX=0;
AWMenu_mg_ID1.HeaderTextOffsetY=4;
AWMenu_mg_ID1.HeaderHeight=0;
AWMenu_mg_ID1.HeaderBgColor='';
AWMenu_mg_ID1.HeaderIconOffsetX=5;
AWMenu_mg_ID1.HeaderIconOffsetY=11;
AWMenu_mg_ID1.HeaderBgImgRep='repeat-x';
AWMenu_mg_ID1.HeaderBgImgPos='top left';
AWMenu_mg_ID1.DropdownImageExpand='';
AWMenu_mg_ID1.DropdownImageCollapse='';
AWMenu_mg_ID1.FontFamily='Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif';
AWMenu_mg_ID1.FontColor='#003264';
AWMenu_mg_ID1.FontSize=11;
AWMenu_mg_ID1.FontDecoration='none';
AWMenu_mg_ID1.FontWeight='bolder';
AWMenu_mg_ID1.FontStyle='normal';

//Create new menu item
var AWMenu_i_ID5 = new AWMenuMenuItem('Locaciones');
AWMenu_i_ID5.id='AWMenu_i_ID5';
AWMenu_i_ID5.Assign(AWMenu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID5.Text_o='';
AWMenu_i_ID5.Text_c='';
AWMenu_i_ID5.TextAlign='right';
AWMenu_i_ID5.URL='http://www.aquaworld.com.mx/indexspanish.html';
AWMenu_i_ID5.Hint='';
AWMenu_i_ID5.Width=120;
AWMenu_i_ID5.LeftPartBgImage='AWMenu_images/nav_gold_sep.gif';
AWMenu_i_ID5.LeftIcon='AWMenu_images/btn_home.gif';
AWMenu_i_ID5.LeftIconOffsetX=2;
AWMenu_i_ID5.LeftIconOffsetY=-13;

//Create new submenu group
var AWMenu_g_ID52 = new AWMenuMenuGroup(0,0,'V');
AWMenu_g_ID52.id='AWMenu_g_ID52';
AWMenu_g_ID52.Assign(AWMenu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
AWMenu_i_ID5.AddGroup(AWMenu_g_ID52);

//Create new menu item
var AWMenu_i_ID51 = new AWMenuMenuItem('Cancun');
AWMenu_i_ID51.id='AWMenu_i_ID51';
AWMenu_i_ID51.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID51.Text_o='';
AWMenu_i_ID51.Text_c='';
AWMenu_i_ID51.URL='http://www.aquaworld.com.mx/indexspanish.html?source=menu';
AWMenu_i_ID51.Hint='';
AWMenu_g_ID52.AddItem(AWMenu_i_ID51);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID56 = new AWMenuMenuItem('Cozumel');
AWMenu_i_ID56.id='AWMenu_i_ID56';
AWMenu_i_ID56.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID56.Text_o='';
AWMenu_i_ID56.Text_c='';
AWMenu_i_ID56.URL='http://www.aquaworld.com.mx/cozumelesp.html?source=menu';
AWMenu_i_ID56.Hint='';
AWMenu_g_ID52.AddItem(AWMenu_i_ID56);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID57 = new AWMenuMenuItem('Riviera Maya');
AWMenu_i_ID57.id='AWMenu_i_ID57';
AWMenu_i_ID57.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID57.Text_o='';
AWMenu_i_ID57.Text_c='';
AWMenu_i_ID57.URL='http://www.aquaworld.com.mx/riviera-mayaesp.html?source=menu';
AWMenu_i_ID57.Hint='';
AWMenu_g_ID52.AddItem(AWMenu_i_ID57);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID72 = new AWMenuMenuItem('Galeria de Imagenes');
AWMenu_i_ID72.id='AWMenu_i_ID72';
AWMenu_i_ID72.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID72.Text_o='';
AWMenu_i_ID72.Text_c='';
AWMenu_i_ID72.URL='http://www.aquaworld.com.mx/fig/photogallery.html';
AWMenu_i_ID72.Hint='';
AWMenu_g_ID52.AddItem(AWMenu_i_ID72);//Add menu item to the menu group
AWMenu_mg_ID1.AddItem(AWMenu_i_ID5);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID17 = new AWMenuMenuItem('Buceo');
AWMenu_i_ID17.id='AWMenu_i_ID17';
AWMenu_i_ID17.Assign(AWMenu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID17.Text_o='';
AWMenu_i_ID17.Text_c='';
AWMenu_i_ID17.URL='http://www.aquaworld.com.mx/cancun-divingesp.html';
AWMenu_i_ID17.Hint='';
AWMenu_i_ID17.Width=150;
AWMenu_i_ID17.LeftIcon='AWMenu_images/dive_flag.gif';
AWMenu_i_ID17.LeftIconOffsetX=5;
AWMenu_i_ID17.LeftIconOffsetY=-12;

//Create new submenu group
var AWMenu_g_ID22 = new AWMenuMenuGroup(0,0,'V');
AWMenu_g_ID22.id='AWMenu_g_ID22';
AWMenu_g_ID22.Assign(AWMenu_GroupStyle); //assign styles from the general style object
AWMenu_g_ID22.HeaderIconOffsetY=3;
AWMenu_g_ID22.HeaderBgImgRep='no-repeat';
AWMenu_g_ID22.HeaderBgImgPos='center';
AWMenu_g_ID22.FontFamily='Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif';
//Connect the submenu to the menu item
AWMenu_i_ID17.AddGroup(AWMenu_g_ID22);

//Create new menu item
var AWMenu_i_ID21 = new AWMenuMenuItem('Buzos Principiantes');
AWMenu_i_ID21.id='AWMenu_i_ID21';
AWMenu_i_ID21.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID21.Text_o='';
AWMenu_i_ID21.Text_c='';
AWMenu_i_ID21.URL='http://www.aquaworld.com.mx/learn-to-diveesp.html';
AWMenu_i_ID21.Hint='';
AWMenu_g_ID22.AddItem(AWMenu_i_ID21);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID27 = new AWMenuMenuItem('Buzos Certificados');
AWMenu_i_ID27.id='AWMenu_i_ID27';
AWMenu_i_ID27.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID27.Text_o='';
AWMenu_i_ID27.Text_c='';
AWMenu_i_ID27.URL='http://www.aquaworld.com.mx/cancun-divingesp.html';
AWMenu_i_ID27.Hint='';
AWMenu_g_ID22.AddItem(AWMenu_i_ID27);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID28 = new AWMenuMenuItem('Certificaciones');
AWMenu_i_ID28.id='AWMenu_i_ID28';
AWMenu_i_ID28.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID28.Text_o='';
AWMenu_i_ID28.Text_c='';
AWMenu_i_ID28.URL='http://www.aquaworld.com.mx/Cancun-Diving-Certificationsesp.html';
AWMenu_i_ID28.Hint='';
AWMenu_g_ID22.AddItem(AWMenu_i_ID28);//Add menu item to the menu group

var AWMenu_i_ID82=new AWMenuMenuItem('IDC Cancun');
AWMenu_i_ID82.id='AWMenu_i_ID82';
AWMenu_i_ID82.Assign(AWMenu_GroupItemsGeneralStyle);
AWMenu_i_ID82.Text_o='';
AWMenu_i_ID82.Text_c='';
AWMenu_i_ID82.URL='http://www.aquaworld.com.mx/idccancunesp.html';
AWMenu_i_ID82.Hint='';
AWMenu_g_ID22.AddItem(AWMenu_i_ID82);

//Create new menu item
var AWMenu_i_ID68 = new AWMenuMenuItem('Galeria de Imagenes');
AWMenu_i_ID68.id='AWMenu_i_ID68';
AWMenu_i_ID68.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID68.Text_o='';
AWMenu_i_ID68.Text_c='';
AWMenu_i_ID68.URL='http://www.aquaworld.com.mx/fig/photogallery.html';
AWMenu_i_ID68.Hint='';
AWMenu_g_ID22.AddItem(AWMenu_i_ID68);//Add menu item to the menu group
AWMenu_mg_ID1.AddItem(AWMenu_i_ID17);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID18 = new AWMenuMenuItem('Pesca');
AWMenu_i_ID18.id='AWMenu_i_ID18';
AWMenu_i_ID18.Assign(AWMenu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID18.Text_o='';
AWMenu_i_ID18.Text_c='';
AWMenu_i_ID18.URL='http://www.aquaworld.com.mx/cancun-fishingesp.html';
AWMenu_i_ID18.Hint='';
AWMenu_i_ID18.Width=150;
AWMenu_i_ID18.LeftIcon='AWMenu_images/btn_fish.gif';
AWMenu_i_ID18.LeftIconOffsetX=5;
AWMenu_i_ID18.LeftIconOffsetY=-12;

//Create new submenu group
var AWMenu_g_ID40 = new AWMenuMenuGroup(0,0,'V');
AWMenu_g_ID40.id='AWMenu_g_ID40';
AWMenu_g_ID40.Assign(AWMenu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
AWMenu_i_ID18.AddGroup(AWMenu_g_ID40);

//Create new menu item
var AWMenu_i_ID39 = new AWMenuMenuItem('Privado/Compartido');
AWMenu_i_ID39.id='AWMenu_i_ID39';
AWMenu_i_ID39.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID39.Text_o='';
AWMenu_i_ID39.Text_c='';
AWMenu_i_ID39.URL='http://www.aquaworld.com.mx/cancun-fishingesp.html';
AWMenu_i_ID39.Hint='';
AWMenu_g_ID40.AddItem(AWMenu_i_ID39);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID42 = new AWMenuMenuItem('Equipo de Pesca');
AWMenu_i_ID42.id='AWMenu_i_ID42';
AWMenu_i_ID42.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID42.Text_o='';
AWMenu_i_ID42.Text_c='';
AWMenu_i_ID42.URL='http://www.aquaworld.com.mx/cancun-fishing-equipmentesp.html';
AWMenu_i_ID42.Hint='';
AWMenu_g_ID40.AddItem(AWMenu_i_ID42);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID43 = new AWMenuMenuItem('Temporadas de Pesca');
AWMenu_i_ID43.id='AWMenu_i_ID43';
AWMenu_i_ID43.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID43.Text_o='';
AWMenu_i_ID43.Text_c='';
AWMenu_i_ID43.URL='http://www.aquaworld.com.mx/cancun-fishing-seasonsesp.html';
AWMenu_i_ID43.Hint='';
AWMenu_g_ID40.AddItem(AWMenu_i_ID43);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID64 = new AWMenuMenuItem('Galeria de Imagenes');
AWMenu_i_ID64.id='AWMenu_i_ID64';
AWMenu_i_ID64.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID64.Text_o='';
AWMenu_i_ID64.Text_c='';
AWMenu_i_ID64.URL='http://www.aquaworld.com.mx/fig/photogallery.html';
AWMenu_i_ID64.Hint='';
AWMenu_g_ID40.AddItem(AWMenu_i_ID64);//Add menu item to the menu group
AWMenu_mg_ID1.AddItem(AWMenu_i_ID18);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID19 = new AWMenuMenuItem('Actividades');
AWMenu_i_ID19.id='AWMenu_i_ID19';
AWMenu_i_ID19.Assign(AWMenu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID19.Text_o='';
AWMenu_i_ID19.Text_c='';
AWMenu_i_ID19.URL='http://www.aquaworld.com.mx/cancun-toursesp.html';
AWMenu_i_ID19.Hint='';
AWMenu_i_ID19.Width=150;
AWMenu_i_ID19.PaddingLeft=30;
AWMenu_i_ID19.LeftIcon='AWMenu_images/btn_adventure.gif';
AWMenu_i_ID19.LeftIconOffsetX=2;
AWMenu_i_ID19.LeftIconOffsetY=-12;

//Create new submenu group
var AWMenu_g_ID34 = new AWMenuMenuGroup(0,0,'V');
AWMenu_g_ID34.id='AWMenu_g_ID34';
AWMenu_g_ID34.Assign(AWMenu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
AWMenu_i_ID19.AddGroup(AWMenu_g_ID34);

//Create new menu item
var AWMenu_i_ID49 = new AWMenuMenuItem('Todas');
AWMenu_i_ID49.id='AWMenu_i_ID49';
AWMenu_i_ID49.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID49.Text_o='';
AWMenu_i_ID49.Text_c='';
AWMenu_i_ID49.URL='http://www.aquaworld.com.mx/cancun-toursesp.html';
AWMenu_i_ID49.Hint='';
AWMenu_g_ID34.AddItem(AWMenu_i_ID49);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID33 = new AWMenuMenuItem('Jungle Tour');
AWMenu_i_ID33.id='AWMenu_i_ID33';
AWMenu_i_ID33.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID33.Text_o='';
AWMenu_i_ID33.Text_c='';
AWMenu_i_ID33.URL='http://www.aquaworld.com.mx/cancun-jungle-touresp.html';
AWMenu_i_ID33.Hint='';
AWMenu_g_ID34.AddItem(AWMenu_i_ID33);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID38 = new AWMenuMenuItem('Snorkel / Sub See');
AWMenu_i_ID38.id='AWMenu_i_ID38';
AWMenu_i_ID38.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID38.Text_o='';
AWMenu_i_ID38.Text_c='';
AWMenu_i_ID38.URL='http://www.aquaworld.com.mx/paradiseadventureesp.html';
AWMenu_i_ID38.Hint='';

//Create new submenu group
var AWMenu_g_ID78 = new AWMenuMenuGroup(0,0,'V');
AWMenu_g_ID78.id='AWMenu_g_ID78';
AWMenu_g_ID78.Assign(AWMenu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
AWMenu_i_ID38.AddGroup(AWMenu_g_ID78);

//Create new menu item
var AWMenu_i_ID77 = new AWMenuMenuItem('Snorkel Paraiso');
AWMenu_i_ID77.id='AWMenu_i_ID77';
AWMenu_i_ID77.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID77.Text_o='';
AWMenu_i_ID77.Text_c='';
AWMenu_i_ID77.URL='http://www.aquaworld.com.mx/cancun-snorkelingesp.html';
AWMenu_i_ID77.Hint='';
AWMenu_g_ID78.AddItem(AWMenu_i_ID77);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID81 = new AWMenuMenuItem('Sub See Paraiso');
AWMenu_i_ID81.id='AWMenu_i_ID81';
AWMenu_i_ID81.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID81.Text_o='';
AWMenu_i_ID81.Text_c='';
AWMenu_i_ID81.URL='http://www.aquaworld.com.mx/cancun-subsee-exploreresp.html';
AWMenu_i_ID81.Hint='';
AWMenu_g_ID78.AddItem(AWMenu_i_ID81);//Add menu item to the menu group
AWMenu_g_ID34.AddItem(AWMenu_i_ID38);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID35 = new AWMenuMenuItem('Paseos a Islas');
AWMenu_i_ID35.id='AWMenu_i_ID35';
AWMenu_i_ID35.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID35.Text_o='';
AWMenu_i_ID35.Text_c='';
AWMenu_i_ID35.URL='http://www.aquaworld.com.mx/cancun-toursesp.html';
AWMenu_i_ID35.Hint='';

//Create new submenu group
var AWMenu_g_ID59 = new AWMenuMenuGroup(0,0,'V');
AWMenu_g_ID59.id='AWMenu_g_ID59';
AWMenu_g_ID59.Assign(AWMenu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
AWMenu_i_ID35.AddGroup(AWMenu_g_ID59);

//Create new menu item
var AWMenu_i_ID58 = new AWMenuMenuItem('Cozumel');
AWMenu_i_ID58.id='AWMenu_i_ID58';
AWMenu_i_ID58.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID58.Text_o='';
AWMenu_i_ID58.Text_c='';
AWMenu_i_ID58.URL='http://www.aquaworld.com.mx/cancun-cozumelesp.html';
AWMenu_i_ID58.Hint='';
AWMenu_g_ID59.AddItem(AWMenu_i_ID58);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID60 = new AWMenuMenuItem('Isla Mujeres');
AWMenu_i_ID60.id='AWMenu_i_ID60';
AWMenu_i_ID60.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID60.Text_o='';
AWMenu_i_ID60.Text_c='';
AWMenu_i_ID60.URL='http://www.aquaworld.com.mx/cancun-Isla-Mujeres-Mexicoesp.html';
AWMenu_i_ID60.Hint='';
AWMenu_g_ID59.AddItem(AWMenu_i_ID60);//Add menu item to the menu group
AWMenu_g_ID34.AddItem(AWMenu_i_ID35);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID37 = new AWMenuMenuItem('Delfines');
AWMenu_i_ID37.id='AWMenu_i_ID37';
AWMenu_i_ID37.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID37.Text_o='';
AWMenu_i_ID37.Text_c='';
AWMenu_i_ID37.URL='http://www.aquaworld.com.mx/cancun-dolphin-swimesp.html';
AWMenu_i_ID37.Hint='';
AWMenu_g_ID34.AddItem(AWMenu_i_ID37);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID74 = new AWMenuMenuItem('Galeria de Imagenes');
AWMenu_i_ID74.id='AWMenu_i_ID74';
AWMenu_i_ID74.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID74.Text_o='';
AWMenu_i_ID74.Text_c='';
AWMenu_i_ID74.URL='http://www.aquaworld.com.mx/fig/photogallery.html';
AWMenu_i_ID74.Hint='';
AWMenu_g_ID34.AddItem(AWMenu_i_ID74);//Add menu item to the menu group
AWMenu_mg_ID1.AddItem(AWMenu_i_ID19);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID20 = new AWMenuMenuItem('Romance / Grupos&nbsp;');
AWMenu_i_ID20.id='AWMenu_i_ID20';
AWMenu_i_ID20.Assign(AWMenu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID20.Text_o='';
AWMenu_i_ID20.Text_c='';
AWMenu_i_ID20.TextAlign='right';
AWMenu_i_ID20.URL='http://www.aquaworld.com.mx/cancunweddingsesp.html';
AWMenu_i_ID20.Hint='';
AWMenu_i_ID20.Width=150;
AWMenu_i_ID20.LeftIcon='AWMenu_images/btn_romance.gif';
AWMenu_i_ID20.LeftIconOffsetX=2;
AWMenu_i_ID20.LeftIconOffsetY=-12;

//Create new submenu group
var AWMenu_g_ID31 = new AWMenuMenuGroup(0,0,'V');
AWMenu_g_ID31.id='AWMenu_g_ID31';
AWMenu_g_ID31.Assign(AWMenu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
AWMenu_i_ID20.AddGroup(AWMenu_g_ID31);

//Create new menu item
var AWMenu_i_ID30 = new AWMenuMenuItem('Bodas');
AWMenu_i_ID30.id='AWMenu_i_ID30';
AWMenu_i_ID30.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID30.Text_o='';
AWMenu_i_ID30.Text_c='';
AWMenu_i_ID30.URL='http://www.aquaworld.com.mx/cancunweddingsesp.html';
AWMenu_i_ID30.Hint='';
AWMenu_g_ID31.AddItem(AWMenu_i_ID30);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID44 = new AWMenuMenuItem('Crucero con Cena');
AWMenu_i_ID44.id='AWMenu_i_ID44';
AWMenu_i_ID44.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID44.Text_o='';
AWMenu_i_ID44.Text_c='';
AWMenu_i_ID44.URL='http://www.aquaworld.com.mx/cancunqueenesp.html';
AWMenu_i_ID44.Hint='';
AWMenu_g_ID31.AddItem(AWMenu_i_ID44);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID50 = new AWMenuMenuItem('Grupos');
AWMenu_i_ID50.id='AWMenu_i_ID50';
AWMenu_i_ID50.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID50.Text_o='';
AWMenu_i_ID50.Text_c='';
AWMenu_i_ID50.URL='http://www.aquaworld.com.mx/cancungroupsesp.html';
AWMenu_i_ID50.Hint='';
AWMenu_g_ID31.AddItem(AWMenu_i_ID50);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID76 = new AWMenuMenuItem('Galeria de Imagenes');
AWMenu_i_ID76.id='AWMenu_i_ID76';
AWMenu_i_ID76.Assign(AWMenu_GroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID76.Text_o='';
AWMenu_i_ID76.Text_c='';
AWMenu_i_ID76.URL='http://www.aquaworld.com.mx/fig/photogallery.html';
AWMenu_i_ID76.Hint='';
AWMenu_g_ID31.AddItem(AWMenu_i_ID76);//Add menu item to the menu group
AWMenu_mg_ID1.AddItem(AWMenu_i_ID20);//Add menu item to the menu group

//Create new menu item
var AWMenu_i_ID45 = new AWMenuMenuItem('In English&nbsp;&nbsp;');
AWMenu_i_ID45.id='AWMenu_i_ID45';
AWMenu_i_ID45.Assign(AWMenu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
AWMenu_i_ID45.Text_o='';
AWMenu_i_ID45.Text_c='';
AWMenu_i_ID45.TextAlign='right';
AWMenu_i_ID45.URL='http://www.aquaworld.com.mx/index.html';
AWMenu_i_ID45.Hint='';
AWMenu_i_ID45.Width=114;
AWMenu_i_ID45.RightPartBgImage='AWMenu_images/nav_gold_end.gif';
AWMenu_i_ID45.LeftIcon='AWMenu_images/britishflag.gif';
AWMenu_i_ID45.LeftIconOffsetY=-13;
AWMenu_mg_ID1.AddItem(AWMenu_i_ID45);//Add menu item to the menu group


