// (c) 2005 by hg-iT.net
// contact: office@hg-it.net


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 maillinksup(mto,sup,title)
{
 document.write("<a href='mailto:"+getmail(mto)+"?Subject="+sup+"'>"+title+"</a>");
}

function maillinksups(mto,sup,title)
{
 document.write("<a class='sml' href='mailto:"+getmail(mto)+"?Subject="+sup+"'>"+title+"</a>");
}


function maillinkc(mto)
{
 document.write("<a href='mailto:"+getmail(mto)+"'>"+mdomain+"</a>");
}


function makem2(recdom)
{
 parts=recdom.split(",");
 document.write("<a href='mailto:"+parts[0]+"@"+parts[1]+"'><img border=0 align='absmiddle' src='images/mail.gif'></a>");
}
