var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'About Us',
    sUrl:'aboutus.html'
},
{   sTitle:'Reckon Docs',
    sUrl:'page16.html'
},
{   sTitle:'Services',
    sUrl:'services.html'
},
{   sTitle:'Personal Tax',
    sUrl:'personal tax.html'
},
{   sTitle:'Online Tax',
    sUrl:'online tax.html'
},
{   sTitle:'Products',
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Small Business',
        sUrl:'page11.html'
    },
    {   sTitle:'Medium Business',
        sUrl:'page12.html'
    },
    {   sTitle:'Large Business/Enterprise',
        sUrl:'page13.html'
    },
    {   sTitle:'Investor',
        sUrl:'page15.html'
    },
    {   sTitle:'Retail/Hospitality',
        sUrl:'page14.html'
    },
    {   sTitle:'Young Adult/Family',
        sUrl:'page17.html'
    }]
},
{   sTitle:'Contact Us',
    sUrl:'contactus.html'
}]
});
