var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'Meet the Nerds',
    'bIsWebPath':true,
    'sUrl':'meetnerds.htm',"childArray" : [
    {   'sTitle':'Chris Novak',
        'bIsWebPath':true,
        'sUrl':'chrisn.html'
    },
    {   'sTitle':'Leslie Turner',
        'bIsWebPath':true,
        'sUrl':'lesliet.html'
    }]
},
{   'sTitle':'Tech Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Web Services',
    'bIsWebPath':true,
    'sUrl':'web.html'
},
{   'sTitle':'Technology Links',
    'bIsWebPath':true,
    'sUrl':'links.htm'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.htm'
}]
});
