var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'NDOR Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Race Dates',
    'bIsWebPath':true,
    'sUrl':'race dates.html'
},
{   'sTitle':'Entry Form',
    'bIsWebPath':true,
    'sUrl':'entryform.html'
},
{   'sTitle':'Results',
    'bIsWebPath':true,
    'sUrl':'results.html'
},
{   'sTitle':'Club Gear',
    'bIsWebPath':true,
    'sUrl':'club gear.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html',"childArray" : [
    {   'sTitle':'Track rebuild 2010',
        'bIsWebPath':true,
        'sUrl':'rebuild_2010.html'
    },
    {   'sTitle':'Race Day Videos',
        'bIsWebPath':true,
        'sUrl':'race day videos.html'
    },
    {   'sTitle':'Misc Photo Gallery',
        'bIsWebPath':true,
        'sUrl':'misc photo gallery.html'
    }]
},
{   'sTitle':'NDOR Forum',
    'bIsWebPath':true,
    'sUrl':'ndor forum.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
