function tlaOpen( sPage )
	{
	tlaWindow = window.open( sPage, 'newwin',
		'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes, resizable=yes,scrollbars=yes' );
	}

// -----------------------------------------------------------------------------------------------
// 2005.03.29 07:50  Copyright © 1993-2005  LCP Enterprises, Ltd. and Thom Little Associates, Ltd.

