/**
 * @author Thomas heschl
 */
function mail(id, domain, name, domain2)
{
	document.getElementById(id).href = "mailto:" + name + "@" + domain;
}