function showIndice() {
	
	$('indice_lista').show();
}



function down(id){
	var boton=document.getElementById(id);
	boton.style.backgroundImage='url(images/home/servicios/' + id + '_down.png)';	
}

function over(id){
	var boton=document.getElementById(id);
	boton.style.backgroundImage='url(images/home/servicios/' + id + '_ov.png)';	
}

function up(id){
	var boton=document.getElementById(id);
	boton.style.backgroundImage='url(images/home/servicios/' + id + '_ov.png)';
}

function out(id){
	var boton=document.getElementById(id);
	boton.style.backgroundImage='url(images/home/servicios/' + id + '.jpg)';
}

	
function mostrarImagen(obj){
			var img=document.getElementById(obj);
			img.style.display='block';
		}
		
function ocultarImagen(obj){
			var img=document.getElementById(obj);
			img.style.display='none';
}


/*function cambiarImagen(id){
	var boton=document.getElementById(id);
	//boton.style.backgroundImage='url(images/home/servicios/toow.jpg';
}

function cambiarImagen2(id){
	var boton=document.getElementById(id);
	boton.backgroundImage='url(images/home/servicios/toow_ov.jpg';
}

function cambiarImagen3(id){
	var boton=document.getElementById(id);
	boton.backgroundImage="url(images/home/servicios/toow_press.jpg";
}*/
