var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Bookkeeping',
        bIsWebPath:true,
        sUrl:'bookkeeping.html'
    },
    {   sTitle:'Call Answering',
        bIsWebPath:true,
        sUrl:'callanswering.html'
    }]
},
{   sTitle:'File Transfer',
    bIsWebPath:true,
    sUrl:'filetransfer.html'
},
{   sTitle:'Business Card',
    bIsWebPath:true,
    sUrl:'businesscard.html'
}]
});