var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'What\'s On',
    'bIsWebPath':true,
    'sUrl':'whats-on-salcombe-festival-2011.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Fund Raising',
    'bIsWebPath':true,
    'sUrl':'fund-raising.html'
},
{   'sTitle':'Where we are',
    'bIsWebPath':true,
    'sUrl':'where-we-are.html'
},
{   'sTitle':'Friends',
    'bIsWebPath':true,
    'sUrl':'friends.html'
},
{   'sTitle':'Get in Touch',
    'bIsWebPath':true,
    'sUrl':'get-in-touch.html'
},
{   'sTitle':'Stories',
    'bIsWebPath':true,
    'sUrl':'stories.html'
}]
});
