var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.asp',"childArray" : [
    {   sTitle:'› About Us',
        bIsWebPath:true,
        sUrl:'aboutus.asp'
    },
    {   sTitle:'› References',
        bIsWebPath:true,
        sUrl:'references.asp'
    },
    {   sTitle:'› Publications',
        bIsWebPath:true,
        sUrl:'publications.asp'
    }]
},
{   sTitle:'Accounting',
    bIsWebPath:true,
    sUrl:'accounting.asp',"childArray" : [
    {   sTitle:'› Accounting and financial reporting',
        bIsWebPath:true,
        sUrl:'accounting2.asp'
    },
    {   sTitle:'› Characteristics of Russian accounting',
        bIsWebPath:true,
        sUrl:'russian_accounting.asp'
    },
    {   sTitle:'› Example of an Accountancy service',
        bIsWebPath:true,
        sUrl:'accountancy_service.asp'
    }]
},
{   sTitle:'Audit',
    bIsWebPath:true,
    sUrl:'audit.asp'
},
{   sTitle:'Legal',
    bIsWebPath:true,
    sUrl:'legal.asp'
},
{   sTitle:'Recruitment and HR',
    bIsWebPath:true,
    sUrl:'recruitment_and_hr.asp'
},
{   sTitle:'IT',
    bIsWebPath:true,
    sUrl:'page21.asp'
},
{   sTitle:'Marketing',
    bIsWebPath:true,
    sUrl:'marketing.asp'
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.asp'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.asp'
}]
});
