var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Our Store',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Specials',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Featured Products',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Wholesale',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Health Tips',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   bSeparatorAfter:true,
    sTitle:'Shopping Cart',
    bIsExternal:true,
    bOverrideNavBarTarget:true,
    sUrl:'https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=order@nosaltnosugar.com&item_name=&currency_code=USD&amount=&quantity=1&no_shipping=0&cn=Email%20Address&no_note=0&item_number=SP01&tax=0.17&weight=0.50&weight_unit=lbs&display=1&shipping2=2.00&page_style=NSA%20Seasonings&return=www.nosaltnosugar.com&cbt=Continue&cancel_return=www.nosaltnosugar.com&undefined_quantity=1'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [
    {   sTitle:'NSA Policies',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'NSA Policies.pdf'
    }]
}]
});
