var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Herd Sires',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Herd Does',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Goats For Sale',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Gifts',
    bIsWebPath:true,
    sUrl:'gifts.html',"childArray" : [
    {   sTitle:'All God\'s Children by Miss Martha',
        bIsWebPath:true,
        sUrl:'agc1.html'
    },
    {   sTitle:'Happy Habits (Nuns and Priest)',
        bIsWebPath:true,
        sUrl:'happyhabits.html'
    },
    {   sTitle:'Christmas Ornaments',
        bIsWebPath:true,
        sUrl:'xmas.html'
    },
    {   sTitle:'Angels',
        bIsWebPath:true,
        sUrl:'retiredangels.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Gallery of Pictures',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
}]
});