var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Property Details',
    bIsWebPath:true,
    sUrl:'property_detail.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Page 3.html'
},
{   sTitle:'Area Info',
    bIsWebPath:true,
    sUrl:'moreinfo.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_Dee_Messing.html'
}]
});
