var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'Products.html',"childArray" : [
    {   sTitle:'EQuIS',
        bIsWebPath:true,
        sUrl:'EQuIS.html'
    },
    {   sTitle:'Envistigator',
        bIsWebPath:true,
        sUrl:'Envistigator.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
