resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'80%', // express as percentage with the % sign (JP: Decía 10%)
linkheight:22 ,  // linked horizontal cells height (JP: decía 22 (18 estaba))
hdingwidth:150 ,  // heading - non linked horizontal cells width (JP: decia 210)
// 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
["Menú Pirovanense"], //create header
["Nuestra Iglesia", "main_Iglesia.html", "mainFrame"],
["Fotos de Ayer", "http://picasaweb.google.es/cargayayo/PirovanoAyer?authkey=ZmOZxiOSp3E", "mainFrame"],
["Fotos de Hoy", "http://picasaweb.google.es/cargayayo/PirovanoHoy?authkey=VS3_y8WS5HI","mainFrame"],
["Historia", "main_histo.html", "mainFrame"],
["Literaria", "main_literaria1.html", "mainFrame"],
["Deportes", "main_deport.html", "mainFrame"],
["Fotos Musical", "http://picasaweb.google.es/cargayayo/PirovanoMusical?authkey=b5QCNgC6LF4", "mainFrame"],
["Nuestra Música", "../mp3/main_music.html", "mainFrame"],
["De Interés", "main_interes.html", "mainFrame"],

["Colaboradores", "anunciantes.html", "mainFrame", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Email", "contact.html", "mainFrame",1,""], //No se en que varia el 1 (El "no",permite otro menú como mail)

["Otros enlaces", "", ""], //create header
["Solidarias", "main_ayuda.html", "mainFrame"],
["Anuncios grátis", "main_gratis.html", "mainFrame"],
["Libro de Visitas", "http://175283.guestbooks.motigo.com/", "mainFrame"],

["NotiNac", "main_nacionales.html", "mainFrame", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["NotiPirovano", "main_noti_loc.html", "mainFrame",1,""] //Sin comas al finalizar

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();