function cloneObject(what) {
  for (i in what) {
    if (typeof what[i] == 'object') {
      this[i] = new cloneObject(what[i]);
    } else {
      this[i] = what[i];
    }
  }
}

var topNav = new Array('aboutbnsf','prospective','markets','tools','investors','media','suppliers','communities','employees','careers');

// About Us
var menuindex=1;
var submenuindex=1;
var snav0  = new Array(
  menuindex++,'Contact Us','/aboutbnsf/contacts.html',0,
  menuindex++,'Company History','/aboutbnsf/history/index.html',1,
  new Array(
    submenuindex++,'Burlington Northern','/aboutbnsf/history/bn.html',
    submenuindex++,'Chicago, Burlington &amp; Quincy Railroad','/aboutbnsf/history/cbq.html',
    submenuindex++,'Northern Pacific Railway','/aboutbnsf/history/np.html',
    submenuindex++,'Great Northern Railway','/aboutbnsf/history/gn.html',
    submenuindex++,'Spokane, Portland &amp; Seattle Railway','/aboutbnsf/history/sps.html',
    submenuindex++,'Frisco','/aboutbnsf/history/frisco.html',
    submenuindex++,'Santa Fe','/aboutbnsf/history/santafe.html',
    submenuindex++,'Recommended Reading','/aboutbnsf/history/recreading.html',
    submenuindex++,'Additional Resources','/aboutbnsf/history/add_resources.html'
  ),
  menuindex++,'Company Store','http://www.bnsfstore.com/?newwin=1',0,
  menuindex++,'Corporation Officers','/aboutbnsf/bnsf_officers.html',0,
  menuindex++,'Diversity','/aboutbnsf/diversity/index.html',1,
  new Array(
    submenuindex++,'Our Workplace','/aboutbnsf/diversity/workplace.html',
    submenuindex++,'The Community','/aboutbnsf/diversity/community.html',
    submenuindex++,'Our Suppliers','/aboutbnsf/diversity/oursuppliers.html'
  ),
  menuindex++,'Financial Information','/aboutbnsf/financial_info/index.html',1,
  new Array(
    submenuindex++,'Annual Reports &amp; Proxy Statements','/aboutbnsf/financial_info/annual-rpt-proxy.html',
    submenuindex++,'SEC Filings','/aboutbnsf/financial_info/sec-filings.html',
    submenuindex++,'Surface Transportation Board Reports','/aboutbnsf/financial_info/stb-reports.html',
    submenuindex++,'Cost Basis Information','/aboutbnsf/financial_info/costbasis.html'
  ),
//menuindex++,'Historic Photos','http://photos.bnsf.com/Gallery/home.asp',0,
  menuindex++,'Licensee Information','/aboutbnsf/license.html',0,
  menuindex++,'Local History','/communities/localhistory.html',0,
  menuindex++,'Vision &amp; Values','/aboutbnsf/vision.html',0
);

// Prospective Customers
menuindex=1;
submenuindex=1;
var snav1 = new Array(
  menuindex++,'Industrial Products','/prospective/ipcustomer.html',1,
  new Array(
    submenuindex++,'Contacts','/prospective/carload_salesrep.html'
  ),
  menuindex++,'Consumer Products - Intermodal','/prospective/cpcustomer.html',1,
  new Array(
    submenuindex++,'Contacts','/prospective/intermodal_reps.html'
  ),
  menuindex++,'Consumer Products - Automotive','/prospective/cpcustomer_auto.html',1,
  new Array(
    submenuindex++,'Contacts','/markets/automotive/contacts.html'
  ),
  menuindex++,'Agricultural Products','/prospective/agcustomer.html',1,
  new Array(
    submenuindex++,'Contacts','/prospective/ag_contacts.html'
  ),
  menuindex++,'Coal','/prospective/coalcustomer.html',1,
  new Array(
    submenuindex++,'Contacts','/markets/coal/contacts.html'
  ),
  menuindex++,'Economic Development','/markets/services/econdev/index.html',0
);

// Markets and Services
menuindex=1;
submenuindex=1;
var snav2  = new Array(
  menuindex++,'Ag Products','/markets/agricultural/index.html',0,
  menuindex++,'Automotive','/markets/automotive/index.html',0,
  menuindex++,'Coal','/markets/coal/index.html',0,
  menuindex++,'Consumer - Boxcar','/markets/boxcar/index.html',0,
  menuindex++,'Industrial Products','/markets/industrialprods/index.html',0,
  menuindex++,'Intermodal','/markets/intermodal/index.html',0,
  menuindex++,'Development',0,0,
  menuindex++,'Economic Development','/markets/services/econdev/index.html',1,
  new Array(
    submenuindex++,'Contacts','/markets/services/econdev/contacts.html',
    submenuindex++,'Customer Guide','/markets/services/econdev/customer_guide.html',
    submenuindex++,'Frequently Asked Questions','/markets/services/econdev/faq.html',
    submenuindex++,'Govt ED Agencies','/markets/services/econdev/govtagencies.html'
  ),
  menuindex++,'Real Estate','/markets/services/realestate/index.html',1,
  new Array(
    submenuindex++,'Contacts','/markets/services/realestate/contacts.html',
    submenuindex++,'Jones Lang LaSalle Company Contacts','/markets/services/realestate/staubachcontacts.html',
    submenuindex++,'Johnson Controls Inc.','/markets/services/realestate/cbre.html',
    submenuindex++,'GideonToal','/markets/services/realestate/gideontoal.html',
    submenuindex++,'Flagging Requirements','/markets/services/realestate/pdf/Flagging.pdf',
    submenuindex++,'Frequently Asked Questions','/markets/services/realestate/pdf/FAQ.pdf',
    submenuindex++,'Permits &amp; Licenses','/markets/services/realestate/permitslicenses.html',
    submenuindex++,'Safety Requirements','/markets/services/realestate/pdf/safety.pdf',
    submenuindex++,'Utility Accommodation Policy','/markets/services/realestate/pdf/utility.pdf'
  ),
  menuindex++,'Market Extensions',0,0,
  menuindex++,'BNSF Logistics','http://www.bnsflogistics.com/',0,
  menuindex++,'BNSF Asia','/markets/asia/index.html',0,
  menuindex++,'&nbsp;&nbsp;Chinese &#31616;&#20307;','/markets/chinese_s/index.html',0,
  menuindex++,'&nbsp;&nbsp;Chinese &#32321;&#39636;','/markets/chinese_t/index.html',0,
  menuindex++,'BNSF Canada','/markets/canada/index.html',0,
  menuindex++,'BNSF Mexico','/markets/mexico/index.html',0,
  menuindex++,'BNSF México (español)','/markets/spanish/index.html',0,
  menuindex++,'BNSF Ports','/markets/extensions/ports/index.html',0,
  menuindex++,'Shortline Partners','/markets/shortline/index.html',0,
  menuindex++,'Transload Network','/markets/extensions/transload/index.html',1,
  new Array(
    submenuindex++,'Logistics Center Fontana','/markets/extensions/transload/fontana.html'
  )
);

