var customNavTree2 = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'},{   sDescription:'About the Company',
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',
    sTarget:'_self'},{   bSeparatorAfter:true,
    sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [{   bSeparatorAfter:true,
        sTitle:'Critical Care',
        bIsWebPath:true,
        sUrl:'critical care.html',
        sTarget:'_self'},{   bSeparatorAfter:true,
        sTitle:'Neurology',
        bIsWebPath:true,
        sUrl:'neurology.html',
        sTarget:'_self'},{   bSeparatorAfter:true,
        sTitle:'Neurosurgery',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'},{   sTitle:'ENT',
        bIsWebPath:true,
        sUrl:'ent.html',
        sTarget:'_self'},{   bSeparatorAfter:true,
        sDescription:'nnmmm',
        sTitle:'Imaging',
        bIsWebPath:true,
        sUrl:'imaging.html',
        sTarget:'_self'},{   sTitle:'Operating Room',
        bIsWebPath:true,
        sUrl:'operating room.html',
        sTarget:'_self'},{   sTitle:'Hospital Furniture',
        bIsWebPath:true,
        sUrl:'hospital furniture.html',
        sTarget:'_self'}]},{   sTitle:'News/Events',
    bIsWebPath:true,
    sUrl:'news & events.html',
    sTarget:'_self'},{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'}]
});
