var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Certification',
    bIsWebPath:true,
    sUrl:'certification.html'
},
{   sTitle:'Assessment',
    bIsWebPath:true,
    sUrl:'assessment.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html',"childArray" : [
    {   sTitle:'Green Business News',
        bIsWebPath:true,
        sUrl:'green_business_news.html'
    }]
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'energy_efficient_and_green_products.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
