var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Company Profile',
    'bIsWebPath':true,
    'sUrl':'companyprofile.html',"childArray" : [
    {   'sTitle':'Background',
        'bIsWebPath':true,
        'sUrl':'background.html'
    },
    {   'sTitle':'Key Team Members',
        'bIsWebPath':true,
        'sUrl':'keyteam.html'
    },
    {   'sTitle':'Board of Directors',
        'bIsWebPath':true,
        'sUrl':'board.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'Products.html',"childArray" : [
    {   'sTitle':'Technology',
        'bIsWebPath':true,
        'sUrl':'technology.html',"childArray" : [
        {   'sTitle':'GMCI',
            'bIsWebPath':true,
            'sUrl':'GMCI.html'
        }]
    },
    {   'sTitle':'Pipeline',
        'bIsWebPath':true,
        'sUrl':'pipeline.html'
    }]
},
{   'sTitle':'Trials',
    'bIsWebPath':true,
    'sUrl':'Trials.html',"childArray" : [
    {   'sTitle':'Prostate',
        'bIsWebPath':true,
        'sUrl':'prostate.html'
    },
    {   'sTitle':'Brain',
        'bIsWebPath':true,
        'sUrl':'brain.html'
    },
    {   'sTitle':'Pancreatic',
        'bIsWebPath':true,
        'sUrl':'pancreatic.html'
    }]
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Investigator Login',
    'bIsWebPath':true,
    'sUrl':'InvestigatorLogin.html'
}]
});
