var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sailing',
    bIsWebPath:true,
    sUrl:'sailing.html'
},
{   sTitle:'Lighthouses',
    bIsWebPath:true,
    sUrl:'lighthouses.html'
},
{   sTitle:'Waves',
    bIsWebPath:true,
    sUrl:'waves.html'
},
{   sTitle:'Doves',
    bIsWebPath:true,
    sUrl:'doves.html'
},
{   sTitle:'Cards',
    bIsWebPath:true,
    sUrl:'cards.html'
},
{   sTitle:'Prints',
    bIsWebPath:true,
    sUrl:'prints.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