// Customer Tools
menuindex=1;
submenuindex=1;
var snav3  = new Array(
  menuindex++,'Contact Us','/tools/contacts.html',1,
  new Array(
    submenuindex++,'Field Engineering','/tools/fieldengineering/index.html',
    submenuindex++,'Public Projects','/tools/pubprojects/index.html'
  ),
  menuindex++,'Carbon Estimator','/communities/environmental/carbon.html',0,
  menuindex++,'Customer Updates','/tools/updates.html',0,
  menuindex++,'Demurrage','/tools/prices/demurrage/index.html',0,
  menuindex++,'Equipment Information','/tools/equipment.html',0,
  menuindex++,'Routing Guides','/tools/gatewayopt/index.html',0,
  menuindex++,'Network Maps','/tools/reference/maps.html',0,
//menuindex++,'Preferred Service Providers','/tools/providers.html',0,
  menuindex++,'Prices','/tools/prices/index.html',0,
  menuindex++,'Quick Cast','/markets/intermodal/quick_cast.html',0,
  menuindex++,'Rail Mileage Inquiry','http://www.bnsf.com/bnsf.was6/RailMiles/RMCentralController',0,

  menuindex++,'Schedules','/tools/schedules.html',0,
  menuindex++,'Weekly Carload Reports','/tools/weeklyunits.html',0,
  menuindex++,'Reference',0,0,
  menuindex++,'BNSF PIN','/tools/pin.html',0,
  menuindex++,'Customer Reference Guides','/tools/reference/referenceguides/index.html',1,
  new Array(
    submenuindex++,'Carload Reference Guide','/tools/reference/referenceguides/crg.html',
    submenuindex++,'Intermodal Reference Guide','/tools/reference/referenceguides/irg.html',
    submenuindex++,'National Accounts Reference Guide','/tools/reference/referenceguides/nirg.html'
  ),
  //menuindex++,'Carload Reference Guide','/tools/reference/crg/index.html',1,
  //new Array(
  //  submenuindex++,'BNSF Carload Reference Guide','/tools/reference/crg/pdf/crg.pdf',
  //  submenuindex++,'At-A-Glance Guide','/tools/reference/crg/glanceguide.html'
  //),
  menuindex++,'Dimensional Shipments','/tools/reference/high-wide.html',0,
  menuindex++,'EDI Reference','/tools/edi/index.html',0,
  menuindex++,'Glossary','/tools/glossary.html',0,
  //menuindex++,'Intermodal Reference Guide','/tools/reference/irg/index.html',0,
  menuindex++,'LOGS','/tools/reference/logs/index.html',1,
  new Array(
    submenuindex++,'Bulletin Board','/tools/reference/logs/logs_holder_bulletin_board.html',
    submenuindex++,'FAQ','/tools/reference/logs/logs_faqs.html',
    submenuindex++,'LOGS Lowdown','/tools/reference/logs/LOGSlowdown.html',
    submenuindex++,'Fax Forms','/tools/reference/logs/logs_program_fax_form.html',
    submenuindex++,'Bid Form Access','/tools/reference/logs/registration.html',
    submenuindex++,'Dry Foods','/tools/reference/logs/dryfoods/dryfoods.html',
    submenuindex++,'Insulated Boxcars','/tools/reference/logs/insulated/insulatedboxcars.html',
    submenuindex++,'Lumber\/Panel','/tools/reference/logs/lumber_panel/lumber_panel.html',
    submenuindex++,'Metal Products','/tools/reference/logs/metals/metals.html',
    submenuindex++,'Perishables Products','/tools/reference/logs/perishables/perishables.html',
    submenuindex++,'Pulpboard','/tools/reference/logs/pulpboard/pulpboard.html'
  ),
  menuindex++,'Private Equipment Movements','/tools/reference/eq/index.html',0,
  menuindex++,'Station List','http://www.bnsf.com/bnsf.was6/refFilesStation/StationCentralController',0,
  menuindex++,'Switching Information','http://domino.bnsf.com/website/switchinfo.nsf/$$Search?OpenForm',0,
  menuindex++,'Resource Protection',0,0,
  menuindex++,'Freight Claims','/tools/claims/index.html',1,
  new Array(
    submenuindex++,'Contacts','/tools/claims/contacts.html',
    submenuindex++,'Advisories','/tools/claims/fcsadvisories.html',
    submenuindex++,'Resources','/tools/claims/fcs-bnsf-resources.html',
    submenuindex++,'Claim Forms','/tools/claims/claim_documentation.html',
    submenuindex++,'File eClaim','/tools/claims/claim_presentation.html',
    submenuindex++,'Report Damage','/tools/lars/productrecoveryteam.html'
  ),
  menuindex++,'Load and Ride Solutions','/tools/lars/index.html',1,
  new Array(
    submenuindex++,'Contacts','/tools/lars/contacts.html',
    submenuindex++,'Announcements','/tools/lars/announcements.html',
    submenuindex++,'Loading Assistance','/tools/lars/loading_assistance.html',
    submenuindex++,'Loading Diagrams','/tools/reference/diagrams.html',
    submenuindex++,'Ride Quality','/tools/lars/ride_quality.html',
    submenuindex++,'Safety Resources','/tools/lars/safety.html',
    submenuindex++,'Report Damage','/tools/lars/productrecoveryteam.html',
    submenuindex++,'Territory Map','/tools/lars/territorymap.html'
  ),
  menuindex++,'BNSF Police','/tools/resourceprotection/police_services.html',1,
  new Array(
    submenuindex++,'Contacts','/tools/resourceprotection/police_team_contacts.html',
    submenuindex++,'Canine Police','/tools/resourceprotection/canine.html',
    submenuindex++,'Railroad Police Officer','/tools/resourceprotection/railroad_police_officer.html',
    submenuindex++,'Railroad Police History','/tools/resourceprotection/railroad_police_history.html'
  ),
  menuindex++,'Homeland Security','/tools/resourceprotection/homeland_security.html',1,
  new Array(
    submenuindex++,'Contacts','/tools/resourceprotection/hs_contact_list.html',
    submenuindex++,'Cable Protection','/tools/resourceprotection/cable_protection.html',
    submenuindex++,'HS Article Directory','/tools/resourceprotection/hs_article_directory.html',
    submenuindex++,'C-TPAT Certification','/tools/resourceprotection/CTPAT_Update.html',
    submenuindex++,'Lost or Stolen BNSF Property','/tools/resourceprotection/lost_stolen_property.html',
    submenuindex++,'ROTC','/tools/resourceprotection/roc_north.html',
    submenuindex++,'ROCC','/tools/resourceprotection/roc_south.html',
    submenuindex++,'Shipment Integrity &amp; STAT','/tools/resourceprotection/STAT_seal_integrity.html'
  ),
  menuindex++,'Training Solutions','/tools/resourceprotection/training.html',1,
  new Array(
    submenuindex++,'Canine Training ','/tools/resourceprotection/canine_training.html',
    submenuindex++,'Certified Instructors ','/tools/resourceprotection/certified_instructors.html',
    submenuindex++,'Defensive Tactics ','/tools/resourceprotection/defensive_tactics.html',
    submenuindex++,'Diversity Training ','/tools/resourceprotection/diversity_training.html',
    submenuindex++,'Firearms Training ','/tools/resourceprotection/firearms_training.html',
    submenuindex++,'Grade Crossing Safety ','/tools/resourceprotection/grade_crossing_safety.html',
    submenuindex++,'Leadership Training ','/tools/resourceprotection/leadership_training.html'
  )
);

