var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Customers',
        'bIsWebPath':true,
        'sUrl':'customers.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Book-keeping',
        'bIsWebPath':true,
        'sUrl':'bookkeeping.html'
    },
    {   'sTitle':'Call Answering',
        'bIsWebPath':true,
        'sUrl':'callanswering.html'
    },
    {   'sTitle':'Copy Typing',
        'bIsWebPath':true,
        'sUrl':'copytyping.html'
    },
    {   'sTitle':'Design',
        'bIsWebPath':true,
        'sUrl':'design.html'
    },
    {   'sTitle':'PA Support ',
        'bIsWebPath':true,
        'sUrl':'support.html'
    },
    {   'sTitle':'Transcription',
        'bIsWebPath':true,
        'sUrl':'transcription.html'
    }]
},
{   'sTitle':'Pricing',
    'bIsWebPath':true,
    'sUrl':'pricing.html'
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'resources.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
},
{   'sTitle':'What\'s New',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Special Offer',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'news.html#pic_84'
    }]
}]
});
