var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sDescription:'Home page top',
        sTitle:'HOMETOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#HomeTop'
    }]
},
{   sTitle:'The Vision',
    bIsWebPath:true,
    sUrl:'thevision.html',"childArray" : [
    {   sDescription:'The Vision Top',
        sTitle:'THE VISION TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'thevision.html#TheVisionTop'
    }]
},
{   sDescription:'NBO news page',
    sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sDescription:'News page top',
        sTitle:'NEWS TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'news.html#NewsTop'
    }]
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photogallery.html',"childArray" : [
    {   sDescription:'photo gallery 9 page 1',
        sTitle:'NBO 9',
        bIsWebPath:true,
        sUrl:'nbo9.html',"childArray" : [
        {   sDescription:'photo gallery 9 page 2',
            sTitle:'NBO 9 page2',
            bIsWebPath:true,
            sUrl:'nbo9p2.html',"childArray" : [
            {   sDescription:'photo gallery 9 page 2 top',
                sTitle:'PHOTOG9P2TOP',
                bIsAnchor:true,
                bIsWebPath:true,
                sUrl:'nbo9p2.html#photog9p2top'
            }]
        },
        {   sDescription:'photo gallery 9 page 3',
            sTitle:'NBO 9 page3',
            bIsWebPath:true,
            sUrl:'nbo9p3.html',"childArray" : [
            {   sDescription:'photo gallery 9 page 3 top',
                sTitle:'PHOTOG9P3TOP',
                bIsAnchor:true,
                bIsWebPath:true,
                sUrl:'nbo9p3.html#photog9p3top'
            }]
        },
        {   sTitle:'NBO 9 page4',
            bIsWebPath:true,
            sUrl:'nbo9p4.html',"childArray" : [
            {   sDescription:'photo gallery 9 page 4 top',
                sTitle:'PHOTOG9P4TOP',
                bIsAnchor:true,
                bIsWebPath:true,
                sUrl:'nbo9p4.html#photog9p4top'
            }]
        },
        {   sDescription:'photo gallery 9 top',
            sTitle:'PHOTOG9TOP',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'nbo9.html#photog9top'
        }]
    },
    {   sTitle:'NBO 8',
        bIsWebPath:true,
        sUrl:'nbo8.html',"childArray" : [
        {   sDescription:'photo gallery 8 top',
            sTitle:'PHOTOG8TOP',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'nbo8.html#photog8top'
        }]
    },
    {   sTitle:'NBO 7',
        bIsWebPath:true,
        sUrl:'nbo7.html',"childArray" : [
        {   sDescription:'photo gallery 7 top',
            sTitle:'PHOTOG7TOP',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'nbo7.html#photog7top'
        }]
    },
    {   sTitle:'NBO 6',
        bIsWebPath:true,
        sUrl:'nbo6.html',"childArray" : [
        {   sTitle:'topphoto6',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'nbo6.html#photog6top'
        }]
    },
    {   sTitle:'NBO 5',
        bIsWebPath:true,
        sUrl:'nbo5.html',"childArray" : [
        {   sDescription:'photo gallery 5 top',
            sTitle:'PHOTOG5TOP',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'nbo5.html#photog5top'
        }]
    },
    {   sTitle:'NBO 4',
        bIsWebPath:true,
        sUrl:'nbo4.html',"childArray" : [
        {   sDescription:'photo gallery 4 top',
            sTitle:'PHOTOG4TOP',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'nbo4.html#photog4top'
        }]
    },
    {   sDescription:'photo gallery main page top',
        sTitle:'photogmainpage',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'photogallery.html#photogallery'
    }]
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html',"childArray" : [
    {   sDescription:'Videos page top',
        sTitle:'VIDEOS TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'videos.html#VideosTop'
    }]
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'findus.html',"childArray" : [
    {   sDescription:'find us page top',
        sTitle:'FIND US TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'findus.html#FindUsTop'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sDescription:'contact us page top',
        sTitle:'CONTACT US TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'contactus.html#ContactUsTop'
    }]
}]
});
