/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Numero de items en el primer nivel
	var LowBgColor='#CCCCCC';			// Background color when mouse is not over
	var LowSubBgColor='#4E71AB';		// Background color when mouse is not over on subs
	var HighBgColor='#FF9900';				// Background color when mouse is over
	var HighSubBgColor='#EEEEEE';			// Background color when mouse is over on subs
	var FontLowColor='#000033';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF'				// Font color when mouse is over
	var FontSubHighColor='#000033';			// Font color subs when mouse is over
	var BorderColor='#000033';			// Border color 
	var BorderSubColor='#000033';		// Border color for subs 
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana"		// Font family menu items
	var FontSize=8;					// 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, comienzo de los sub
	var ChildVerticalOverlap=0; 		// vertical, comienzo de los sub
	var StartTop=86;				// Menu cordenadas X
	var StartLeft=200;				// Menu Cordenadas Y
	var VerCorrect=1;					// Multiple frames y correction
	var HorCorrect=1;					// Multiple frames x correction
	var LeftPaddng=5;				// margen horizontal inicio de texto
	var TopPaddng=2;				// Margen vertical inicio de texto
	var FirstLineHorizontal=1;			// 1 =  HORIZONTAL, 0 = VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// tiempo de retorno del menu desplegado
	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='';				// span id for relative positioning
	var HideTop=1;				// 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=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// 1=señalización / 0= no
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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"

Menu1=new Array("Inicio","index.html","",6,16,145);
	Menu1_1=new Array("Quienes Somos","quienes.htm","",0,16,145);
	Menu1_2=new Array("Modo de trabajo","modos.htm","",0);
	Menu1_3=new Array("Presupuestos","presupuesto.htm","",0);
	Menu1_4=new Array("Garantías","garantia.htm","",0);
	Menu1_5=new Array("F.A.Q.","faq.htm","",0);
	Menu1_6=new Array("Links","links.htm","",0);
Menu2=new Array("Servicios","","",7);
	Menu2_1=new Array("Dominios / Hosting","hosting.htm","",0,16,145);
	Menu2_2=new Array("Abonos","abono.htm","",0);
	Menu2_3=new Array("Diseño Web","","",2);
		Menu2_3_1=new Array("Personalizados","web.htm","",0,16,145);
		Menu2_3_2=new Array("Templates","web.htm","",0);
	Menu2_4=new Array("Diseño Gráfico","","",5);
		Menu2_4_1=new Array("Logotipos/Marcas","grafica.htm","",0,16,145);
		Menu2_4_2=new Array("Papeles de Oficina","grafica.htm","",0);
		Menu2_4_3=new Array("Publicidad","grafica.htm","",0);
		Menu2_4_4=new Array("Ilustraciones","grafica.htm","",0);
		Menu2_4_5=new Array("Covers/CD/Libros","grafica.htm","",0);
	Menu2_5=new Array("Animaciones/Flash","","",3);
		Menu2_5_1=new Array("Publicidad","animacion.htm","",0,16,145);
		Menu2_5_2=new Array("Introducciones","animacion.htm","",0);
		Menu2_5_3=new Array("Presentaciones","animacion.htm","",0);
	Menu2_6=new Array("Multimedia","multimedia.htm","",0);
	Menu2_7=new Array("Sistemas","sistemas.htm","",0);
Menu3=new Array("Trabajos realizados","","",5);
	Menu3_1=new Array("Logos","logos.htm","",0,16,145);
	Menu3_2=new Array("Covers","covers.htm","",0);
	Menu3_3=new Array("Ilustraciones","ilustra.htm","",0);
	Menu3_4=new Array("Websites","websites.htm","",0);
	Menu3_5=new Array("Animaciones","anima.htm","",0);
Menu4=new Array("Contacto","contacto.htm","",0);
