var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'New Products',
        bIsWebPath:true,
        sUrl:'newproducts.html',
        sTarget:'_self'
    },
    {   sTitle:'Specials and Coupons',
        bIsWebPath:true,
        sUrl:'specials.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Prescriptions',
    bIsWebPath:true,
    sUrl:'prescript.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
}]
});
