// write me if you have questions: web.master@male.ru

// constants
var left_corner_x =23; // x-coordinate of top left corner of dropdown menu 
var left_corner_y = 100; // y-coordinate of top left corner of dropdown menu 
var back_color = '#6699FF'; // the background color of dropdown menu 
var border_color = 'black'; // the color of dropdown menu border
var border_size  = '0'; // the width of dropdown menu border
var menu_width   = '175'; // the width of dropdown menu 
//// Don't change these parameters
var delay  = 500; /////
var active_layer_id = -1;  /////
var on_layer_id  = -1;  /////
var buff_id  = -1;  /////
/// ----------------------------
//Script developed by Alexey
//for support visit http://www.geocities.com/menulite
//submitted to A1 JavaScripts - www.a1javascripts.com
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 



// Attention! You have to change the first number in Array line to change the width of the particular column! 
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 
menu_content     = new Array ('110 | <a href=el_club_directorio.php class=subMenu>Directorio</a> | <a href=el_club_historia.php class=subMenu>Comunicándonos</a> | <a href=el_club_infraestructura.php class=subMenu>Insfraestructura</a> | <a href=el_club_reglamento.php class=subMenu>Reglamento y Estatutos</a> | <a href=el_club_horarios.php class=subMenu>Horarios y Contacto </a> | <a href=el_club_ubicacion.php class=subMenu>Ubicación</a> | <a href=el_club_administracion.php class=subMenu>Gerencia General y Administración</a> | <a href=el_club_contacto.php class=subMenu>Contacto</a>',
				 '110 | <a href=alto-rendimiento.php class=subMenu>Escuela de Tenis Alto Rendimiento</a> | <a href=tenis_comite.php class=subMenu>Comite</a> | <a href=tenis_reglamento.php class=subMenu>Reglamento</a> | <a href=tenis_calendario.php class=subMenu>Calendario</a> | <a href=escalerilla/index.php class=subMenu>Escalerilla</a>| <a href=tenis_escuela.php class=subMenu>Escuela</a>| <a href=tenis_clases_particulares.php class=subMenu>Clases Particulares</a> | <a href=tenis_galeria.php class=subMenu>Galeria</a>',
				  '110 | <a href=deporte_adulto_mayor.php class=subMenu>Adulto Mayor</a> | <a href=deporte_hokey.php class=subMenu>Hockey Cesped</a> |<a href=deporte_aerobox.php class=subMenu>Aerobox</a> | <a href=deporte_aerobica.php class=subMenu>Gimnasia Aerobica</a> | <a href=deporte_ironkid.php class=subMenu>Ironkid</a> | <a href=deporte_taekwando.php class=subMenu>Taekwondo</a> | <a href=deporte_voleyball.php class=subMenu>Voleyball Playa</a> | <a href=deporte_scout.php class=subMenu>Scouts</a> | <a href=deporte_esc_verano.php class=subMenu>Escuela de Verano</a> | <a href=deporte_esc_natacion.php class=subMenu>Escuela de Natacion</a> | <a href=deporte_aquagym.php class=subMenu>Aquagym</a> | <a href=deporte_waterpolo.php class=subMenu>WaterPolo</a> |<a href=deporte_actividades_esp.php class=subMenu>Actividades Especiales</a> | <a href=deporte_pool.php class=subMenu>Pool</a> | <a href=deporte_padel.php class=sunMenu>Padel</a>');
