var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Store',
    bIsWebPath:true,
    sUrl:'our_store.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Sales/Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Horse Feed',
        bIsWebPath:true,
        sUrl:'horsefeed.html'
    },
    {   sTitle:'Pet Food',
        bIsWebPath:true,
        sUrl:'petfood.html'
    },
    {   sTitle:'Bedding',
        bIsWebPath:true,
        sUrl:'bedding.html'
    },
    {   sTitle:'Other Products',
        bIsWebPath:true,
        sUrl:'misc_products.html'
    }]
}]
});
