var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Hunting Articles',
    bIsWebPath:true,
    sUrl:'hunting articles.html'
},
{   sTitle:'Fishing Articles',
    bIsWebPath:true,
    sUrl:'fishing articles.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo gallery.html'
},
{   sTitle:'Travel Page',
    bIsWebPath:true,
    sUrl:'travel page.html',"childArray" : [
    {   sTitle:'Black Hills of South Dakota',
        bIsWebPath:true,
        sUrl:'black hills.html'
    },
    {   sTitle:'Scottsbluff,NE',
        bIsWebPath:true,
        sUrl:'scottsbluff,ne.html'
    }]
},
{   sTitle:'Outdoor Poetry',
    bIsWebPath:true,
    sUrl:'outdoor poetry.html',"childArray" : [
    {   sTitle:'Lighter Side',
        bIsWebPath:true,
        sUrl:'Lighter Side.html'
    },
    {   sTitle:'Interesting Links',
        bIsWebPath:true,
        sUrl:'Interesting Links.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});