var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Founders',
    'bIsWebPath':true,
    'sUrl':'founders.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
