var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services We Provide',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Pet Articles',
    bIsWebPath:true,
    sUrl:'pet articles.html',"childArray" : [
    {   sTitle:'For The Cats',
        bIsWebPath:true,
        sUrl:'cats.html'
    },
    {   sTitle:'For The Dogs',
        bIsWebPath:true,
        sUrl:'dogs.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
