

//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. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////




timegap=500                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=50                 // Follow Scrolling Rate
suboffset_top=5               // Sub menu offset Top position
suboffset_left=10             // Sub menu offset Left position



PlainStyle=[                  // PlainStyle is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"ffffff",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"0099FF",                     // Mouse On Font Color
"CCCCCC",                     // Mouse On Background Color
"cccccc",                     // Menu Border Color
"12",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica",// Font Name
4,                            // Menu Item Padding or spacing
,		                  // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
"FFFF00",                     // 3D High Color
"CCFFFF",                     // 3D Low Color
,                  		// 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)
"ffffff",                     // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                     // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]

PlainStylesub=[               // PlainStyle is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"ffffff",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"0099FF",                     // Mouse On Font Color
"F2F2F2",                     // Mouse On Background Color
"cccccc",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica",// Font Name
4,                            // Menu Item Padding or spacing
,		                  // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
"FFFF00",                     // 3D High Color
"CCFFFF",                     // 3D Low Color
"666666",                     // Current Page Item Font Color (leave this blank to disable)
"FFFFFF",                     // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"ffffff",                     // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                     // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]



		


addmenu(menu=[
"bikecompmenu",			// Menu Name - This is needed in order for this menu to be called
25,					// Menu Top - The Top position of this menu in pixels
0,					// Menu Left - The Left position of this menu in pixels
90,					// 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"
PlainStyle,				// Properties Array - this array is declared higher up as you can see above
1,					// Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,					// Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,					// Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,					// Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu Color must be set to transparent for this to work
0,					// Scrollable Menu
,					// Miscellaneous Menu Properties
,"Bicicletas&nbsp;","show-menu=Sub0",,,1
,"Cuadros&nbsp;","show-menu=Sub1",,,1
,"Suspensiones&nbsp;","show-menu=Sub2",,,1
,"Transmisión&nbsp;","show-menu=Sub3",,,1
,"Componentes&nbsp;","show-menu=Sub4",,,1
,"Vestimenta&nbsp;","show-menu=Sub5",,,1
,"Accesorios&nbsp;","show-menu=Sub6",,,1
,"Servicios&nbsp;","show-menu=Sub7",,,1
,"e-mail&nbsp;","show-menu=Sub8",,,1
,"Taller","show-menu=Sub9",,,1
])

	addmenu(menu=[
	"Sub0",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                   // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Santa Cruz","/productos/santacruz/santacruz.htm",,,0
	,"DMR","/productos/dmr/dmrbikes.htm",,,0
	,"Moots","/productos/moots/moots.htm",,,0
	,"swobo","/productos/swobo/swobo.htm",,,0
	])


	
	addmenu(menu=[
	"Sub1",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                   // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Santa Cruz","productos/santacruz/santacruz.htm",,,0
	,"DMR","/productos/dmr/dmrframes.htm",,,0
	,"Moots","/productos/moots/moots.htm",,,0
	])

	

	addmenu(menu=[
	"Sub2",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                   // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Horquillas","/productos/horquillas/horquillas.htm",,,0
	,"Amortiguadores","/productos/amortiguadores/amortiguadores.htm",,,0
	,"Servicio Tecnico","/taller/serviciotecnico.htm",,,0
	])


	
	addmenu(menu=[
	"Sub3",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                   // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Bielas y ejes","/productos/bielas/bielas.htm",,,0
	,"Cambios","/productos/cambios/cambios.htm",,,0
	,"Cassetes platos cadenas","/productos/cassetes/cassetes.htm",,,0
	,"Bujes","/productos/bujes/bujes.htm",,,0
	,"Pedales","/productos/pedales/pedales.htm",,,0
	,"Guíacadenas","/productos/guiacadenas/guiacadenas.htm",,,0
	])



	addmenu(menu=[
	"Sub4",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                   // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Direcciones","/productos/direcciones/direcciones.htm",,,0
	,"Potencias","/productos/potencias/potencias.htm",,,0
	,"Manillares","/productos/manillares/manillares.htm",,,0
	,"Frenos disco","/productos/fdisco/fdisco.htm",,,0
	,"Llantas","/productos/llantas/llantas.htm",,,0
	,"Ruedas","/productos/ruedas/ruedas.htm",,,0
	,"Cubiertas","/productos/cubiertas/cubiertas.htm",,,0
	,"Sillines","/productos/sillines/sillines.htm",,,0
	,"Tijas","/productos/tijas/tijas.htm",,,0
	])



	addmenu(menu=[
	"Sub5",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Cascos","/productos/cascos/cascos.htm",,,0
	,"Gafas","/productos/gafas/gafas.htm",,,0
	,"Guantes","/productos/guantes/guantes.htm",,,0
	,"Zapatillas","/productos/zapatillas/zapatillas.htm",,,0
	,"Protecciones","/productos/protecciones/protecciones.htm",,,0
	,"Ropa","/productos/ropa/ropa.htm",,,0
	,"Dainese","/productos/dainese/dainese.htm",,,0
	,"TroyLee","/productos/troylee/troylee.htm",,,0
	])



	addmenu(menu=[
	"Sub6",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Hidratación","/productos/hidratacion/hidratacion.htm",,,0
	])



	addmenu(menu=[
	"Sub7",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"¿Cómo Comprar?","/condiciones/comocomprar.htm",,,0
	,"Dónde encontrarnos","/donde/donde.htm",,,0
	,"La Tienda + Racing","/tienda/tienda.htm",,,0
	,"Ofertas","/ofertas/ofertas.htm",,,0
	,"Lista de precios","/precios/precios.htm",,,0
	,"Rutas","/rutas/rutas.htm",,,0
	])



	addmenu(menu=[
	"Sub8",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"E-mail Madrid","mailto:info@ltmracing.com",,,0
	,"E-mail Cataluña","mailto:infocat@ltmracing.com",,,0
	])
	
	
	addmenu(menu=[
	"Sub9",                       // Menu Name - This is needed in order for this menu to be called
	,                             // Menu Top - The Top position of this menu in pixels
	,                             // Menu Left - The Left position of this menu in pixels
	145,                          // Menu Width - Menus width in pixels
	1,                            // Menu Border Width
	,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	PlainStylesub,                // Properties Array - this array is declared higher up as you can see above
	0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
	,                             // Alignment - sets this 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 Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
	0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
	0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
	,                             // Position of TOP sub image left:center:right
	,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
	0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
	0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
	,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,                             // Background image for menu Color must be set to transparent for this to work
	0,                            // Scrollable Menu
	,                             // Miscellaneous Menu Properties
	,"Suspensiones","/taller/suspensiones.htm",,,0
	,"Montaje Ruedas","/taller/montajeruedas.htm",,,0
	,"mecanica General","/taller/taller.htm",,,0
	])


dumpmenus();
