function showmail(dom,ext,nam) {	document.write('<a href=\"mailto:' + nam + '@' + dom + '.' + ext + '\">' + nam + '@' + dom + '.' + ext + '</a>');}