function pokazEmail(k3, k2, k1) {
	s=k1+'@'+k2+'.'+k3;
	document.write('<a href="mailto:' + s + '">' + s + '</a>');
}

