/*****************************************************************************************
******************************************************************************************
**** Copyright ©2004 Profit-TEll International. &  American Business Graphics, Inc.  ****
****          www.profit-tell.com                         www.abgnet.com             ****   
******************************************************************************************
*****************************************************************************************/
//DO NOT MODIFY BEYOND THIS POINT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handles all the the FSCommand messages in a Flash movie
function movie_DoFSCommand(command, args) {
  var movieObj = InternetExplorer ? movie : document.movie;
  //
   if(command == "MainPage") {
    window.location = ("home.htm");
 }

}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub movie_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call movie_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
//
/*****************************************************************************************
******************************************************************************************
**** Copyright ©2004 Profit-TEll International. &  American Business Graphics, Inc.  ****
****          www.profit-tell.com                         www.abgnet.com             ****   
******************************************************************************************
*****************************************************************************************
This site is designed for use of licensed financial professionals and not consumers. 
While we make every effort to maintain the accuracy of information provided on this site, 
LTCI Partners, LLC does not guarantee the accuracy of information provided on this site. 
All information should be verified prior to use by the licensed agent. 
******************************************************************************************
*****************************************************************************************/