﻿

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#D5921A';			// Background color when mouse is not over
	var LowSubBgColor='#D5921A';		// Background color when mouse is not over on subs
	var HighBgColor='#E9DDC5';			// Background color when mouse is over
	var HighSubBgColor='#E9DDC5';		// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='000000';			// Font color when mouse is over
	var FontSubHighColor='000000';		// Font color subs when mouse is over
	var BorderColor='#000000';			// Border color
	var BorderSubColor='#000000';		// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular"	// Font family menu items
	var FontSize=7;						// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// 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 LeftPaddng=4;					// Left padding
	var TopPaddng=3;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=571;			  	// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// span id for relative positioning
	var HideTop=0;						// Hide first level when loading new document 1 or 0
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=1;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['gfx1/tri3.gif',6,18,'images/tridown.gif',0,0,'images/trileft.gif',0,0];	// Arrow source, width and height
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

/* FEMPA */

Menu1=new Array("rollover:gfx1/b1.gif:gfx1/b1b.gif","SEPRINSA","",5,16,86);
    
Menu1_1=new Array("Portada","index.htm","",0,19,86)

Menu1_2=new Array("Presentación","01intro.htm","",0,19,86)

Menu1_3=new Array("Instalaciones","01insta.htm","",0,19,86)

Menu1_4=new Array("Estructura","01extruc.htm","",0,19,86)

Menu1_5=new Array("Negocio","01cifra.htm","",0,19,86)

/* ACTIVIDADES*/

Menu2=new Array("rollover:gfx1/b2.gif:gfx1/b2b.gif","ACTIVIDADES","",7,16,105);
    
Menu2_1=new Array("Señalización horizontal","02shoz.htm","",0,19,126)

Menu2_2=new Array("Señalización vertical","02svert.htm","",0,19,126)

Menu2_3=new Array("Barreras de seguridad","02barre.htm","",0,19,126)

Menu2_4=new Array("","","",0,19,126)

Menu2_5=new Array("","","",0,19,126)

Menu2_6=new Array("","","",0,19,126)

Menu2_7=new Array("","","",0,19,126)



/* FABRICACION*/

Menu3=new Array("rollover:gfx1/b3.gif:gfx1/b3b.gif","FABRICACION","",3,16,108);
    
Menu3_1=new Array("Introducción","03intro.htm","",0,19,108)

Menu3_2=new Array("Procesos","03proce.htm","",0,19,108)

Menu3_3=new Array("Catálogo","03cat.htm","",0,19,108)


/* CALIDAD*/

Menu4=new Array("rollover:gfx1/b4.gif:gfx1/b4b.gif","CALIDAD","",1,16,81);
    
Menu4_1=new Array("Introducción","01cali.htm","",0,19,110)

/* SITUACION*/

Menu5=new Array("rollover:gfx1/b5.gif:gfx1/b5b.gif","05situa.htm","",0,16,91);


/* CONTACTO*/

Menu6=new Array("rollover:gfx1/b6.gif:gfx1/b6b.gif","06contc.htm","",0,16,100);



