var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Services2',
        bIsWebPath:true,
        sUrl:'services2.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_petstums.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'petstums_products.html',"childArray" : [
    {   sTitle:'Product News',
        bIsWebPath:true,
        sUrl:'prod_news.html'
    },
    {   sTitle:'Petaroni Treats',
        bIsWebPath:true,
        sUrl:'petaroni.html'
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html'
},
{   sTitle:'Community',
    bIsWebPath:true,
    sUrl:'community.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_petstums.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Dog Grooming',
    bIsWebPath:true,
    sUrl:'dog_grooming.html',"childArray" : [
    {   sTitle:'Dog Grooming Gallery',
        bIsWebPath:true,
        sUrl:'groom_gallery.html'
    },
    {   sTitle:'Stop Press',
        bIsWebPath:true,
        sUrl:'stop_press.html'
    }]
},
{   sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'terms.html'
}]
});
