var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Agents',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Listings',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'For Sale',
        'bIsExternal':true,
        'sUrl':'http://www.trackmy.com/listmyprop%40tmhomesearch.fwx?R_ENTRY=Y&R_PUBLICID=0000079087'
    },
    {   'sTitle':'For Rent',
        'bIsWebPath':true,
        'sUrl':'page5.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page7.html'
}]
});
