/*
  ===============================================================

  inGenio X
  http://ingenio.area421.com

  Created by 
  Julian Moreno Hidalgo (Software developer)
  Jesus Moreno Hidalgo (Communication's tree)

  inGenio X is a free software licensed under CC-GNU GPL

  ===============================================================
*/

function ingenio_tels (id)
	{
		if (id == "1") { var numtel = ""; }
		if (id == "2") { var numtel = ""; }
		
		document.write('Tel.: <strong>'+numtel+'</strong>');
	}

function ingenio_mails (id)
	{
		if (id == "1") { var emails = "jesusmoreno@area421.com"; }
		if (id == "2") { var emails = "julianmoreno@area421.com"; }
		if (id == "3") { var emails = "info@nexo5.com"; }
		
		document.write('<a href="mailto:'+emails+'">'+emails+'</a>');
	}
