/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//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:'80%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height
hdingwidth:150 ,  // heading - non linked horizontal cells width
//bartext:"M E N U",  // Text for 'draw' bar.  Quoted <img> tag may be used, ex: bartext:'<img src="my_bar.gif">',
bartext:'<img src="http://www.elferre.net/Pics/menu.jpg">',  // Text for 'draw' bar.  Quoted <img> tag may be used, ex: bartext:'<img src="my_bar.gif">',

menuspeed:3,  // Speed of menu sliding, smaller is faster (interval of milliseconds)
allowtransparent:false,  // Ordinarily, the table's bgcolor is the border color, use true here to make it transparent
hdingcolor:"white",  // Headings - text color
hdingbgcolor:"#739EB5",  // Headings - background color

barwidth:18,  // Width of 'draw' bar (this will be its height for the top menu The below hdingwidth plus (for left and right menus) the above barwidth and (2+d_colspan) times the borderwidth will be used for the table's width.
barcolor:"white",  // Text color for 'draw' bar
barbgcolor:"#739EB5",   // Background color for 'draw' bar
barfontweight:"bold",  // Bar font weight
 

// 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
["M e n u"], //create header
["Inicio", "http://www.elferre.net/inicio.asp", ""],
["Conócenos", "http://www.elferre.net/Socios/Fotos/conocenos.asp",""],
["Fotos", "http://www.elferre.net/galeriaMenu.asp", ""],
["Videos", "http://www.elferre.net/videosMenu.asp", ""],
["Taller", "http://www.elferre.net/Taller/taller.asp", ""],
["Enlaces", "http://www.elferre.net/enlaces.asp", ""],
["Foro", "http://www.asturiasrc.com/elferre", ""],
["Contacto", "http://www.elferre.net/Formmail/contacto.asp", ""],
["Solo Socios", "http://www.elferre.net/Socios/ssMenu.asp", ""],
["Solicitud de ingreso", "http://www.elferre.net/Formmail/SolicitudIngreso_NEW.asp", ""],
["Campos de vuelo"], 
["Logrezana", "http://www.elferre.net/CampoDeLogrezana/CampoDeLogrezana.asp", "",1,"no"],
["Susacasa", "http://www.elferre.net/CampoDeLuanco/CampoDeLuanco.asp", "",1],

//["Campo de vuelo"], 
//["Cancienes", "http://www.elferre.net/CampoDeVuelo/CampoDeVuelo.asp", "",1,"no"],
//["Luanco", "http://www.elferre.net/CampoDeLuanco/CampoDeLuanco.asp", ""],
["______________"]
]}; // REQUIRED!! do not edit or remove 


////////////////////Stop Editing/////////////////

make_menus();