var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'Antonine Wall',
        bIsWebPath:true,
        sUrl:'antonine.html'
    },
    {   sTitle:'Forth & Clyde Canal',
        bIsWebPath:true,
        sUrl:'forth-clyde-canal.html'
    },
    {   sTitle:'Kelvin Valley Railway',
        bIsWebPath:true,
        sUrl:'kelvinvalleyrailway.html'
    }]
},
{   sTitle:'Community Council',
    bIsWebPath:true,
    sUrl:'community-council.html'
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'what\'s_on.html'
},
{   sDescription:'Information about the ornamental garden in Torrance, Glasgow, East Dunbartonshire.',
    sTitle:'Ornamental Garden',
    bIsWebPath:true,
    sUrl:'ornamental_garden.html'
},
{   sTitle:'Walks',
    bIsWebPath:true,
    sUrl:'walks.html'
},
{   sTitle:'Wildlife',
    bIsWebPath:true,
    sUrl:'wildlife.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Web Links',
    bIsWebPath:true,
    sUrl:'web_links.html'
}]
});
