var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Expertise',
    bIsWebPath:true,
    sUrl:'expertise.htm',"childArray" : [
    {   sTitle:'IC Design',
        bIsWebPath:true,
        sUrl:'asic.htm',"childArray" : [
        {   sTitle:'Zetex Array',
            bIsWebPath:true,
            sUrl:'bipolar.htm'
        }]
    },
    {   sTitle:'Analogue Design',
        bIsWebPath:true,
        sUrl:'analogue.htm'
    },
    {   sTitle:'RF Design',
        bIsWebPath:true,
        sUrl:'rf.htm'
    },
    {   sTitle:'Digital Design',
        bIsWebPath:true,
        sUrl:'digital.htm'
    },
    {   sTitle:'Opto Electronics',
        bIsWebPath:true,
        sUrl:'opto.htm'
    }]
},
{   sTitle:'Case Studies',
    bIsWebPath:true,
    sUrl:'analysis.htm',"childArray" : [
    {   sTitle:'Radiation monitoring',
        bIsWebPath:true,
        sUrl:'radiation.htm'
    },
    {   sTitle:'LED Driver',
        bIsWebPath:true,
        sUrl:'led.htm'
    },
    {   sTitle:'Remote hydrophone',
        bIsWebPath:true,
        sUrl:'remote.htm'
    }]
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.htm'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});
