var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Seascapes',
    bIsWebPath:true,
    sUrl:'seascapes.html'
},
{   sTitle:'Flora and Fauna',
    bIsWebPath:true,
    sUrl:'florafauna.html'
},
{   sTitle:'Scotland',
    bIsWebPath:true,
    sUrl:'scotland.html'
},
{   sTitle:'Sports',
    bIsWebPath:true,
    sUrl:'sports.html'
},
{   sTitle:'Willen Lake',
    bIsWebPath:true,
    sUrl:'willen lake.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
