var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About SMI',
    bIsWebPath:true,
    sUrl:'about_smi.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Survey',
        bIsWebPath:true,
        sUrl:'survey.html'
    }]
},
{   sTitle:'Experience',
    bIsWebPath:true,
    sUrl:'experience.html',"childArray" : [
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    }]
},
{   sTitle:'Customer Service',
    bIsWebPath:true,
    sUrl:'pptp.html',"childArray" : [
    {   sTitle:'Concierge Service',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',"childArray" : [
    {   sTitle:'Sitemap',
        bIsWebPath:true,
        sUrl:'sitemap.html'
    }]
}]
});
