function StopLoad() {
 document.getElementById("ALogo").style.display="none";
}

function ChangeMenu(Bann){

switch(Bann) {

case 'Empresa' :
  window.document["banner"].src = "images/BannerNEmpresa.gif"
break;

case 'Base' :
  window.document["banner"].src = "images/BannerBase.gif"
break;

case 'Consultoria' :
  window.document["banner"].src = "images/BannerConsultoria.gif"
break;

case 'Desarrollo' :
  window.document["banner"].src = "images/BannerDesarrollo.gif"
break;

case 'LP3' :
  window.document["banner"].src = "images/BannerLP3.gif"
break;

case 'LPC' :
  window.document["banner"].src = "images/BannerLPC.gif"
break

case 'W3' :
  window.document["banner"].src = "images/BannerW3.gif"
break

case 'Contactar' :
  window.document["banner"].src = "images/BannerContacto.gif"
break
}
}

//función para boton EMPRESA
function Empresa_On(){
	window.document["BotEmpresa"].src = "images/BotonNEmpresaD.gif"
}
function Empresa_Off(){
	window.document["BotEmpresa"].src = "images/BotonNEmpresa.gif"
}
//función para boton DESARROLLO
function Desarrollo_On(){
	window.document["BotDesarrollo"].src = "images/BotonDesarrolloD.gif"
}
function Desarrollo_Off(){
	window.document["BotDesarrollo"].src = "images/BotonDesarrollo.gif"
}
//función para boton CONSULTORIA
function Consultoria_On(){
	window.document["BotConsultoria"].src = "images/BotonConsultoriaD.gif"
}
function Consultoria_Off(){
	window.document["BotConsultoria"].src = "images/BotonConsultoria.gif"
}
//función para boton W3
function W3_On(){
	window.document["BotW3"].src = "images/BotonW380x50D.gif"
}
function W3_Off(){
	window.document["BotW3"].src = "images/BotonW380x50.gif"
}
//función para boton LPC
function LPC_On(){
	window.document["BotLPC"].src = "images/BotonLPCD.gif"
}
function LPC_Off(){
	window.document["BotLPC"].src = "images/BotonLPC.gif"
}
//función para boton LP3
function LP3_On(){
	window.document["BotLP3"].src = "images/BotonLP3D.gif"
}
function LP3_Off(){
	window.document["BotLP3"].src = "images/BotonLP3.gif"
}
//función para boton HOME
function Casa_On(){
	window.document["BotHome"].src = "images/BotonHomeD.gif"
}
function Casa_Off(){
	window.document["BotHome"].src = "images/BotonHome.gif"
}
//función para boton Medida
function Contacto_On(){
	window.document["BotContacto"].src = "images/BotonContactoD.gif"
}
function Contacto_Off(){
	window.document["BotContacto"].src = "images/BotonContacto.gif"
}