var snavnull = new cloneObject( snav3 );

// Investors
menuindex=1;
submenuindex=1;
var snav4 = new Array(
  //menuindex++,'Annual Reports &amp; Proxy Statements','/investors/reports/annual-rpt-proxy.html',0,
  //menuindex++,'SEC Filings','/investors/reports/sec-filings.html',1,
  //new Array(
  //  submenuindex++,'Section 16 Filings','/investors/section16filings/2010section16filings.html'
  //),
  //menuindex++,'Financial Presentations','/investors/reports/financial-presentations.html',0,
  //menuindex++,'Weekly Carload Reports','/investors/reports/weeklyunits.html',0,
  //menuindex++,'Shareholder Services','/investors/shareholder-services.html',1,
  //new Array(
  //  submenuindex++,'Cost Basis','/investors/costbasis.html'
  //)
);

// Media
menuindex=1;
submenuindex=1;
var snav5 = new Array(
  menuindex++,'Media Contacts','/media/contacts.html',0,
  menuindex++,'News Releases','/media/newsreleases.html',1,
  new Array(
    submenuindex++,'2010 Archive','/media/news/index.html',
    submenuindex++,'2009 Archive','/media/news/news_archive_2009.html',
    submenuindex++,'2008 Archive','/media/news/news_archive_2008.html',
    submenuindex++,'2007 Archive','/media/news/news_archive_2007.html',
    submenuindex++,'2006 Archive','/media/news/news_archive_2006.html',
    submenuindex++,'2005 Archive','/media/news/news_archive_2005.html',
    submenuindex++,'2004 Archive','/media/news/news_archive_2004.html',
    submenuindex++,'2003 Archive','/media/news/news_archive_2003.html'
  ),
  menuindex++,'Speeches','/media/speeches/index.html',0,
  menuindex++,'BNSF Facts','/media/bnsffacts.html',0,
  menuindex++,'Transportation Links','/media/transp_links.html',0
);

// Suppliers
menuindex=1;
submenuindex=1;
var snav6 = new Array(
  menuindex++,'Supplier Contacts','/suppliers/contacts.html',0,
  menuindex++,'Supplier Portal Login','http://supplier.bnsf.com',0,
  menuindex++,'Diverse Business Enterprise (DBE)','/suppliers/dbe.html',0,
  menuindex++,'Plan','/suppliers/plan.html',0,
  menuindex++,'Source','/suppliers/source.html',0,
  menuindex++,'Manage','/suppliers/manage.html',0,
  menuindex++,'Pay','/suppliers/pay.html',0
);

