var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Sweet Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Goat Milk Soap',
        bIsWebPath:true,
        sUrl:'soap.html'
    },
    {   sTitle:'Gift Boxes',
        bIsWebPath:true,
        sUrl:'giftboxes.html'
    },
    {   sTitle:'Lip Balm',
        bIsWebPath:true,
        sUrl:'lipbalm.html'
    },
    {   sTitle:'Body Balm',
        bIsWebPath:true,
        sUrl:'bodybalm.html'
    },
    {   sTitle:'Massage Oil',
        bIsWebPath:true,
        sUrl:'massageoil.html'
    },
    {   sDescription:'Soap Making Supplies & Ingredients',
        sTitle:'Soap Making Supplies',
        bIsWebPath:true,
        sUrl:'soapmakingsupplies.html'
    },
    {   sTitle:'Gift Certificates & Subscriptions',
        bIsWebPath:true,
        sUrl:'giftcertificates_subscriptions.html'
    },
    {   sTitle:'Custom Labels',
        bIsWebPath:true,
        sUrl:'customlabels.html'
    },
    {   sTitle:'Ingredients',
        bIsWebPath:true,
        sUrl:'ingredients.html'
    }]
},
{   sTitle:'Buy Sweet Rita\'s',
    bIsWebPath:true,
    sUrl:'locations.html',"childArray" : [
    {   sTitle:'How to Purchase',
        bIsWebPath:true,
        sUrl:'howtopurchase.html'
    },
    {   sTitle:'Retail Locations',
        bIsWebPath:true,
        sUrl:'retaillocations.html'
    }]
},
{   sTitle:'Wholesale Inquiries',
    bIsWebPath:true,
    sUrl:'wholesale.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
