var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Technology',
    bIsWebPath:true,
    sUrl:'technology.html',"childArray" : [
    {   sTitle:'Automation',
        bIsWebPath:true,
        sUrl:'automation.html'
    },
    {   sTitle:'Multiplex Assay Development',
        bIsWebPath:true,
        sUrl:'mutiplexassaydevelopment.html'
    },
    {   sTitle:'Software Development',
        bIsWebPath:true,
        sUrl:'softwaredevelopment.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'HLA Typing',
        bIsWebPath:true,
        sUrl:'hla-typing.html',"childArray" : [
        {   sTitle:'Histo Spot Products',
            bIsWebPath:true,
            sUrl:'histo-spot.html',"childArray" : [
            {   sTitle:'Histo Spot Reagents & Accessories',
                bIsWebPath:true,
                sUrl:'page18.html'
            }]
        },
        {   sTitle:'Histo Type SSP',
            bIsWebPath:true,
            sUrl:'ssp.html'
        },
        {   sTitle:'Disease Association Products',
            bIsWebPath:true,
            sUrl:'diseaseassociation.html'
        },
        {   sTitle:'HLA Related Products',
            bIsWebPath:true,
            sUrl:'hlarelatedproducts.html'
        }]
    },
    {   sTitle:'Blood Group Typing',
        bIsWebPath:true,
        sUrl:'bloodgrouptyping.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
