function mlt (name,host)
{
	at = '@';
	m = 'mailto';
	window.location = m+':'+name+at+host;
}
