	var NoOffFirstLineMenus=7;		// Number of main menu  items
									// Colorvariables:
									// Color variables take HTML predefined color names or "#rrggbb" strings
									// For transparency make colors and border color ""
	var LowBgColor="#C1E0C1";		// Background color when mouse is not over
	var HighBgColor="#338733";		// Background color when mouse is over
	var FontLowColor="#338733";		// Font color when mouse is not over
	var FontHighColor="#FFFFFF";	// Font color when mouse is over
	var BorderColor="#338733";		// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="arial";	        // Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";	// Item text position left, center or right
	var MenuCentered="left";		// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";	// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			    // horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;	// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=8;				// Left padding
	var TopPaddng=3;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;		// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;		// delay before menu folds in
	var UnfoldDelay=200;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";		// span id for relative positioning
	var MenuWrap=0;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;					// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHrefImg="http://www.senba.es/img/plantilla/";				// BaseHrefImg lets you specify the root directory for the images. 
	var BaseHref="http://www.senba.es/";				// BaseHref lets you specify the root directory for relative links. 

// The script precedes your relative links with BaseHref
// For instance: 
// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
// Can also be used when you use images in the textfields of the menu
// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHrefImg+"tri.gif",8,10,BaseHrefImg+"tridown.gif",8,10,BaseHrefImg+"trileft.gif",8,10,BaseHrefImg+"triup.gif",10,8];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=2;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.2, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#999999, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}
// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHrefImg+"Image1.jpg?"+BaseHrefImg+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHrefImg+"asociacion.gif?"+BaseHrefImg+"asociacion_over.gif","asociacion/asociacion.htm","",4,21,169,"","","","","","",-1,-1,-1,"","Información sobre la Senba");
	Menu1_1=new Array("Quiénes somos","asociacion/quienes_somos.htm","",8,19,134,"","","","","","",-1,-1,-1,"","Información de tipo general sobre la Senba");
		Menu1_1_1=new Array("Objetivos","asociacion/quienes_somos.htm#Objetivos","",0,19,134,"","","","","","",-1,-1,-1,"","Objetivos de la asociación");
		Menu1_1_2=new Array("Perfil socios","asociacion/quienes_somos.htm#socios","",0,19,134,"","","","","","",-1,-1,-1,"","Perfil de los socios");
		Menu1_1_3=new Array("Historia","asociacion/quienes_somos.htm#historia","",0,19,134,"","","","","","",-1,-1,-1,"","Historia de la asociación");
		Menu1_1_4=new Array("Junta directiva","asociacion/quienes_somos.htm#junta","",0,19,134,"","","","","","",-1,-1,-1,"","Junta directiva de la Senba");
		Menu1_1_5=new Array("Comisión Científica","asociacion/quienes_somos.htm#cce","",0,19,134,"","","","","","",-1,-1,-1,"","Comisión Científica");
		Menu1_1_6=new Array("Estatutos","asociacion/quienes_somos.htm#est","",0,19,134,"","","","","","",-1,-1,-1,"","Estatutos de la asociación");
		Menu1_1_7=new Array("Acta 16-02-01","asociacion/quienes_somos.htm#acta","",0,19,134,"","","","","","",-1,-1,-1,"","Acta 16-02-01");
		Menu1_1_8=new Array("Memoria 2002","asociacion/quienes_somos.htm#memoria","",0,19,134,"","","","","","",-1,-1,-1,"","Memoria ejercicio 2002");
	Menu1_2=new Array("Qué hacemos","asociacion/que_hacemos.htm","",3,19,134,"","","","","","",-1,-1,-1,"","Qué hacemos");
		Menu1_2_1=new Array("Proyectos","asociacion/que_hacemos.htm#1","",0,19,134,"","","","","","",-1,-1,-1,"","Proyecto de la Senba");
		Menu1_2_2=new Array("Revistas","asociacion/que_hacemos.htm#2","",0,19,134,"","","","","","",-1,-1,-1,"","Revista publicadas por la Senba");
		Menu1_2_3=new Array("Funciones","asociacion/que_hacemos.htm#3","",0,19,134,"","","","","","",-1,-1,-1,"","Funciones de la asociacións");
	Menu1_3=new Array("Dónde estamos","asociacion/donde_estamos.htm","",0,19,134,"","","","","","",-1,-1,-1,"","Dónde estamos");
	Menu1_4=new Array("Cómo ser socio","asociacion/ser_socio.htm","",0,19,134,"","","","","","",-1,-1,-1,"","Cómo hacerse socio de la Senba");
	
