var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Our Boys',
    bIsWebPath:true,
    sUrl:'our boys.html',"childArray" : [
    {   sTitle:'More Boys',
        bIsWebPath:true,
        sUrl:'more boys.html'
    },
    {   sTitle:'Jonathan',
        bIsWebPath:true,
        sUrl:'jonathan.html'
    }]
},
{   sTitle:'Our Girls',
    bIsWebPath:true,
    sUrl:'our girls.html'
},
{   sTitle:'Available',
    bIsWebPath:true,
    sUrl:'available.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Gallery 2',
        bIsWebPath:true,
        sUrl:'gallery2.html'
    }]
},
{   sTitle:'Memorial',
    bIsWebPath:true,
    sUrl:'memorial.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
