//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'90%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:210 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Windsurf"], //create header
["Tablas", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=64", ""],
["Velas", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=65",""],
["Mastiles", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=66", ""],
["Botavaras", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=67", ""],
["Bases", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=47", ""],
["Alargadores", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=48", ""],
["Arneses", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=54", ""],
["Cabos", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=55",""],
["Cascos", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=85", ""],
["Cinchas", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=86", ""],
["Fundas", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=87", ""],
["Neoprenos", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=88", ""],
["Anemometros", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=89", ""],
["Gafas", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=90", ""],
["Camaras", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=94", ""],
["Accesorios", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=91",""],


["Especial", "", ""], //create header
["OFERTAS", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=51", ""],
["OUTLET", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=35", ""],
["JUNIORS", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=69", ""],
["APAREJOS", "http://www.windsurf-today.com/shop/index.php?route=product/category&path=70", ""]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
