var TREE_NODES = [
  ['Home', './home.html', 'mainFrame'], 
  ['Latest News', 'news.html', 'mainFrame'], 
  ['About GMCMI', null, null, 
    ['About', 'about.html', 'mainFrame'], 
    ['Presidents Message', 'Presidents_Message.pdf', 'mainFrame'], 
    ['Board of Directors', 'forms/Officers.pdf', 'mainFrame'], 
    ['GMCMI Contacts', 'contact.html', 'mainFrame'], 
    ['Bylaws & Standing Rules', 'bylaws.html', 'mainFrame'], 
	['Area Map', 'area_map.pdf', 'mainFrame']],
  ['Join GMCMI', null, null, 
    ['Welcome Message', 'welcome.html', 'mainFrame'], 
    ['Application Form', 'app.html', 'blank'], 
    ['Renew Membership', 'renewal.html', 'blank']], 
  ['Newsletters', null, null, 
    ['Current Newsletter', 'current/index.html', 'mainFrame'], 
	['Ladies Page', 'newsletters/Ladies_Page.pdf', 'blank'], 
    ['Index', 'Newsletter_Index.pdf', 'mainFrame'], 
    ['Order Newsletter', 'order.html', 'mainFrame'], 
        ['Reprints', 'reprints.html', 'mainFrame']], 
  ['Motorhomes', null, null, 
    ['Models/Floorplans', 'plans.html', 'mainFrame'], 
    ['Technical Info', 'techinfo.html', 'mainFrame'], 
    ['FAQ', 'faq.html', 'mainFrame'], 
    ['History', 'history.html', 'mainFrame'], 
    ['Memorabilia', 'memor.html', 'mainFrame']], 
  ['Conventions', null, null, 
    ['Upcoming', 'conventions/upcoming.html', 'mainFrame'], 
    ['Previous', 'conventions/previous.html', 'mainFrame'], 
    ['Future', 'conventions/future.html', 'mainFrame'], 
    ['Site Selection Worksheet', 'forms/GMCMI_Site_Selection_Worksheet.pdf', 'blank'], 
    ['History', 'conventions/convhistory.html', 'mainFrame']], 
  ['Convention Photos', 'prevcon_pics/index.html', 'mainFrame'],
    ['Classifieds', null, null, 
    ['Motorhomes', 'motorhomes.html', 'mainFrame'], 
    ['New Parts', 'nparts.html', 'mainFrame'], 
    ['Used Parts', 'usedparts.html', 'mainFrame'], 
    ['Service Centers', 'service.html', 'mainFrame'], 
    ['Wanted', 'wanted.html', 'mainFrame'], 
    ['Place Ad', 'placead.html', 'mainFrame']], 
  ['Links of Interest', null, null, 
    ['GMC MH Clubs', 'locchap.html', 'mainFrame'], 
    ['Personal Sites', 'personalws.html', 'mainFrame'], 
    ['Commercial Sites', 'commws.html', 'mainFrame'], 
    ['Other Sites', 'otherws.html', 'mainFrame']],
  ['Members Only', './mem-bers/index.html', 'mainFrame'], 
];