// Local Communities
menuindex=1;
submenuindex=1;
var snav7 = new Array(
  menuindex++,'BNSF Foundation','http://www.bnsffoundation.org/',0,
  menuindex++,'Environmental Stewardship','/communities/environmental/index.html',1,
  new Array(
    submenuindex++,'Carbon Estimator','/communities/environmental/carbon.html',
    submenuindex++,'Green Technology','/communities/environmental/green_tech.html',
    submenuindex++,'Air Quality','/communities/environmental/air_quality.html',
    submenuindex++,'Highway Congestion','/communities/environmental/highway_congestion.html',
    submenuindex++,'Fuel Efficiency','/communities/environmental/fuel_efficiency.html',
    submenuindex++,'Environmental Protection','/communities/environmental/protection.html',
    submenuindex++,'Responsible Associations','/communities/environmental/responsible.html',
//  submenuindex++,'Success Stories','/communities/environmental/success.html',
    submenuindex++,'Environmental News','/communities/environmental/news.html'
//  submenuindex++,'FAQ','/communities/environmental/faq.html'
  ),
  menuindex++,'Community Outreach','/communities/outreach/index.html',1,
  new Array(
    submenuindex++,'Community Issues','/communities/outreach/issues.html',
//  submenuindex++,'State Facts','/communities/outreach/statefacts.html',
//  submenuindex++,'Success Stories','/communities/outreach/success.html',
    submenuindex++,'FAQ','/communities/outreach/faq.html',
    submenuindex++,'Contacts','/communities/contacts/community.html'
  ),
  menuindex++,'Communities Matter','/communities/matters/index.html',1,
  new Array(
    submenuindex++,'California','/communities/matters/california.html',
    submenuindex++,'North Dakota','/communities/matters/notrthdakota.html'
//  submenuindex++,'Montana','/communities/matters/montana.html'
  ),
  menuindex++,'Government Affairs','/communities/govtaffairs/contacts.html',0,
  menuindex++,'Safety Commitment','/communities/safety/index.html',1,
  new Array(
    submenuindex++,'Employees','/communities/safety/employees.html',
    submenuindex++,'Grade Crossings','/communities/safety/grade_crossing.html',
    submenuindex++,'Responsible Care','/communities/responsible_care/index.html',
//  submenuindex++,'Success Stories','/communities/safety/success.html',
    submenuindex++,'Train Horn','/communities/safety/trainhorn.html',
    submenuindex++,'Contacts','/communities/contacts/safety_security.html'
  ),
  menuindex++,'Security Commitment','/communities/security/index.html',1,
  new Array(
    submenuindex++,'Homeland Security','/communities/security/homeland.html',
    submenuindex++,'On Guard Program','/communities/security/onguard.html',
    submenuindex++,'Security Tips','/communities/security/tips.html',
    submenuindex++,'CRS Program','/communities/security/crs.html',
    submenuindex++,'Contacts','/communities/contacts/safety_security.html'
  ),
  menuindex++,'Contacts','/communities/contacts/index.html',1,
  new Array(
    submenuindex++,'Community Contacts','/communities/contacts/community.html',
//  submenuindex++,'Public Project Contacts','/communities/contacts/public_project.html',
    submenuindex++,'Safety/Security Contacts','/communities/contacts/safety_security.html'
  )
//menuindex++,'Tech Awareness Day','/communities/techday/index.html',1,
//new Array(
  //submenuindex++,'Contacts','/communities/techday/contacts.html',
  //submenuindex++,'Contest Information','/communities/techday/contest.html',
  //submenuindex++,'Campus Directions','/communities/techday/pdf/directions.pdf'
  //submenuindex++,'Registration','/communities/techday/registration.html'
// )
);

// EmployeesRetirees
menuindex=1;
submenuindex=1;
var snav8 = new Array(
  menuindex++,'Employee Contacts','/employees/contacts.html',0,
  menuindex++,'Employee Portal Login','http://employee.bnsf.com',0,
  menuindex++,'Employee Communications','/employees/communications/index.html',1,
  new Array(
    submenuindex++,'BNSF News','/employees/communications/bnsf_today/index.html',
    submenuindex++,'Railway Magazine','/employees/communications/railway/index.html'
  ),
  //menuindex++,'BNSF All-Stars','/employees/allstars.html',1,
  menuindex++,'Achievement Awards','/employees/achieveawards.html',1,
  new Array(
   // submenuindex++,'Achievement Awards','/employees/achieveawards.html',
    submenuindex++,'2008 Employees of the Year','/assets2008/pdfs/bnsf_eoy_brochure_final.pdf',
    submenuindex++,'2007 Employees of the Year','/employees/pdf/2007eoy.pdf',
    submenuindex++,'2006 Employees of the Year','/employees/pdf/2006eoy.pdf',
    submenuindex++,'2005 Employees of the Year','/employees/pdf/2005eoy.pdf',
    submenuindex++,'2004 Employees of the Year','/employees/2004awards.html',
    submenuindex++,'2003 Employees of the Year','/employees/2003awards.html'
  ),
  menuindex++,'Community Ties','/communities/communityties.html',0,
  menuindex++,'Health Matters','/employees/healthmatters/index.html',1,
  new Array(
    submenuindex++,'YHM Contacts','/employees/healthmatters/contactus.html',
    submenuindex++,'Awareness','/employees/healthmatters/awareness.html',
    submenuindex++,'Assessment','/employees/healthmatters/assessment.html',
    submenuindex++,'Action','/employees/healthmatters/action.html',
    submenuindex++,'Bulletin Board','/employees/healthmatters/board.html',
    submenuindex++,'Frequently Asked Questions','/employees/healthmatters/faq.html'
  ),
  menuindex++,'Exempt Retirees','/employees/retirees/exempt/index.html',1,
  new Array(
    submenuindex++,'Retiree Contacts','/employees/retirees/exempt/contacts.html',
    submenuindex++,'Summary Plans','/employees/retirees/exempt/summary.html',
    submenuindex++,'Health and Welfare Plans','/employees/retirees/exempt/benefits.html',
    submenuindex++,'Retirement','/employees/retirees/exempt/rinfo.html',
    submenuindex++,'Forms and Applications','/employees/retirees/exempt/forms.html',
    submenuindex++,'Frequently Asked Questions','/employees/retirees/exempt/pdf/faq_exempt.pdf'
  ),
  menuindex++,'Scheduled Retirees','/employees/retirees/scheduled/index.html',0
);

