var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'Company Info',
    bIsWebPath:true,
    sUrl:'company.html'
},
{   bSeparatorAfter:true,
    sTitle:'Real Estate',
    bIsWebPath:true,
    sUrl:'re.html'
},
{   sTitle:'Inquiry Forms',
    bIsWebPath:true,
    sUrl:'forms.html'
},
{   sTitle:'Contact Info',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
