// Milonic DHTML Menu
// Please note that major changes to this file have been made and is not compatible with earlier versions..
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you can remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.


// The following line is critical for menu operation, and must appear only once.
//menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500					// The time delay for menus to remain visible on mouse off
followspeed=5				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=40				// Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5);"
}

style2=[					// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"CCCCCC",					// Mouse Off Font Color
"",					// Mouse Off Background Color
"CCCCCC",					// Mouse On Font Color
"",					// Mouse On Background Color
,					// Menu Border Color 
13,							// Font Size (default is px but you can specify mm, pt or a percentage)
"Arial Narrow",					// Font Style (italic or normal)
"Arial Narrow",						// Font Weight (bold or normal)
"Arial Narrow",	// Font Name
1,							// Menu Item Padding
"imagenes/flecha-menu.gif",	// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"",					// 3D High Color
"",					// 3D Low Color
"CCCCCC",					// Current Page Item Font Color (leave this blank to disable)
"",						// Current Page Item Background Color (leave this blank to disable)
,//"http://www.idscorp.com.mx/itisa/imagenes/flechaAbajo.gif",	// Top Bar image (Leave this blank to disable)
"CCCCCC",					// Menu Header Font Color (Leave blank if headers are not needed)
"",					// Menu Header Background Color (Leave blank if headers are not needed)
]


style3=[					// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"CCCCCC",					// Mouse Off Font Color
"000000",					// Mouse Off Background Color
"CCCCCC",					// Mouse On Font Color
"000000",					// Mouse On Background Color
"CCCCCC",					// Menu Border Color 
13,							// Font Size (default is px but you can specify mm, pt or a percentage)
"Arial Narrow",					// Font Style (italic or normal)
"Arial Narrow",						// Font Weight (bold or normal)
"Arial Narrow",	// Font Name
1,							// Menu Item Padding
"",	// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"CCCCCC",					// Current Page Item Font Color (leave this blank to disable)
"000000",						// Current Page Item Background Color (leave this blank to disable)
,//"http://www.idscorp.com.mx/itisa/imagenes/flechaAbajo.gif",	// Top Bar image (Leave this blank to disable)
"CCCCCC",					// Menu Header Font Color (Leave blank if headers are not needed)
"",					// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
,				// Menu Top - The Top position of the menu in pixels
,						// Menu Left - The Left position of the menu in pixels
100,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
"top",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
,					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// ..Now Obsolete..
0,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
//Inicia menu principal Fritz 
,"<p align='center'>INICIO</p>","index.php",,,1
,"<p align='center'>QUIENES SOMOS</p>","show-menu=quienes",,,1
,"<p align='center'>SUITES</p>","show-menu=suites",,,1
,"<p align='center'>SERVICIOS</p>","show-menu=servicios",,,1
,"<p align='center'>RESERVACIONES</p>","show-menu=reserva",,,1
,"<p align='center'>COMO LLEGAR</p>","show-menu=llegar",,,1
,"<p align='center'>CONTACTO</p>","contacto.php",,,1
,"<p align='center'><img src='js/BanderaAlemania.jpg' weigth='23' heigth='15' border='0'></p>","http://www.pueblainn.com/aleman/index.php",,,1
,"<p align='left'><img src='js/USA.jpg' weigth='23' heigth='15' border='0'></p>","http://www.pueblainn.com/ingles/index.php",,,1
])


if(document.layers)m1div="_d.layers['menu1'].document.layers['mel1'].document.layers['subscribeform']"; else m1div="subscribeform"

addmenu(menu=["quienes","offset=3",,150,1,"",style3,,"",effect,,,,,,,,,,,,
,"Historia", "historia.php?/Quienes-Somos/Historia/",,,1
,"Misión", "mision.php?/Quienes-Somos/Misión/",,,1
,"Visión", "vision.php?/Quienes-Somos/Visión/",,,1
,"Directorio Ejecutivo", "directorio.php?/Quienes-Somos/Directorio-Ejecutivo/",,,1
])

addmenu(menu=["suites","offset=3",,150,1,"",style3,,"",effect,,,,,,,,,,,,
,"Sencilla", "sencilla.php?/Suites/Sencilla/",,,1
,"Doble", "doble.php?/Suites/Doble/",,,1
,"Triple", "triple.php?/Suites/Triple/",,,1
,"Junior", "junior.php?/Suites/Junior/",,,1
,"Master", "master.php?/Suites/Master/",,,1
])

addmenu(menu=["servicios","offset=3",,150,1,"",style3,,"",effect,,,,,,,,,,,,
//,"Alberca", "alberca.php?/Servicios/Alberca/",,,1
,"Area de negocios", "vip.php?/Servicios/Area-de-negocios/",,,1
//,"Desayuno Buffet", "desayuno.php?/Servicios/Desayuno-Buffet/",,,1
,"Máxima seguridad", "seguridad.php?/Servicios/Máxima-seguridad/",,,1
,"Masaje relajante", "masaje.php?/Servicios/Masaje relajante/",,,1
//,"Servicios a la habitacion", "servicios.php?/Servicios/Servicios-a-la-habitacion/",,,1
,"Transporte", "transporte.php?/Servicios/Transporte/",,,1
,"Areas Verdes", "areas.php?/Servicios/Areas-Verdes/",,,1
,"Lobby", "lobby.php?/Servicios/Lobby/",,,1
,"Motor Lobby", "motor.php?/Servicios/Motor-Lobby/",,,1
,"Estacionamiento", "estacionamiento.php?/Servicios/Estacionamiento/",,,1
//,"Super por Teléfono", "super.php?/Servicios/Super-por-Teléfono/",,,1
])

addmenu(menu=["reserva","offset=3",,150,1,"",style3,,"",effect,,,,,,,,,,,,
,"Recomendaciones", "recomendaciones.php?/Reservaciones/Recomendaciones/",,,1
,"Forma para Reservar", "reservaciones.php?/Reservaciones/Forma-para-Reservar/",,,1
])

addmenu(menu=["llegar","offset=3",,150,1,"",style3,,"",effect,,,,,,,,,,,,
,"De México DF", "mexico.php?/Como-llegar/De-México-DF/",,,1
,"De Veracruz", "veracruz.php?/Como-llegar/De-Veracruz/",,,1
,"De Parques Industriales", "show-menu=parq",,,1
,"Del Aeropuerto (Hnos Serdan)", "aeropuerto.php?/Como-llegar/Del-Aeropuerto-(Hnos Serdan)/",,,1
,"Del Centro Historico", "centroH.php?/Como-llegar/Del-Centro-Historico/",,,1
])

addmenu(menu=["parq","offset=3",,150,1,"",style3,,"",effect,,,,,,,,,,,,
,"Volkswagen, Finsa", "vw.php?/Como-llegar/Volkswagen-Finsa/",,,1
,"Chachapa, Puebla 2000", "chachapa.php?/Como-llegar/Chachapa-Puebla-2000/",,,1
])


//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file

