<!--

/* 
The variables loanOfficerURL, loanOfficerNameURL, loanOfficerNamePossessive
and usb_secure_home are defined in the loan officer template
(/cgi_w/cfm/templates/template_loan_officers.cfm)
*/

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'] = 'http://custom.marketwatch.com/custom/usbancorp-com/html-ecocalendar.asp?mode=MARKCAL&loanOfficerURL=' + loanOfficerURL + '&officer=' + loanOfficerNameURL;
leftNav['Mortgage News']['/cgi_mtg/cfm/MortgageNews.cfm?loanOfficerURL=' + loanOfficerURL]['Economic Spotlite'] = 'http://custom.marketwatch.com/custom/usbancorp-com/html-ecospotlight.asp?mode=EconomicSpotlite&loanOfficerURL=' + loanOfficerURL + '&officer=' + loanOfficerNameURL;
leftNav['Mortgage News']['/cgi_mtg/cfm/MortgageNews.cfm?loanOfficerURL=' + loanOfficerURL]['Fixed Income'] = 'http://custom.marketwatch.com/custom/usbancorp-com/html-fixed-income.asp?mode=FixedIncome&loanOfficerURL=' + loanOfficerURL + '&officer=' + loanOfficerNameURL;
leftNav['Credit Analysis Worksheet'] = new Object();
leftNav['Credit Analysis Worksheet']['/cgi_mtg/cfm/CreditAnalysis.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;

//-->

