/*
  -------------------------------------------------------------------
  nexo5cwm - Collaborative Web Magazine

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

  http://www.nexo5.com
  -------------------------------------------------------------------
*/
/* nexo5cwm : n7 : 5 */

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

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

