function Print_A_Open_Tag(User, Host, HyperLinkClass)
{
	document.write ('<a class="'+HyperLinkClass+'" href="mailto:'+User+'@'+Host+'">');


}