	var activo = null
	enciende=function(e)
	{
		e.style.backgroundColor='#E60003'
		e.style.color = '#FFFFFF'		
		e.style.backgroundImage="url(img/home/fondo_menus_on.gif)";
	}
	
	apaga=function(e)
	{
		if(activo != e)
		{
			e.style.color =  '#666666'
			e.style.backgroundColor ='transparent'
			e.style.backgroundImage="url(img/home/fondo_menus.gif)";			
		}	
	}
	
	press=function(e)
	{
		if(activo != null)
		{
			activo.style.color =  '#666666'
			activo.style.backgroundColor ='transparent'	
			activo.style.backgroundImage="url(img/home/fondo_menus.gif)";						
		}	
		activo = e
	}	
	
	
	var activosub = null
	enciendesub=function(e)
	{
		e.style.backgroundColor='#666666'
		e.style.color = '#FFFFFF'					
	}
	
	apagasub=function(e)
	{
		if(activosub != e)
		{
			e.style.color =  '#666666'
			e.style.backgroundColor ='#FFFFFF'
		}	
	}
	
	presssub=function(link)
	{
		location.href=link
	}		

	

	var activo_der = null
	enciende_der=function(e)
	{
		e.style.backgroundColor='#666666'
		e.style.color = '#FFFFFF'		
		e.style.backgroundImage="url(img/album/fondo_menus_on.gif)";
	}
	
	apaga_der=function(e)
	{
		if(activo_der != e)
		{
			e.style.color =  '#666666'
			e.style.backgroundColor ='transparent'
			e.style.backgroundImage="url(img/album/fondo_menus.gif)";			
		}	
	}
	
	press_der=function(link)
	{
		location.href=link
	}		
	
	