function write2me(name, imgDir)
{
	emailE='zepterit.com';
	emailE=(name + '@' + emailE)
	document.write(
	'<A style="text-decoration: none; margin-top: 2px;" href="mailto:' + emailE + '">' 
	+ '<img border="0" src="' + imgDir + '/img/mail/' + name + '.png" />' + '</a>'
	);
}