// Careers
menuindex=1;
submenuindex=1;
var snav9 = new Array(
  menuindex++,'Job Search/Apply','/careers/applyjob.html',1,
     new Array(
       submenuindex++,'Current BNSF Employees','/careers/jobqualificationsinternal.html',
       submenuindex++,'External Candidates','/careers/jobqualificationsexternal.html',
       submenuindex++,'Technical Difficulties','/careers/tech.html'
   ),
  menuindex++,'Pre-Employment Qualifications','/careers/emp_process.html',0,
//  menuindex++,'Check Application Status','/careers/application_status.html',0,
  menuindex++,'Career Paths','/careers/careerpath.html',1,
  new Array(
    submenuindex++,'Transportation','/careers/careerpath_trans.html',
    submenuindex++,'Engineering','/careers/careerpath_eng.html',
    submenuindex++,'Mechanical','/careers/careerpath_mech.html'
  ),
  menuindex++,'College Opportunities','/careers/college/index.html',1,
  new Array(
    submenuindex++,'Internships','/careers/college/internships.html',
    submenuindex++,'Management Trainee','/careers/college/mgmttrainees.html',
    submenuindex++,'Recruiting Events','/careers/college_events.html'
  ),
  menuindex++,'Competitive Benefits','/careers/benefits.html',1,
  new Array(
    submenuindex++,'Exempt Benefits (Non-Union)','/careers/empbenefits.html',
    submenuindex++,'Scheduled Benefits (Union)','/careers/schedbenefits.html'
  ),
  menuindex++,'Employment FAQ','/careers/faqs.html',0,
//  menuindex++,'Experienced First Line Supervisors (EFLS)','/careers/efls/index.html',1,
//  new Array(
//    submenuindex++,'Engineering-Roadmaster','/careers/efls/engroadmaster.html',
//    submenuindex++,'Engineering-Signal','/careers/efls/engsignal.html',
//    submenuindex++,'Engineering-Structures','/careers/efls/engstructures.html',
//    submenuindex++,'Mechanical','/careers/efls/mechanical.html',
//    submenuindex++,'Transportation','/careers/efls/transportation.html'
//  ),
  menuindex++,'Military Recruiting','/careers/military/index.html',1,
  new Array(
    submenuindex++,'Military News','/careers/military/militarynews.html'
  ),
  menuindex++,'Recruiting Events','/careers/events.html',1,
  new Array(
    submenuindex++,'College','/careers/college_events.html',
    submenuindex++,'Career Expos','/careers/jobfairs.html',
    submenuindex++,'Military','/careers/militaryfairs.html'
  )
);

// Agricultural
menuindex=1;
submenuindex=1;
var snavAlt2_1 = new Array(
  menuindex++,'Contacts','/markets/agricultural/staff/mktstaff.html',0,
  menuindex++,'Customer Updates','/markets/agricultural/ag_news/pricing.html',1,
  new Array(
    submenuindex++,'Pricing News','/markets/agricultural/ag_news/pricing.html',
    submenuindex++,'Service Advisories','/markets/agricultural/ag_news/service.html',
    submenuindex++,'General News','/markets/agricultural/ag_news/general.html'
  ),
  menuindex++,'Equipment','/markets/agricultural/equip/index.html',0,
  //new Array(
  //  submenuindex++,'Ag Reports','/markets/agricultural/equip/agreports/index.html'
  //),
  menuindex++,'Facilities','/markets/agricultural/elevator/index.html',0,
  menuindex++,'Fuel Surcharge','/markets/agricultural/fuelsurcharge/index.html',0,
  menuindex++,'Prices','/markets/agricultural/bnsf4022/bnsf4022.html',1,
  new Array(
    submenuindex++,'4022 Rates','/markets/agricultural/bnsf4022/bnsf4022.html',
    submenuindex++,'Rate Publications','/markets/agricultural/aghome/ratebooks.html',
    submenuindex++,'Pricing Resources','/markets/agricultural/aghome/pricingresources.html'
  ),
  menuindex++,'References','/markets/agricultural/site_map/references.html',0,
  menuindex++,'COTS','/markets/agricultural/cots/cotsmenu.html',0,
  menuindex++,'Shuttles','/markets/agricultural/shuttles/shuttlemenu.html',0,
  menuindex++,'Fleet Metrics','/markets/agricultural/fleet_metrics/',0,
  menuindex++,'Ethanol','/markets/agricultural/ethanol/index.html',0,
  menuindex++,'RSS','/markets/agricultural/rss/index.html',0
);

//Automotive
menuindex=1;
submenuindex=1;
var snavAlt2_2 = new Array(
  menuindex++,'Contacts','/markets/automotive/contacts.html',0,
  menuindex++,'Customer Updates','http://domino.bnsf.com/website/updates.nsf',0,
  menuindex++,'Facilities','http://domino.bnsf.com/website/facility.nsf/automotive',0,
  menuindex++,'Maps','/markets/automotive/maps.html',0,
  menuindex++,'Prices','http://www.bnsf.com/bnsf.was6/rp/RPLinkDisplayController?showLinkClicked=commodity',0,
  menuindex++,'Services','/markets/automotive/services.html',0,
  menuindex++,'References','/markets/automotive/references.html',0
);

// Coal
menuindex=1;
submenuindex=1;
var snavAlt2_3 = new Array(
  menuindex++,'Contacts','/markets/coal/contacts.html',1,
  new Array(
    submenuindex++,'Coal Marketing','/markets/coal/pdf/coal_org.pdf',
    submenuindex++,'Unit Train Operations','/markets/coal/pdf/trainop_org.pdf'
  ),
  menuindex++,'Customer Updates','http://domino.bnsf.com/website/updates.nsf',0,
  menuindex++,'Maps','/markets/coal/maps.html',1,
  new Array(
    submenuindex++,'Major Coal Deposits','/markets/coal/coal_deposits.html',
    submenuindex++,'BNSF Coal Network','/markets/coal/pdf/coal_energy.pdf'
  ),
  menuindex++,'Mine Guide','/markets/coal/mineguide/index.html',1,
  new Array(
    submenuindex++,'Illinois','/markets/coal/mineguide/illinois.html',
    submenuindex++,'New Mexico','/markets/coal/mineguide/newMexico.html',
    submenuindex++,'North Dakota','/markets/coal/mineguide/northDakota.html',
    submenuindex++,'Powder River Basin','/markets/coal/mineguide/prBasin.html',
    submenuindex++,'Utah','/markets/coal/mineguide/utah.html'
  ),
  menuindex++,'Prices','/markets/coal/coal_prices.html',0,
  menuindex++,'Tools','/prospective/tools.html',0,
  menuindex++,'Service Advisories','http://domino.bnsf.com/website/updates.nsf/updates?ReadForm&service',0
);

