var mdomain="hg-it.net";

function getmail(mto)
{
 return mto+"@"+mdomain;
}

function maillink(mto)
{
 document.write("<a href='mailto:"+getmail(mto)+"'>"+getmail(mto)+"</a>");
}

function maillinkc(mto)
{
 document.write("<a href='mailto:"+getmail(mto)+"'>"+mdomain+"</a>");
}

if (document.all)    {n=0;ie=1;ns6=0;fShow="visible";fHide="hidden";}
if (document.getElementById&&!document.all)    {n=0;ie=0;ns6=1;fShow="visible";fHide="hidden";}
if (document.layers) {n=1;ie=0;ns6=0;fShow="show";fHide="hide";}
opr6=ie&&navigator.userAgent.indexOf("Opera")!=-1

function setcontent (xv,mid)
{
  if (ie==1 && !opr6) {
    mv=window[mid];
  } else {
    mv=document[mid];
  }
  mv.SetVariable("java", xv);
}

function makemlink(m3,m1,m2,subj,mn)
{
 if (mn=="") mn=m1+"@"+m2+"."+m3;
 var adds="";
 if (subj!="") adds="?subject="+subj;
 document.write("<a href='mailto:"+m1+"@"+m2+"."+m3+adds+"'>"+mn+"</a>");
}
