// Java Documentfunction Inicio()

if (document.images) {
  var boton1_off = new Image();
  boton1_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/inicio2.png";
  var boton1_on = new Image();
  boton1_on.src = "http://lifnetwork.com/portal/menucE/inicio2e.png";
  var boton2_off = new Image();
  boton2_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/informacion2.png";
  var boton2_on = new Image();
  boton2_on.src = "http://lifnetwork.com/portal/menucE/informacion2e.png";  
  var boton3_off = new Image();
  boton3_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/foro2.png";
  var boton3_on = new Image();
  boton3_on.src = "http://lifnetwork.com/portal/menucE/foro2e.png";    
  var boton4_off = new Image();
  boton4_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/panelyregistro2.png";
  var boton4_on = new Image();
  boton4_on.src = "http://lifnetwork.com/portal/menucE/panelyregistro2e.png";      
  var boton5_off = new Image();
  boton5_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/cliente2.png";
  var boton5_on = new Image();
  boton5_on.src = "http://lifnetwork.com/portal/menucE/cliente2e.png";        
  var boton6_off = new Image();
  boton6_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/staff2.png";
  var boton6_on = new Image();
  boton6_on.src = "http://lifnetwork.com/portal/menucE/staff2e.png";          
  var boton7_off = new Image();
  boton7_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/reglamento2.png";
  var boton7_on = new Image();
  boton7_on.src = "http://lifnetwork.com/portal/menucE/reglamento2e.png";            
  var boton8_off = new Image();
  boton8_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/teamspeak2.png";
  var boton8_on = new Image();
  boton8_on.src = "http://lifnetwork.com/portal/menucE/teamspeak2e.png";              
  var boton9_off = new Image();
  boton9_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/descargas2.png";
  var boton9_on = new Image();
  boton9_on.src = "http://lifnetwork.com/portal/menucE/descargas2e.png";                
  var boton10_off = new Image();
  boton10_off.src = "http://lifnetwork.com/portal/recortes/menu%20izquierda/donaciones2.png";
  var boton10_on = new Image();
  boton10_on.src = "http://lifnetwork.com/portal/menucE/donaciones2e.png";                  
  var boton11_off = new Image();
}

// Carga de imagen cuando el ratón pasa por encima
function entra(boton) {
  if (document.images) {
    if (boton == 'boton1') {
      document.images[boton].src = boton1_on.src;
    }
    if (boton == 'boton2') {
      document.images[boton].src = boton2_on.src;
    }	
    if (boton == 'boton3') {
      document.images[boton].src = boton3_on.src;
    }		
    if (boton == 'boton4') {
      document.images[boton].src = boton4_on.src;
    }			
    if (boton == 'boton5') {
      document.images[boton].src = boton5_on.src;
    }				
    if (boton == 'boton6') {
      document.images[boton].src = boton6_on.src;
    }					
    if (boton == 'boton7') {
      document.images[boton].src = boton7_on.src;
    }						
    if (boton == 'boton8') {
      document.images[boton].src = boton8_on.src;
    }							
    if (boton == 'boton9') {
      document.images[boton].src = boton9_on.src;
    }								
    if (boton == 'boton10') {
      document.images[boton].src = boton10_on.src;
    }									
    if (boton == 'boton11') {
      document.images[boton].src = boton11_on.src;
    }										
    if (boton == 'boton12') {
      document.images[boton].src = boton12_on.src;
    }											
    if (boton == 'boton13') {
      document.images[boton].src = boton13_on.src;
    }												
  }
}

// Carga de imagen cuando el ratón abandona el área de la imagen
function sale(boton) {
  if (document.images) {
    if (boton == 'boton1') {
      document.images[boton].src = boton1_off.src;
    }
    if (boton == 'boton2') {
      document.images[boton].src = boton2_off.src;
    }	
    if (boton == 'boton3') {
      document.images[boton].src = boton3_off.src;
    }		
    if (boton == 'boton4') {
      document.images[boton].src = boton4_off.src;
    }			
    if (boton == 'boton5') {
      document.images[boton].src = boton5_off.src;
    }				
    if (boton == 'boton6') {
      document.images[boton].src = boton6_off.src;
    }					
    if (boton == 'boton7') {
      document.images[boton].src = boton7_off.src;
    }						
    if (boton == 'boton8') {
      document.images[boton].src = boton8_off.src;
    }							
    if (boton == 'boton9') {
      document.images[boton].src = boton9_off.src;
    }							
    if (boton == 'boton10') {
      document.images[boton].src = boton10_off.src;
    }								
    if (boton == 'boton11') {
      document.images[boton].src = boton11_off.src;
    }									
    if (boton == 'boton12') {
      document.images[boton].src = boton12_off.src;
    }										
    if (boton == 'boton13') {
      document.images[boton].src = boton13_off.src;
    }											
  }
}

function Inicio()
{
	LINK_ajax('Inicio.php','Texto');
}

function Descargas()
{
	LINK_ajax('Descargas.php','Texto');
}

function Staff()
{
	LINK_ajax('Staff.php','Texto');
}

function Teamspeak()
{
	LINK_ajax('Teamspeak.php','Texto');
}

function Info()
{
	LINK_ajax('Info.php','Texto');
}

function Radio()
{
	LINK_ajax('Radio.php','Texto');
}