//Consumer Boxcar
menuindex=1;
submenuindex=1;
var snavAlt2_4 = new Array(
  menuindex++,'Food &amp; Beverage','/markets/boxcar/foodbeverage/index.html',1,
  new Array(
    submenuindex++,'Contacts','/markets/boxcar/foodbeverage/contacts.html',
    submenuindex++,'Consumer News','/markets/boxcar/foodbeverage/news.html',
    submenuindex++,'Customer Updates','http://domino.bnsf.com/website/updates.nsf',
    submenuindex++,'Prices','/markets/boxcar/foodbeverage/prices.html',
    submenuindex++,'Products','/markets/boxcar/foodbeverage/products.html',
    submenuindex++,'Services &amp; Equipment','/markets/boxcar/foodbeverage/services.html'
  ),
  menuindex++,'Perishables','/markets/boxcar/perishables/index.html',1,
  new Array(
    submenuindex++,'Contacts','/markets/boxcar/perishables/contacts.html',
    submenuindex++,'Consumer News','/markets/boxcar/perishables/news.html',
    submenuindex++,'Customer Updates','http://domino.bnsf.com/website/updates.nsf',
    submenuindex++,'Prices','/markets/boxcar/perishables/prices.html',
    submenuindex++,'Products','/markets/boxcar/perishables/products.html',
    submenuindex++,'Services &amp; Equipment','/markets/boxcar/perishables/services.html'
  ),
  menuindex++,'Other Consumer','/markets/boxcar/otherconsumer/index.html',1,
  new Array(
    submenuindex++,'Contacts','/markets/boxcar/otherconsumer/contacts.html',
    submenuindex++,'Consumer News','/markets/boxcar/otherconsumer/news.html',
    submenuindex++,'Customer Updates','http://domino.bnsf.com/website/updates.nsf',
    submenuindex++,'Prices','/markets/boxcar/otherconsumer/prices.html',
    submenuindex++,'Products','/markets/boxcar/otherconsumer/products.html',
    submenuindex++,'Services &amp; Equipment','/markets/boxcar/otherconsumer/services.html'
  )
);

//Industrial Products
menuindex=1;
submenuindex=1;
var snavAlt2_5 = new Array(
   menuindex++,'Bakken Shale','/markets/industrialprods/bakken-shale/index.html',1,
      new Array(
        submenuindex++,'Contacts','/markets/industrialprods/bakken-shale/contacts.html'
    ),
  menuindex++,'Building Materials','/markets/industrialprods/bldgmaterials/index.html',1,
  new Array(
    submenuindex++,'Bricks','/markets/industrialprods/bldgmaterials/bricks.html',
    submenuindex++,'Insulation and Siding','/markets/industrialprods/bldgmaterials/insulationsiding.html',
    submenuindex++,'Oriented Strand Board','/markets/industrialprods/bldgmaterials/panel.html',
    submenuindex++,'Particle Board','/markets/industrialprods/bldgmaterials/particleboard.html',
    submenuindex++,'Plywood','/markets/industrialprods/bldgmaterials/plywood.html',
    submenuindex++,'Poles and Posts','/markets/industrialprods/bldgmaterials/polesposts.html',
    submenuindex++,'Railroad Ties','/markets/industrialprods/bldgmaterials/railroadties.html',
    submenuindex++,'Roofing Materials','/markets/industrialprods/bldgmaterials/roofingmaterials.html',
    submenuindex++,'Sawlogs','/markets/industrialprods/bldgmaterials/sawlogs.html',
    submenuindex++,'Wallboard','/markets/industrialprods/bldgmaterials/wallboard.html',
    submenuindex++,'Other Building Materials','/markets/industrialprods/bldgmaterials/other.html'
  ),
  menuindex++,'Liquified Petro Gas','/markets/industrialprods/lpg/index.html',1,
  new Array(
    submenuindex++,'Pricing Approach','/markets/industrialprods/lpg/propane.html'
  ),
  menuindex++,'Machinery','/markets/industrialprods/machinery/index.html',1,
  new Array(
    submenuindex++,'Farm and Construction Equipment','/markets/industrialprods/machinery/farm_equipment.html',
    submenuindex++,'General Machinery','/markets/industrialprods/machinery/genmach.html',
    submenuindex++,'Transformers and Generators','/markets/industrialprods/machinery/transformers.html'
  ),
  menuindex++,'Metals (Pipe, Steel etc.)','/markets/industrialprods/metals/index.html',1,
  new Array(
    submenuindex++,'Public Tariffs','/markets/industrialprods/metals/tariffs.html',
    submenuindex++,'STCC Codes','/markets/industrialprods/metals/stcc.html',
    submenuindex++,'Transmission Pipe','/markets/industrialprods/metals/transmission_pipe.html'
  ),
  menuindex++,'Minerals','/markets/industrialprods/minerals/index.html',1,
  new Array(
    submenuindex++,'Aggregates','/markets/industrialprods/minerals/aggregates.html',
    submenuindex++,'Cement','/markets/industrialprods/minerals/cement.html',
    submenuindex++,'Clay','/markets/industrialprods/minerals/clay.html',
    submenuindex++,'Sand','/markets/industrialprods/minerals/sand.html',
    submenuindex++,'Reps','/prospective/carload_salesrep.html'
  ),
  menuindex++,'Plastics','/markets/industrialprods/plastics/index.html',1,
  new Array(
    submenuindex++,'Producers','/markets/industrialprods/plastics/plasticproducers.html',
    submenuindex++,'Freight Request Form','/markets/industrialprods/plastics/freightrequestform.html'
  ),
  menuindex++,'Waste','/markets/industrialprods/waste/index.html',1,
  new Array(
    submenuindex++,'Equipment','/markets/industrialprods/waste/pdf/waste_equip.pdf',
    submenuindex++,'FAQ','/markets/industrialprods/waste/quickfacts.html',
    submenuindex++,'Prepare a Manifest','/markets/industrialprods/waste/manifest.html',
    submenuindex++,'Prices','/markets/industrialprods/waste/get_a_rate.html',
    submenuindex++,'Waste Commodities','/markets/industrialprods/waste/waste_stcc.html',
    submenuindex++,'Waste Manifest Process Policy','/markets/industrialprods/waste/policy.html',
    submenuindex++,'2009 Stewardship Awards','/markets/industrialprods/waste/stewardship09.html'
  ),
  menuindex++,'Wind Energy','/markets/industrialprods/windenergy/index.html',0
);

