// JavaScript Document

var arr_opcionesMenu = new Array;

function opcionesMenu (botonSup, nameBotonLeft, valueBotonLeft, urlBotonLeft) {
	this.botonSup = botonSup;
	this.nameBotonLeft = nameBotonLeft;
	this.valueBotonLeft = valueBotonLeft;
	this.urlBotonLeft = urlBotonLeft;
}

arr_opcionesMenu[1] =new opcionesMenu('botonHome1','botonLeft1','Oportunidad','htmlFiles/oportunidad.htm');
arr_opcionesMenu[2] =new opcionesMenu('botonHome1','botonLeft2','Integración','htmlFiles/integracion.htm');
arr_opcionesMenu[3] =new opcionesMenu('botonHome1','botonLeft3','Opción','htmlFiles/opcion.htm');
arr_opcionesMenu[4] =new opcionesMenu('botonHome1','botonLeft4','Propuesta','htmlFiles/propuesta.htm');
arr_opcionesMenu[5] =new opcionesMenu('botonHome1','botonLeft5','Oferta','htmlFiles/oferta.htm');
arr_opcionesMenu[6] =new opcionesMenu('botonHome1','botonLeft6','Planeación','htmlFiles/planeacion.htm');

arr_opcionesMenu[7] =new opcionesMenu('botonHome2','botonLeft1','Misión','htmlFiles/mision.htm');
arr_opcionesMenu[8] =new opcionesMenu('botonHome2','botonLeft2','Visión','htmlFiles/vision.htm');
arr_opcionesMenu[9] =new opcionesMenu('botonHome2','botonLeft3','Compromiso','htmlFiles/compromiso.htm');
arr_opcionesMenu[10] =new opcionesMenu('botonHome2','botonLeft4','Estrategia','htmlFiles/estrategia.htm');
arr_opcionesMenu[11] =new opcionesMenu('botonHome2','botonLeft5','Ventajas','htmlFiles/ventajas.htm');
arr_opcionesMenu[12] =new opcionesMenu('botonHome2','botonLeft6','Experiencia','htmlFiles/experiencia.htm');

arr_opcionesMenu[13] =new opcionesMenu('botonHome3','botonLeft1','A La Medida','htmlFiles/medida.htm');
arr_opcionesMenu[14] =new opcionesMenu('botonHome3','botonLeft2','Colegios','htmlFiles/colegios.htm');
arr_opcionesMenu[15] =new opcionesMenu('botonHome3','botonLeft3','Encuestas','htmlFiles/encuestas.htm');
arr_opcionesMenu[16] =new opcionesMenu('botonHome3','botonLeft4','Transportes','htmlFiles/transporte.htm');
arr_opcionesMenu[17] =new opcionesMenu('botonHomex','botonLeft5','Productos 5','productos.htm');
arr_opcionesMenu[18] =new opcionesMenu('botonHomex','botonLeft6','Productos 6','productos.htm');

arr_opcionesMenu[19] =new opcionesMenu('botonHome4','botonLeft1','Consultoría ','htmlFiles/consultoria.htm');
arr_opcionesMenu[20] =new opcionesMenu('botonHome4','botonLeft2','Técnicos','htmlFiles/tecnicos.htm');
arr_opcionesMenu[21] =new opcionesMenu('botonHome4','botonLeft3','OutSourcing','htmlFiles/outsourcing.htm'); 
arr_opcionesMenu[22] =new opcionesMenu('botonHomex','botonLeft4','Servicios 4','htmlFiles/servicios.htm');
arr_opcionesMenu[23] =new opcionesMenu('botonHomex','botonLeft5','Servicios 5','htmlFiles/servicios.htm');
arr_opcionesMenu[24] =new opcionesMenu('botonHomex','botonLeft6','Servicios 6','htmlFiles/servicios.htm');

arr_opcionesMenu[25] =new opcionesMenu('botonHome5','botonLeft1','S.O.','htmlFiles/os.htm');
arr_opcionesMenu[26] =new opcionesMenu('botonHome5','botonLeft2','B.D.','htmlFiles/db.htm');
arr_opcionesMenu[27] =new opcionesMenu('botonHome5','botonLeft3','I.D.E.','htmlFiles/ide.htm');
arr_opcionesMenu[28] =new opcionesMenu('botonHome5','botonLeft4','Lenguajes','htmlFiles/lang.htm');
arr_opcionesMenu[29] =new opcionesMenu('botonHome5','botonLeft5','Móviles','htmlFiles/moviles.htm');
arr_opcionesMenu[30] =new opcionesMenu('botonHome5','botonLeft6','Protocolos','htmlFiles/protocolos.htm');

arr_opcionesMenu[31] =new opcionesMenu('botonHomex','botonLeftx','Mercadeo','htmlFiles/mercadeo.htm');
arr_opcionesMenu[32] =new opcionesMenu('botonHomex','botonLeftx','Gerencia','htmlFiles/gerencia.htm');
