function levellink(abcd, efgh) {
	document.write('<a href=\"mailto:' + abcd + '@' + efgh + '\">');
	document.write(abcd + '@' + efgh + '</a>');
}