// Intermodal
menuindex=1;
submenuindex=1;
var snavAlt2_6 = new Array(
  menuindex++,'Contacts','/markets/intermodal/contacts.html',0,
  menuindex++,'Customer Updates','http://domino.bnsf.com/website/updates.nsf',0,
  menuindex++,'Equipment','/markets/intermodal/equipment.html',0,
  menuindex++,'Facilities','/markets/intermodal/facilities_guide.html',0,
  menuindex++,'FAQ','/markets/intermodal/faqs.html',0,
  menuindex++,'Maps','/markets/intermodal/maps.html',0,
  menuindex++,'New Customers','/markets/intermodal/new_customers.html',0,
  menuindex++,'Prices','http://www.bnsf.com/bnsf.was6/iprr/IPRRController',0,
  menuindex++,'References','/markets/intermodal/references.html',0,
  menuindex++,'Services','/markets/intermodal/services.html',0
);

//BNSF Asia
menuindex=1;
submenuindex=1;
var snavAlt2_12 = new Array(
  menuindex++,'Network','/markets/asia/network.html',1,
  new Array(
    submenuindex++,'Facilities','/markets/asia/intl_facilities.html'
  ),
  menuindex++,'Capacity','/markets/asia/intl_cap.html',1,
  new Array(
    submenuindex++,'Equipment','/markets/asia/intl_equip.html'
  ),
  menuindex++,'Expertise','/markets/asia/expertise.html',1,
  new Array(
    submenuindex++,'Services','/markets/asia/services.html',
    submenuindex++,'How Intermodal Works','/markets/intermodal/pdf/im_9steps.pdf?newwin=1'
  ),
  menuindex++,'Events','/markets/asia/events.html',0,
  menuindex++,'Global Fact Sheet','/markets/asia/globalfs.html',0,
  menuindex++,'References','/markets/asia/references.html',0,
  menuindex++,'Contact Us','/markets/asia/contacts.html',0,
  menuindex++,'FAQ','/markets/asia/faq.html',0,
  menuindex++,'Languages','/markets/asia/index.html',1,
  new Array(
    submenuindex++,'Chinese &#31616;&#20307;','/markets/chinese_s/index.html',
    submenuindex++,'Chinese &#32321;&#39636;','/markets/chinese_t/index.html'
//    submenuindex++,'Japanese &#26085;&#26412;','/markets/japan/index.html',
//    submenuindex++,'Korean &#54620;&#44397;','/markets/korea/index.html'
  )
);

//BNSF China
menuindex=1;
submenuindex=1;
var snavAlt2_13 = new Array(
  menuindex++,'&#32593;&#32476;','/markets/chinese_s/network.html',1,
  new Array(
    submenuindex++,'&#35774;&#26045;','/markets/chinese_s/intl_facilities.html'
  ),
  menuindex++,'&#36816;&#33021;','/markets/chinese_s/intl_cap.html',1,
  new Array(
    submenuindex++,'&#35774;&#22791;','/markets/chinese_s/intl_equip.html'
  ),
  menuindex++,'&#36816;&#36755;&#19994;&#19987;&#38271;','/markets/chinese_s/expertise.html',1,
  new Array(
    submenuindex++,'&#26381;&#21153;','/markets/chinese_s/services.html',
    submenuindex++,'&#32852;&#36816;&#20316;&#19994;','/markets/intermodal/pdf/im_9steps.pdf'
  ),
  menuindex++,'&#27963;&#21160;','/markets/chinese_s/events.html',0,
  menuindex++,'&#20840;&#29699;&#36164;&#26009;&#20171;&#32461;','/markets/chinese_s/globalfs.html',0,
  menuindex++,'&#36164;&#26009;','/markets/chinese_s/references.html',0,
  menuindex++,'&#32852;&#31995;&#26041;&#27861;','/markets/chinese_s/contacts.html',0,
  menuindex++,'&#38382;&#19982;&#31572;','/markets/chinese_s/faq.html',0,
  menuindex++,'&#35821;&#35328;','/markets/chinese_s/index.html',1,
  new Array(
    submenuindex++,'Chinese &#32321;&#39636;','/markets/chinese_t/index.html',
    submenuindex++,'English','/markets/asia/index.html'
//    submenuindex++,'Japanese &#26085;&#26412;','/markets/japan/index.html',
//    submenuindex++,'Korean &#54620;&#44397;','/markets/korea/index.html'
  )
);

//BNSF Taiwan
menuindex=1;
submenuindex=1;
var snavAlt2_14 = new Array(
  menuindex++,'&#32178;&#32097;','/markets/chinese_t/network.html',1,
  new Array(
    submenuindex++,'&#35373;&#26045;','/markets/chinese_t/intl_facilities.html'
  ),
  menuindex++,'&#36939;&#33021;','/markets/chinese_t/intl_cap.html',1,
  new Array(
    submenuindex++,'&#35373;&#20633;','/markets/chinese_t/intl_equip.html'
  ),
  menuindex++,'&#36939;&#36664;&#26989;&#23560;&#38263;','/markets/chinese_t/expertise.html',1,
  new Array(
    submenuindex++,'&#26381;&#21209;','/markets/chinese_t/services.html',
    submenuindex++,'&#32872;&#36939;&#20316;&#26989;','/markets/intermodal/pdf/im_9steps.pdf'
  ),
  menuindex++,'&#27963;&#21205;','/markets/chinese_t/events.html',0,
  menuindex++,'&#20840;&#29699;&#36039;&#26009;&#20171;&#32057;','/markets/chinese_t/globalfs.html',0,
  menuindex++,'&#21443;&#32771;&#36039;&#26009;','/markets/chinese_t/references.html',0,
  menuindex++,'&#32872;&#32097;&#26041;&#27861;','/markets/chinese_t/contacts.html',0,
  menuindex++,'&#21839;&#33287;&#31572;','/markets/chinese_t/faq.html',0,
  menuindex++,'&#35821;&#35328;','/markets/chinese_t/index.html',1,
  new Array(
    submenuindex++,'Chinese &#31616;&#20307;','/markets/chinese_s/index.html',
    submenuindex++,'English','/markets/asia/index.html'
//    submenuindex++,'Japanese &#26085;&#26412;','/markets/japan/index.html',
//    submenuindex++,'Korean &#54620;&#44397;','/markets/korea/index.html'
  )
);

