var customnavtree32 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'PARTNERS',
        bIsWebPath:true,
        sUrl:'partners.html',
        sTarget:'_self'
    }]
},
{   sTitle:'OUR SERVICES',
    bIsWebPath:true,
    sUrl:'ourservices.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Consulting Service',
        bIsWebPath:true,
        sUrl:'consulting.html',
        sTarget:'_self'
    },
    {   sTitle:'Business Intelligence',
        bIsWebPath:true,
        sUrl:'businessintel.html',
        sTarget:'_self'
    },
    {   sTitle:'Networking',
        bIsWebPath:true,
        sUrl:'netwroking.html',
        sTarget:'_self'
    },
    {   sTitle:'M&A',
        bIsWebPath:true,
        sUrl:'m&a.html',
        sTarget:'_self'
    },
    {   sTitle:'CCTV/Video Analytics',
        bIsWebPath:true,
        sUrl:'cctv.html',
        sTarget:'_self'
    },
    {   sTitle:'Distribution-Rotakin',
        bIsWebPath:true,
        sUrl:'distribution.html',
        sTarget:'_self'
    }]
},
{   sTitle:'NEWS & EVENTS',
    bIsWebPath:true,
    sUrl:'news&events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html',
        sTarget:'_self'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',
        sTarget:'_self'
    },
    {   sTitle:'Media',
        bIsWebPath:true,
        sUrl:'media.html',
        sTarget:'_self'
    },
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'downloads.html',
        sTarget:'_self'
    },
    {   sTitle:'IFSEC2012',
        bIsWebPath:true,
        sUrl:'ifsec2012.html',
        sTarget:'_self'
    }]
},
{   sTitle:'CASE STUDIES',
    bIsWebPath:true,
    sUrl:'casestudies.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'University Spin Out',
        bIsWebPath:true,
        sUrl:'university.html',
        sTarget:'_self'
    },
    {   sTitle:'GPS Tracking for TIH Train',
        bIsWebPath:true,
        sUrl:'gps.html',
        sTarget:'_self'
    },
    {   sTitle:'M&A Project in US',
        bIsWebPath:true,
        sUrl:'m&ausa.html',
        sTarget:'_self'
    },
    {   sTitle:'CCTV and VCA Project',
        bIsWebPath:true,
        sUrl:'cctv&vca.html',
        sTarget:'_self'
    }]
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
