browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )));
if (browser) {
window.onerror=null;
/*if (currentPosition == BUTTON_START) currentPosition = currentPosition + BUTTON_SPACING_SOL;*/

			//MAIN NAVIGATION LINKS
			
			//FOR ACTIVE PAGES, *_off.src should be on image
			Home_off = new Image;
			Home_off.src = '/images/nav/home_off.gif';
			Home_on = new Image;
			Home_on.src = '/images/nav/home_on.gif';
			
			LMG_off = new Image;
			LMG_off.src = '/images/nav/LMG_off.gif';
			LMG_on = new Image;
			LMG_on.src = '/images/nav/LMG_on.gif';

			Account_off = new Image;
			Account_off.src = '/images/nav/account_off.gif';
			Account_on = new Image;
			Account_on.src = '/images/nav/account_on.gif';

			Careers_off = new Image;
			Careers_off.src = '/images/nav/careers_off.gif';
			Careers_on = new Image;
			Careers_on.src = '/images/nav/careers_on.gif';
				
}

	//Comment By MSP. Removed Stars 		
	HM_Array2 = [
	[,currentPosition,topPosition],			
	["Overview","/Overview.asp",1,0,0],
	["Contact Us","/ContactUs.asp",1,0,0],
	["Investor Relations","/InvestorRelations.asp",1,0,0],
	["News Releases","/News.asp",1,0,0],
	["Search","/Search.asp",1,0,0],
	["Sitemap","/Sitemap.asp",1,0,0]
	]

	currentPosition = currentPosition + 59;
	// Commented PHS option. Please uncomment it for implementation.
	HM_Array3 = [
	[,currentPosition,topPosition],			
	["Overview","/lmg/default.asp",1,0,0],
	["Carriers","/lmg/Carriers.asp",1,0,0],
	["Products","/lmg/Products.asp",1,0,0],
   	["Learning Center","/lmg/LearningCenter.asp",1,0,0],
   	//["Policy Holder Forms","/lmg/FormsSearch.asp",1,0,0],
	["Become a Wholesaler or Producer","/LMG/Recruit.asp",1,0,0],
	["Financial Architecture Series","/FAS/default.asp",1,0,0]
	]

	currentPosition = currentPosition + 192;

	HM_Array5 = [
	[,currentPosition,topPosition],			
	["Agent Secure Site","https://secure.legacynet.com/Login/LoginReg_Login.asp",1,0,0],
	["Agent Registration","https://secure.legacynet.com/Registration/LoginReg_Registration.asp",1,0,0]
	]

	currentPosition = currentPosition + 139;

	HM_Array6 = [
	[,currentPosition,topPosition],			
	["Overview","/Careers/default.asp",1,0,0],
	["Job Search","/Careers/JobSearch.asp",1,0,0]
	]


	currentPosition = currentPosition + 124;
