var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Foyer',
    bIsWebPath:true,
    sUrl:'foyer.html'
},
{   sTitle:'Gallery Room',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Susan Miles Room',
    bIsWebPath:true,
    sUrl:'miles.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Hiring',
    bIsWebPath:true,
    sUrl:'hire.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
