var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About FPL',
    bIsWebPath:true,
    sUrl:'about-fpl.html'
},
{   sTitle:'FPL Gallery',
    bIsWebPath:true,
    sUrl:'fpl-gallery.html'
}]
});
