var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Projects',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Current Projects',
        bIsWebPath:true,
        sUrl:'projectsinfo.html',
        sTarget:'_self',
        sActiveFrameUrl:'currentprojects.html',
        sActiveFrameId:'ifrm_2'
    },
    {   sTitle:'Past Projects',
        bIsWebPath:true,
        sUrl:'pastprojects.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Industrial',
        bIsWebPath:true,
        sUrl:'industrial.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Industrial Installations',
            bIsWebPath:true,
            sUrl:'industrial.html',
            sTarget:'_self'
        },
        {   sTitle:'Factory Relocations',
            bIsWebPath:true,
            sUrl:'factoryrelocations.html',
            sTarget:'_self'
        },
        {   sTitle:'Panel Building',
            bIsWebPath:true,
            sUrl:'panelbuilding.html',
            sTarget:'_self'
        },
        {   sTitle:'Past Projects',
            bIsWebPath:true,
            sUrl:'pastprojects.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Commercial',
        bIsWebPath:true,
        sUrl:'commercial.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Commercial Installations',
            bIsWebPath:true,
            sUrl:'commercial.html',
            sTarget:'_self'
        },
        {   sTitle:'Prestige Homes',
            bIsWebPath:true,
            sUrl:'prestigehomes.html',
            sTarget:'_self'
        },
        {   sTitle:'Voice & Data',
            bIsWebPath:true,
            sUrl:'voiceanddata.html',
            sTarget:'_self'
        },
        {   sTitle:'Consultancy & Design',
            bIsWebPath:true,
            sUrl:'consultationanddesign.html',
            sTarget:'_self'
        },
        {   sTitle:'Past Projects',
            bIsWebPath:true,
            sUrl:'pastprojects.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Service & Maintenance',
        bIsWebPath:true,
        sUrl:'serviceandmaintainance.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'policies.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
}]
});
