var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'RANCH',
    bIsWebPath:true,
    sUrl:'ranch.html',"childArray" : [
    {   sTitle:'BLISS',
        bIsWebPath:true,
        sUrl:'bliss.html'
    },
    {   sTitle:'HUNTING',
        bIsWebPath:true,
        sUrl:'hunting.html'
    },
    {   sTitle:'SHOOTING',
        bIsWebPath:true,
        sUrl:'shooting.html'
    },
    {   sTitle:'RANCH LIFE',
        bIsWebPath:true,
        sUrl:'ranchlife.html'
    },
    {   sTitle:'RECREATION',
        bIsWebPath:true,
        sUrl:'recreation.html'
    },
    {   sTitle:'WILD LIFE',
        bIsWebPath:true,
        sUrl:'wildlife.html'
    }]
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Shoemaker',
        bIsWebPath:true,
        sUrl:'shoemaker.html'
    },
    {   sTitle:'Eddleman',
        bIsWebPath:true,
        sUrl:'eddleman.html'
    }]
},
{   sTitle:'GALLERIES',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'articles.html'
    },
    {   sTitle:'Ranch I',
        bIsWebPath:true,
        sUrl:'ranchi.html'
    }]
},
{   sTitle:'SALE OFFERINGS',
    bIsWebPath:true,
    sUrl:'sale.html',"childArray" : [
    {   sTitle:'Misc',
        bIsWebPath:true,
        sUrl:'misc.html'
    }]
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
