// JavaScript Document

function cargarHerramientas(){      
     
	$.post("herramientas/enviarCorreo.php", {operacion:document.contacto.operacion.value, correo:document.contacto.correo.value},   
	function(data){            
	/// Ponemos la respuesta de nuestro script en el párrafo recargado  
		$("#contenidoFlash #herramientas #herramientasCont2 #herramientasCont2_envioCorreo").html(data);
		/*if(n2!='4'){
			var lista = $('#cont #contenido #contenido_frame #contenido_frame_mosaico2 img').hide();
			var i = 0;
			(function mostrarimg() {
				lista.eq(i++).fadeIn(600, mostrarimg);
			})();
		} */   
	});  
}

function redoHerramientas(){     
	$.post("herramientas/enviarCorreo.php", {operacion:""},   
	function(data){            
	/// Ponemos la respuesta de nuestro script en el párrafo recargado  
		$("#contenidoFlash #herramientas #herramientasCont2 #herramientasCont2_envioCorreo").html(data);
  
	});  
}  

/*function over(numero){
	document.getElementById(numero).style.color="#FF6600";
}

function out(numero){
	document.getElementById(numero).style.color="#666666";
}

function botones(numero, rel){

	document.getElementById('1').style.color="#666666";
	document.getElementById('2').style.color="#666666";
	document.getElementById('3').style.color="#666666";
	document.getElementById('4').style.color="#666666";
	document.getElementById('5').style.color="#666666";
	document.getElementById('6').style.color="#666666";
	document.getElementById('7').style.color="#666666";
	document.getElementById('8').style.color="#666666";
	document.getElementById('9').style.color="#666666";
	document.getElementById('10').style.color="#666666";
	document.getElementById('11').style.color="#666666";
	document.getElementById('12').style.color="#666666";
	document.getElementById('13').style.color="#666666";
	document.getElementById('14').style.color="#666666";
	document.getElementById('15').style.color="#666666";
	document.getElementById('16').style.color="#666666";
	document.getElementById('17').style.color="#666666";
	document.getElementById('18').style.color="#666666";
			
	document.getElementById(numero).style.color="#FF6600";
	document.getElementById(numero).onmouseover=null;
	document.getElementById(numero).onmouseout=null;

}*/
