var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Our Team',
    'bIsWebPath':true,
    'sUrl':'our team.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Services Offered',
        'bIsWebPath':true,
        'sUrl':'services offered.html'
    },
    {   'sTitle':'Seminars',
        'bIsWebPath':true,
        'sUrl':'seminars.html'
    }]
},
{   'sTitle':'Careers',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'link.html'
    },
    {   'sTitle':'Personal Tax Information',
        'bIsWebPath':true,
        'sUrl':'personal tax information.html'
    },
    {   'sTitle':'Forms and Pamphlets',
        'bIsWebPath':true,
        'sUrl':'forms and pamphlets.html'
    },
    {   'sTitle':'Newsletter',
        'bIsWebPath':true,
        'sUrl':'newsletter.html'
    },
    {   'sTitle':'Deadlines',
        'bIsWebPath':true,
        'sUrl':'deadlines.html'
    },
    {   'sTitle':'GST',
        'bIsWebPath':true,
        'sUrl':'gst.html'
    },
    {   'sTitle':'Recommended Sites',
        'bIsWebPath':true,
        'sUrl':'recommended sites.html'
    },
    {   'sTitle':'Fees',
        'bIsWebPath':true,
        'sUrl':'fees.html'
    },
    {   'sTitle':'Privacy Policy',
        'bIsWebPath':true,
        'sUrl':'privacy policy.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html',"childArray" : [
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'Testimonial',
        'bIsWebPath':true,
        'sUrl':'testimonial.html'
    },
    {   'sTitle':'Feedback',
        'bIsWebPath':true,
        'sUrl':'feedback.html'
    }]
}]
});
