// 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="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

//"FFFFFF",			        // COLOR TEXTO CELDA SIN SELECCIONAR
//"#0A8CFF",				// FONDO DEL MENU
//"FFFFFF",				// COLOR TEXTO CELDA SELECCIONADA
//"#0A8CFF",				// FONDO DE CELDA SELECCIONADA
//"FFFFFF",				// COLOR BORDE DE LAS CELDAS

effect = "Fade(duration=0.1);Alpha(style=0,opacity=100);Shadow(color='#408080', Direction=135, Strength=1)"

timegap=10			 	// TIEMPO DE PERMANENCIA DEL MENU UNA VEZ DEJA DE ESTAR ENFOCADO
followspeed=0.2			        // TIEMPO QUE TARDA EN APARECER
followrate=2000				// Follow Scrolling Rate
suboffset_top=20;			// POSICION TOP DE SUBMENU
suboffset_left=180;			// POSICION LEFT DE SUBMENU

style1=[				// 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.
"#999999",			        // COLOR TEXTO CELDA SIN SELECCIONAR
"#000000",				// FONDO DEL MENU
"#000000",				// COLOR TEXTO CELDA SELECCIONADA
"#F3F0E8",				// FONDO DE CELDA SELECCIONADA
"#000000",				// COLOR BORDE DE LAS CELDAS
12,					// TAMAÑO DE LETRA
"italic",				// Font Style (italic or normal)
"bold",					// TIPO DE LETRA
"tahoma",		                // NOMBRE DE FUENTE
5,					// MARGEN ENTRE TEXTO Y BORDE DEL MENU
,		                        // IMAGEN DE SUBMENUS (Leave this blank if not needed)
0,					// 3D Border & Separator bar
"#000000",				// 3D COLOR
"#000000",				// 3D SOMBRA
,				        // Current Page Item Font Color (leave this blank to disable)
,    				        // Current Page Item Background Color (leave this blank to disable)
,                                       // Top Bar image (Leave this blank to disable)
,				        // Menu Header Font Color (Leave blank if headers are not needed)
,				        // Menu Header Background Color (Leave blank if headers are not needed)
]

stylesubmenu=[				// 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.
"#000000",			        // COLOR TEXTO CELDA SIN SELECCIONAR
"#EEEEEE",				// FONDO DEL MENU
"#000000",				// COLOR TEXTO CELDA SELECCIONADA
"#CCCCCC",				// FONDO DE CELDA SELECCIONADA
"#000000",				// COLOR BORDE DE LAS CELDAS
10,					// TAMAÑO DE LETRA
"italic",				// Font Style (italic or normal)
,					// TIPO DE LETRA
"tahoma",		                // NOMBRE DE FUENTE
4,					// MARGEN ENTRE TEXTO Y BORDE DEL MENU
,			 	        // IMAGEN DE SUBMENUS (Leave this blank if not needed)
,					// 3D Border & Separator bar
,				        // 3D COLOR
,				        // 3D SOMBRA
,				        // Current Page Item Font Color (leave this blank to disable)
,				        // Current Page Item Background Color (leave this blank to disable)
,					// Top Bar image (Leave this blank to disable)
,				        // 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
95,					// POSICION DEL MENU ARRIBA
0,					// POSICION DEL MENU IZQUIERDA
160,					// Menu Width - Menus width in pixels
1,					// Menu Border Width
"center",				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,					// 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)
"left",			        	// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,					// 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)
0, 					// 1 -Menú Horizontal 0- Menu Vertical
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..
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// 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
//**************************************************************************************
//************MENU PRINCIPAL************************************************************
//**************************************************************************************
,"CANYONS","show-menu=CANYONS",,"",1
,"LEGENDA","legenda.htm target=core",,"",1
,"MAPPE","show-menu=MAPPE",,"",1
,"FOTO","show-menu=FOTO",,"",1
,"VIDEO","extra/video.htm target=core",,"",1
,"EXTRA","extras.htm target=core",,"",1
,"GUIDE","guides.htm target=core",,"",1
,"LINKS","show-menu=LINKS",,"",1
])
//**************************************************************************************
//**************************************************************************************

addmenu(menu=["CANYONS",
,,120,1,,stylesubmenu,0,"left","randomdissolve(duration=0.1);Shadow(color='#C0C0C0', Direction=135, Strength=1)",0,,,,,,,,,,,
,"Lombardia","lombardia.htm target=core",,,1
,"Svizzera","svizzera.htm target=core",,,1
])

//===========================================================================

addmenu(menu=["MAPPE",
,,120,1,,stylesubmenu,0,"left","randomdissolve(duration=0.1);Shadow(color='#C0C0C0', Direction=135, Strength=1)",0,,,,,,,,,,,
,"Lecco - Como","mappe/leccocomo.htm target=core",,,1
,"Valtellina","mappe/valli.htm target=core",,,1
])

///===========================================================================

addmenu(menu=["FOTO",
,,120,1,,stylesubmenu,0,"left","randomdissolve(duration=0.1);Shadow(color='#C0C0C0', Direction=135, Strength=1)",0,,,,,,,,,,,
,"2004","extra/foto.htm target=core",,,1
,"2005","extra/zero5.htm target=core",,,1
,"2006","extra/zero6.htm target=core",,,1
])

///===========================================================================

addmenu(menu=["LINKS",
,,120,1,,stylesubmenu,0,"left","randomdissolve(duration=0.1);Shadow(color='#C0C0C0', Direction=135, Strength=1)",0,,,,,,,,,,,
,"Canyoning Italia","linkitalia.htm target=core",,,1
,"Canyoning Estero","linkestero.htm target=core",,,1
,"Utility","linkutility.htm target=core",,,1
,"Equipments","linkequipment.htm target=core",,,1
])

dumpmenus()

