function tlaButton( )
	{
	if (  window.document.images )
		for ( var i = 0 ; i < tlaButton.arguments.length ; i += 2 )
			window.document[tlaButton.arguments[i]].src = eval ( tlaButton.arguments[i+1] + ".src" );
	}

function tlaHide( strName, strA, strB, strC, strDisplay )
	{
	document.write( "<a href=\"mailto:" + strName + " <" + strA + "@" + strB + "." + strC + ">\">" + strDisplay + '</a>' );
	return ;
	}

// ----------------------------------------------------------------------------------------
// 2007.09.25 22:19   Copyright 1996-2007 Thom Little Associates, Ltd. All Rights Reserved.


