var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'House Alterations',
    bIsWebPath:true,
    sUrl:'house_alt.html'
},
{   sTitle:'Images',
    bIsWebPath:true,
    sUrl:'images.html'
}]
});
