var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Reta',
    bIsWebPath:true,
    sUrl:'aboutreta.html'
},
{   sTitle:'Contact Information',
    bIsWebPath:true,
    sUrl:'contactinfo.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
}]
});
