var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'welcome.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Office Services',
        bIsWebPath:true,
        sUrl:'officeservices.html'
    },
    {   sTitle:'PA Services',
        bIsWebPath:true,
        sUrl:'paservices.html'
    },
    {   sTitle:'Document Services',
        bIsWebPath:true,
        sUrl:'documentservices.html'
    },
    {   sTitle:'Print Services',
        bIsWebPath:true,
        sUrl:'printservices.html'
    },
    {   sTitle:'Web Services',
        bIsWebPath:true,
        sUrl:'webservices.html'
    },
    {   sTitle:'Home PA Services',
        bIsWebPath:true,
        sUrl:'homepaservices.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
