var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Carol',
    bIsWebPath:true,
    sUrl:'aboutcarol.html'
},
{   sTitle:'Buying',
    bIsWebPath:true,
    sUrl:'buying.html'
},
{   sTitle:'Selling',
    bIsWebPath:true,
    sUrl:'selling.html'
},
{   sTitle:'Properties',
    bIsWebPath:true,
    sUrl:'properties.html'
},
{   sTitle:'Area',
    bIsWebPath:true,
    sUrl:'area.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactcarol.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});