function m_t(u,d,s,t)
{
em = u+"@"+d;
	document.write("<a href=\""+"mail"+"to:"+em+"?subject="+s+"\">"+t+"</a>");
}

function m_tb(u,d,s)
{
em = u+"@"+d;
	document.write("<a href=\""+"mail"+"to:"+em+"?subject="+s+"\">"+"<b>"+u+"</b>@"+d+"</a>");
}