// Canada
menuindex=1;
submenuindex=1;
var snavAlt2_15 = new Array(
  menuindex++,'Contacts','/markets/canada/contacts.html',0,
  menuindex++,'Brokers','/markets/canada/brokers.html',0,
  menuindex++,'Customs Requirements','/markets/canada/customs.html',0,
  menuindex++,'Northern Ports','/markets/canada/northports.html',0,
  menuindex++,'Resources ','/markets/canada/resources.html',0,
  menuindex++,'Shipping Information','/markets/canada/shipping.html',0
);

//BNSF Mexico
menuindex=1;
submenuindex=1;
var snavAlt2_16 = new Array(
  menuindex++,'Contacts','/markets/mexico/contacts.html',1,
  new Array(
    submenuindex++,'Marketing','/markets/mexico/contact_list.html',
    submenuindex++,'Customer Support','/markets/mexico/customer_service.html'
  ),
  menuindex++,'Mexico Markets','/markets/mexico/mexi_markets.html',1,
  new Array(
    submenuindex++,'Carload','/markets/mexico/rail.html',
    submenuindex++,'Ag Products','/markets/mexico/mexi_ag.html',
    submenuindex++,'Mexi-Modal','/markets/mexico/modal.html'
  ),
  menuindex++,'Prices','/markets/mexico/prices.html',0,
  menuindex++,'Gateways','/markets/mexico/gateway.html',1,
  new Array(
    submenuindex++,'Brownsville','/markets/mexico/brownsville.html',
    submenuindex++,'Eagle Pass','/markets/mexico/eaglepass.html',
    submenuindex++,'El Paso','/markets/mexico/elpaso.html',
    submenuindex++,'Laredo','/markets/mexico/laredo.html',
    submenuindex++,'San Diego','/markets/mexico/sandiego.html',
    submenuindex++,'Weight Restriction Map','/markets/mexico/wrmap.html'
  ),
  menuindex++,'Border Processes','/markets/mexico/processes.html',1,
  new Array(
    submenuindex++,'Shipping from Mexico','/markets/mexico/importing.html',
    submenuindex++,'Shipping to Mexico','/markets/mexico/exporting.html',
    submenuindex++,'Forwarding Agents','/markets/mexico/pdf/forwarding_agents.xls',
    submenuindex++,'Mexico Customs Brokers','/markets/mexico/pdf/mexico_cstmbrokers.xls',
    submenuindex++,'US Customs Brokers','/markets/mexico/cstmbrokers.html'
  ),
  menuindex++,'English-Spanish Rail Glossary','/markets/mexico/pdf/speng_dictionary.xls',0,
//  menuindex++,'FAQ','/markets/mexico/faq.html',0,
  menuindex++,'Language','/markets/mexico/index.html',1,
  new Array(
    submenuindex++,'Español (Spanish)','/markets/spanish/index.html'
  )
);

//BNSF Spanish
menuindex=1;
submenuindex=1;
var snavAlt2_17 = new Array(
  menuindex++,'Contactos','/markets/spanish/e_contacts.html',1,
  new Array(
    submenuindex++,'Mercadeo','/markets/spanish/e_contact_list.html',
    submenuindex++,'Apoyo al Cliente','/markets/spanish/e_customer_service.html'
  ),
  menuindex++,'Mercados de M&eacute;xico','/markets/spanish/e_mexi_markets.html',1,
  new Array(
    submenuindex++,'Carros de Carga','/markets/spanish/e_rail.html',
    submenuindex++,'Productos Agroindustria','/markets/spanish/e_mexi_ag.html',
    submenuindex++,'Mexi-Modal','/markets/spanish/e_modal.html'
  ),
  menuindex++,'Precios','/markets/spanish/e_prices.html',0,
  menuindex++,'Estaciones de Embarque','/markets/spanish/e_gateway.html',1,
  new Array(
    submenuindex++,'Brownsville','/markets/spanish/e_brownsville.html',
    submenuindex++,'Eagle Pass','/markets/spanish/e_eaglepass.html',
    submenuindex++,'El Paso','/markets/spanish/e_elpaso.html',
    submenuindex++,'Laredo','/markets/spanish/e_laredo.html',
    submenuindex++,'San Diego','/markets/spanish/e_sandiego.html',
    submenuindex++,'Sistema Ferroviario Nacional','/markets/spanish/e_wrmap.html'
  ),
  menuindex++,'Procesos en Frontera','/markets/spanish/e_processes.html',1,
  new Array(
    submenuindex++,'Despachos desde México','/markets/spanish/e_importing.html',
    submenuindex++,'Despachos a México','/markets/spanish/e_exporting.html',
    submenuindex++,'Forwarding Agents','/markets/mexico/pdf/forwarding_agents.xls',
    submenuindex++,'Agentes Aduanales para Mexico','/markets/mexico/pdf/mexico_cstmbrokers.xls',
    submenuindex++,'Agentes Aduanales para EU','/markets/spanish/e_cstmbrokers.html'
  ),
  menuindex++,'Glosario Ferroviario Ingles-Espa&ntilde;ol','/markets/mexico/pdf/speng_dictionary.xls',0,
//  menuindex++,'FAQ','/markets/spanish/faq.html',0,
  menuindex++,'Idioma','/markets/spanish/index.html',1,
  new Array(
    submenuindex++,'English (en ingl&eacute;s)','/markets/mexico/index.html'
  )
);

//Shortline Partenrs
menuindex=1;
submenuindex=1;
var snavAlt2_19 = new Array(
  menuindex++,'Shortline Directory','/markets/shortline/directory.html',1,
  new Array(
    submenuindex++,'By State Name','/markets/shortline/directory_state.html',
    submenuindex++,'By Shortline Name','/markets/shortline/directory_name.html',
    submenuindex++,'By Shortline Code','/markets/shortline/directory_code.html',
    submenuindex++,'By Parent Co Name','/markets/shortline/directory_parent.html',
    submenuindex++,'By BNSF Division','/markets/shortline/directory_div.html',
    submenuindex++,'By BNSF Representative','/markets/shortline/directory_rep.html'
  ),
  menuindex++,'Contacts','/markets/shortline/contacts.html',0,
  menuindex++,'Vision','/markets/shortline/vision.html',0,
  menuindex++,'Newsletter','/markets/shortline/newsletter.html',0
);