var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'DEPARTMENTS',
    bIsWebPath:true,
    sUrl:'departments.html',"childArray" : [
    {   sDescription:'Dynamite Ent C# Productions page',
        sTitle:'C# Productions',
        bIsWebPath:true,
        sUrl:'cproductions.html'
    },
    {   sDescription:'Dynamite Ent CDJ Dance Performers page',
        sTitle:'CDJ ',
        bIsWebPath:true,
        sUrl:'cdj.html'
    },
    {   sDescription:'Dynamite Ent CRB Checks page',
        sTitle:'CRB Checks',
        bIsWebPath:true,
        sUrl:'crbchecks.html',"childArray" : [
        {   sTitle:'CRB Application Process',
            bIsWebPath:true,
            sUrl:'crbapplicatio process.html'
        },
        {   sTitle:'CRB How to Apply',
            bIsWebPath:true,
            sUrl:'crbhowtoapply.html'
        },
        {   sTitle:'CRB Who Requires a CRB',
            bIsWebPath:true,
            sUrl:'crbwhorequiresacrb.html'
        }]
    },
    {   sDescription:'Dynamite Ent Dynamic Dance page',
        sTitle:'Dynamic Dance',
        bIsWebPath:true,
        sUrl:'dynamicdance.html',"childArray" : [
        {   sTitle:'Dynamic Dance Book Classes 1',
            bIsWebPath:true,
            sUrl:'dynamic dance book classes 1.html'
        },
        {   sTitle:'Dynamic Dance Shop',
            bIsWebPath:true,
            sUrl:'dynamicdanceshop.html'
        }]
    },
    {   sDescription:'Dynamite Ent Links Freelancer Agency page',
        sTitle:'Links Freelancer Agency',
        bIsWebPath:true,
        sUrl:'link freelanceragency.html',"childArray" : [
        {   sTitle:'Links Customers',
            bIsWebPath:true,
            sUrl:'linkscustomers.html'
        },
        {   sTitle:'Links Freelancers',
            bIsWebPath:true,
            sUrl:'linksfreelancers.html'
        }]
    }]
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'NEWS AND EVENTS',
    bIsWebPath:true,
    sUrl:'newsandevents.html'
},
{   sTitle:'MAILING LIST',
    bIsWebPath:true,
    sUrl:'mailinglist.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'RECRUITMENT',
    bIsWebPath:true,
    sUrl:'recruitment.html'
}]
});
