var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'http://www.dunegrasscorporation.com'
},
{   sTitle:'Grease Recovery',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Product',
    bIsWebPath:true,
    sUrl:'how-the-grease-trap-works.html',"childArray" : [
    {   sTitle:'Efficiency',
        bIsWebPath:true,
        sUrl:'greasetrap-efficiency.html'
    },
    {   sTitle:'Benefits',
        bIsWebPath:true,
        sUrl:'greasetrap-benefits.html'
    },
    {   sTitle:'Industry Alternatives',
        bIsWebPath:true,
        sUrl:'alternative-grease-traps.html',
        sTarget:'_self'
    },
    {   sTitle:'Specifications',
        bIsWebPath:true,
        sUrl:'grease-trap-specifications.html',
        sTarget:'_self'
    },
    {   sTitle:'Examples',
        bIsWebPath:true,
        sUrl:'grease-trap-example.html',
        sTarget:'_self'
    },
    {   sTitle:'Faqs',
        bIsWebPath:true,
        sUrl:'grease-trap-faqs.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'product-downloads.html',
    sTarget:'_self'
},
{   sTitle:'Certifications',
    bIsWebPath:true,
    sUrl:'grease-trap-certifications.html',
    sTarget:'_self'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});

