/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;           // Numero de items del primer nivel
	var LowBgColor='#e1e1e1';             // Color de fondo cuando el raton no esta encima del menu
	var LowSubBgColor='#e1e1e1';			// Color de fondo cuando el raton no esta sobre el Submenu
	var HighBgColor='red';			// Color de fondo cuando el raton  esta sobre el menu
	var HighSubBgColor='red';			// Color de fondo cuando el raton  esta sobre el Submenu
	var FontLowColor='red';			// Color de la funte cuando el mouse no esta sobre el menu
	var FontSubLowColor='red';		// Color de la funte cuando el mouse no esta sobre el Submenu  
	var FontHighColor='white';			// Color de la funte cuando el mouse  esta sobre el menu
	var FontSubHighColor='white';		// Color de la funte cuando el mouse  esta sobre el Submenu 
	var BorderColor='red';			// Color de Borde
	var BorderSubColor='red';			// Color de Borde de los Submenus
	var BorderWidth=1;				    // Ancho del Borde
	var BorderBtwnElmnts=1;			   // Borde entre  elementos 1 o 0
	var FontFamily="arial,comic sans ms,technical"	// Familia de la fuente de los Items del menu
	var FontSize=8;				       // Tamaño de la fuente de los Items del Menu
	var FontBold=0;				       // Negrita de los Items del Menu 1 o 0
	var FontItalic=0; 				   // Italica de los  items del menu 1 o 0
	var MenuTextCentered='left';       // Posicion del Texto de los Items 'Left', 'Center' o 'Right'
	var MenuCentered='left';			// Position horizontal del Menu   'Left', 'Center' o 'Right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=135;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='';				// 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=0;			// 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=['../images/tri.gif',5,10,'../images/tridown.gif',10,5,'../images/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("Home","index.htm","",0,20,100);

Menu2=new Array("Programación a medida","","",7,20,130);
	Menu2_1=new Array("Administración de fincas ","fincas.htm","",0,20,150);		
	Menu2_2=new Array("Agencias Inmobiliarias","inmuebles.htm","",0);
	Menu2_3=new Array("Gestión de Clientes ","clientes.htm","",0);		
	Menu2_4=new Array("Empresas de Transportes","transporte.htm","",0);
	Menu2_5=new Array("Control de Obras ","obras.htm","",0);		
	Menu2_6=new Array("Colegios de E. Concertada ","colegio.htm","",0);		
	Menu2_7=new Array("Otras","informacion.htm","",0);

Menu3=new Array("Diseño Web","web.htm");
Menu4=new Array(" Venta de equipos","ventaequipos.htm");
Menu5=new Array("Redes de Datos","red.htm","",0);
Menu6=new Array("E.U.I.T.I.O","","",4);
	Menu6_1=new Array("Programación I","prog1.htm","",0,20,180);
	Menu6_2=new Array("E. Datos y de la Información","datos.htm","",0);
	Menu6_3=new Array("T. Electrónica","electronica.htm","",0);
	Menu6_4=new Array("E.U.I.T.I.O.","http://www15.uniovi.es","",0);		

Menu7=new Array("Contacto","","",3);
	Menu7_1=new Array("E-mail @ ","mail.htm","",0,20,150);
	Menu7_2=new Array("Peticion de información","informacion.htm","",0);
	Menu7_3=new Array("Localización","localiza.htm","",0);	
	
