function email(name)
{
   var address = name + "\u0040" + "biosmos" + "." + "it";
   var url = "mailto:" + address;

      text = address;

   document.write("<a href=\"" + url + "\">" + text + "</a>");
}

	function paginaLegal(num) {
		window.open("/lib/legal.htm","","height=350,width=550,left=120,top=120");
	}
