$(function () { 
	// Dock initialize
	$('#iconos').Fisheye(
		{
			maxWidth: 30,
			items: 'a',
			itemsText :'span',
			container: '.iconos-container',
			itemWidth: 70,
			proximity: 60,
			alignment : 'center',
			valign: 'bottom',
			halign : 'center'
		}
		
	);
});

  $(document).ready(function(){
	faa=150;if(jQuery.browser.msie){faa=0;};
	
	$('#face').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Redes Sociales:</strong> Facebook"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 
	$('#gmail').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Correo Electr&oacute;nico:</strong> Google GMail"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 	
	$('#msn').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Correo Electr&oacute;nico:</strong> Microsoft Hotmail"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 		
	$('#youtube').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Multimedia:</strong> YouTube"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 		
	$('#sii').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Gobierno:</strong> Servicio de Impuestos Internos"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 	
	$('#twitter').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Redes Sociales:</strong> Twitter"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 	
	$('#lun').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Actualidad e Informaci&oacute;n:</strong> Las &Uacute;ltimas Noticias"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 	
	$('#webmail').hover(function () { document.getElementById("jtexto").innerHTML = "<strong>Infernet.cl:</strong> WebMail"; $('#jtexto').css("opacity","1"); }, function () { $('#jtexto').css("opacity","0"); }); 	

  });		