Menu2=new Array("rollover?"+BaseHrefImg+"servicios.gif?"+BaseHrefImg+"servicios_over.gif","servicios/servicios.htm","",3,21,169,"","","","","","",-1,-1,-1,"","Información sobre la Senba");
	Menu2_1=new Array("Becas y Premios","servicios/becas.htm","",3,19,134,"","","","","","",-1,-1,-1,"","Becas y Premios");
		Menu2_1_1=new Array("Becas de Investigación","servicios/becas.htm","",0,34,134,"","","","","","",-1,-1,-1,"","Becas de Investigación");
		Menu2_1_2=new Array("Premio Francisco Grande Covián y Abraham García Almansa","servicios/becas.htm#premios","",0,64,134,"","","","","","",-1,-1,-1,"","Premio Francisco Grande Covián y Abraham García Almansa");
		Menu2_1_3=new Array("Becas y premios de otras sociedades","servicios/becas.htm#ajenos","",0,34,134,"","","","","","",-1,-1,-1,"","Informaci&oacute;n de becas y premios no pertenecientes a SENBA");
	Menu2_2=new Array("Cursos y Seminarios","servicios/cursos.htm","",0,19,134,"","","","","","",-1,-1,-1,"","Cursos y Seminarios organizados por la Senba");
	Menu2_3=new Array("Congresos","servicios/congresos.htm","",0,19,134,"","","","","","",-1,-1,-1,"","Congresos de la Senba");

Menu3=new Array("rollover?"+BaseHrefImg+"agenda.gif?"+BaseHrefImg+"agenda_over.gif","agenda/agenda.asp","",3,21,169,"","","","","","",-1,-1,-1,"","Actividades del sector");
	Menu3_1=new Array("Pròximos eventos","agenda/agenda.asp","",2,19,134,"","","","","","",-1,-1,-1,"","Actividades del sector 2007-2009");
		Menu3_1_1=new Array("Año 2008","agenda/agenda.asp#2008","",0,19,70,"","","","","","",-1,-1,-1,"","Actividades del sector en el 2008");
		Menu3_1_2=new Array("Año 2009","agenda/agenda.asp#2009","",0,19,70,"","","","","","",-1,-1,-1,"","Actividades del sector en el 2009");
	Menu3_2=new Array("Formación a distancia","agenda/formacion.htm","",0,19,134,"","","","","","",-1,-1,-1,"","Formación a distancia");
	Menu3_3=new Array("Masters a distancia","agenda/masters.htm","",0,19,134,"","","","","","",-1,-1,-1,"","Masters a distancia");

