<!--
/* 
The variables loanOfficerURL, loanOfficerNameURL, loanOfficerNamePossessive and usb_secure_home are defined in the loan officer template
*/

var silo='personal';

var leftNav = new Object();
leftNav['Loan Officers on the Web'] = new Object();
leftNav['Loan Officers on the Web']['/cgi_mtg/cfm/index.cfm'] = '';
leftNav[loanOfficerNamePossessive + ' Home Page'] = new Object();
leftNav[loanOfficerNamePossessive + ' Home Page']['/cgi_mtg/cfm/MyHome.cfm?loanOfficerURL=' + loanOfficerURL] = '';
leftNav['Mortgage News'] = new Object();
leftNav['Mortgage News']['/cgi_mtg/cfm/MortgageNews.cfm?loanOfficerURL=' + loanOfficerURL] = new Object();
leftNav['Mortgage News']['/cgi_mtg/cfm/MortgageNews.cfm?loanOfficerURL=' + loanOfficerURL]['Economic Calendar'] = '/cgi_mtg/cfm/EconomicNews.cfm?src=calendar&loanOfficerURL=' + loanOfficerURL + '&officer=' + loanOfficerNameURL;
leftNav['Mortgage News']['/cgi_mtg/cfm/MortgageNews.cfm?loanOfficerURL=' + loanOfficerURL]['Economic Spotlight'] = '/cgi_mtg/cfm/EconomicNews.cfm?src=spot&loanOfficerURL=' + loanOfficerURL + '&officer=' + loanOfficerNameURL;
leftNav['Mortgage News']['/cgi_mtg/cfm/MortgageNews.cfm?loanOfficerURL=' + loanOfficerURL]['Fixed Income'] = '/cgi_mtg/cfm/EconomicNews.cfm?src=fixed&loanOfficerURL=' + loanOfficerURL + '&officer=' + loanOfficerNameURL;
leftNav['Start Your Mortgage Process'] = new Object();
leftNav['Start Your Mortgage Process'][usb_secure_home + '/cgi_w2/cfm/personal/products_and_services/mortgages/low_start_mort.cfm?loanOfficerURL=' + loanOfficerURL] = '';
leftNav['Contact Me'] = new Object();
leftNav['Contact Me'][usb_secure_home + '/cgi_w2/cfm/loanofficers/ContactMe.cfm?loanOfficerURL=' + loanOfficerURL] = '';
leftNav['Tools and Information'] = new Object();
leftNav['Tools and Information']['/cgi_mtg/cfm/ToolsAndInformation.cfm?loanOfficerURL=' + loanOfficerURL] = new Object();
leftNav['Tools and Information']['/cgi_mtg/cfm/ToolsAndInformation.cfm?loanOfficerURL=' + loanOfficerURL]['Application Checklist'] = '/cgi_mtg/cfm/ApplicationChecklist.cfm?loanOfficerURL=' + loanOfficerURL;
leftNav['Tools and Information']['/cgi_mtg/cfm/ToolsAndInformation.cfm?loanOfficerURL=' + loanOfficerURL]['Calculators'] = '/cgi_mtg/cfm/calculators/Mortgage.cfm?loanOfficerURL=' + loanOfficerURL;
leftNav['Tools and Information']['/cgi_mtg/cfm/ToolsAndInformation.cfm?loanOfficerURL=' + loanOfficerURL]['Dictionary'] = '/cgi_mtg/cfm/dictionary/A.cfm?loanOfficerURL=' + loanOfficerURL;
leftNav['Tools and Information']['/cgi_mtg/cfm/ToolsAndInformation.cfm?loanOfficerURL=' + loanOfficerURL]['FAQ'] = '/cgi_mtg/cfm/Faq.cfm?loanOfficerURL=' + loanOfficerURL;
//-->
