var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'TUFF SUFFOLKS',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'OUR SHEEP',
    bIsWebPath:true,
    sUrl:'oursheep.html',"childArray" : [
    {   sTitle:'BELLE',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'LAMBS FOR SALE',
    bIsWebPath:true,
    sUrl:'lambsforsale.html'
},
{   sTitle:'PHOTOS',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'AWARDS',
    bIsWebPath:true,
    sUrl:'awards.html'
},
{   sTitle:'EDUCATION',
    bIsWebPath:true,
    sUrl:'education.html'
},
{   sTitle:'DOGS',
    bIsWebPath:true,
    sUrl:'dogs.html'
},
{   sTitle:'FUN PAGE',
    bIsWebPath:true,
    sUrl:'funpage.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
