var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products and Services',
    bIsWebPath:true,
    sUrl:'productsandservices.html',"childArray" : [
    {   sTitle:'Care and Maintenace',
        bIsWebPath:true,
        sUrl:'care.html'
    },
    {   sTitle:'Glossary',
        bIsWebPath:true,
        sUrl:'glossary.html'
    }]
},
{   sTitle:'News and Events',
    bIsWebPath:true,
    sUrl:'news-events.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