Menu4=new Array("rollover?"+BaseHrefImg+"enlaces.gif?"+BaseHrefImg+"enlaces_over.gif","enlaces/enlaces.htm","",18,21,169,"","","","","","",-1,-1,-1,"","Enlaces de interés");
	Menu4_1=new Array("Tablas composición de alimentos","enlaces/tablas_composicion_alim.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Tablas de Composición de Alimentos");
	Menu4_2=new Array("Portales de nutrición","enlaces/portales_nutricion.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Portales de Nutrición");
	Menu4_3=new Array("Buscadores de internet","enlaces/buscadores.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Buscadores de Internet");
	Menu4_4=new Array("Pirámides alimentarias y de actividad","enlaces/piramides_alimentarias.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Pirámides alimentarias y de actividad física");
	Menu4_5=new Array("Revistas","enlaces/revistas.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Revistas");
	Menu4_6=new Array("Seguridad alimentaria","enlaces/seguridad_alimentaria.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Seguridad Alimentaria");
	Menu4_7=new Array("Sociedades científicas","enlaces/sociedades_científicas.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Sociedades Científicas");
	Menu4_8=new Array("Encuestas de nutrición y salud","enlaces/encuestas.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Encuestas Nutrición-Salud");
	Menu4_9=new Array("Trastornos del comport. alimentario","enlaces/trastornos_comport_alim.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Trastornos Comportamiento Alimentario");
	Menu4_10=new Array("Diabetes","enlaces/diabetes.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Diabetes");
	Menu4_11=new Array("Información para enfermos","enlaces/informacion_para_enfermos.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Información para Enfermos");
	Menu4_12=new Array("Guías de alimentación","enlaces/guias_alimentacion.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Guías de Alimentación");
	Menu4_13=new Array("Guías de práctica clínica","enlaces/guias_practica_clinica.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Guías de Práctica Clínica");
	Menu4_14=new Array("Diccionarios médicos y multilingües","enlaces/diccionarios_medicos.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Diccionarios Médicos y Multilingües");
	Menu4_15=new Array("Organizaciones sanitarias","enlaces/organizaciones_sanitarias.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Organizaciones Sanitarias");
	Menu4_16=new Array("Industria farmacéutica","enlaces/industria_farmaceutica.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Industria Farmacéutica");
	Menu4_17=new Array("Software y calculadores online","enlaces/software_nutri.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Software sobre nutrición y Calculadores online");
	Menu4_18=new Array("Formación y cursos","enlaces/formacion.htm","",0,19,220,"","","","","","",-1,-1,-1,"","Formación, cursos e información para estudiantes");

Menu5=new Array("rollover?"+BaseHrefImg+"publicaciones.gif?"+BaseHrefImg+"publicaciones_over.gif","publicaciones/publicaciones.htm","",5,21,169,"","","","","","",-1,-1,-1,"","Publicaciones sobre Alimentación y Dietática");
	Menu5_1=new Array("Bibliografía","publicaciones/indice_biblio.htm","",0,19,134 ,"","","","","","",-1,-1,-1,"","Bibliografía");
	Menu5_2=new Array("Libros Digitales","publicaciones/libros_digitales.htm","",0,19,134 ,"","","","","","",-1,-1,-1,"","Libros Digitales");
	Menu5_3=new Array("Revistas","publicaciones/revistas.htm","",0,19,134 ,"","","","","","",-1,-1,-1,"","Revistas de interés");
	Menu5_4=new Array("Librería On-line","publicaciones/libreria.htm","",0,19,134 ,"","","","","","",-1,-1,-1,"","Librería On-line por cortes&iacute;a de Diaz de Santos");
	Menu5_5=new Array("Prensa","publicaciones/prensa.htm","",0,19,134 ,"","","","","","",-1,-1,-1,"","Artículos publicados por SENBA y sus socios");

Menu6=new Array("rollover?"+BaseHrefImg+"recursos.gif?"+BaseHrefImg+"recursos_over.gif","recursos/indice_recursos.htm","",4,21,169,"","","","","","",-1,-1,-1,"","Recursos Didácticos de la Senba");
	Menu6_1=new Array("Los Alimentos","recursos/indice_alimentos.htm","",0,19,134 ,"","","","","","",-1,-1,-1,"","Los Alimentos");
	Menu6_2=new Array("Nutrición en situación normal","recursos/indice_normal.htm","",0,34,134 ,"","","","","","",-1,-1,-1,"","Nutrición en situación normal");
	Menu6_3=new Array("Nutrición y Patología ","recursos/indice_patologia.htm","",0,19,134 ,"","","","","","",-1,-1,-1,"","Nutrición y Patología ");
	Menu6_4=new Array("Tecnología y Seguridad Alimentaria","recursos/indice_tecnologia.htm","",0,34,134 ,"","","","","","",-1,-1,-1,"","Tecnología y Seguridad Alimentaria");

Menu7=new Array("rollover?"+BaseHrefImg+"socios.gif?"+BaseHrefImg+"socios_over.gif","asociacion/ser_socio.htm","",0,19,134,"","","","","","",-1,-1,-1,"","Cómo hacerse socio de la Senba");