function headmail(_name, _text) 
{
 var _address = "pmx.it";
 document.write("<a class=head href='mailto:" + _name + "@" + _address + "'>" + _text + "</a>");
}

function formmail(_name, _text) 
{
 var _address = "pmx.it";
 document.write("<a href='mailto:" + _name + "@" + _address + "'>" + _text + "</a>");
}
