var nav_61tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_parent'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html',
    'sTarget':'_parent'
},
{   'sTitle':'Subdivisions',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Hacienda Villas',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'hvs.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Ciutadella de Hacienda Villas',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'cvs.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Heritage Villas',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'hervs.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Tropical Villas',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'tvs.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Plantation Villas',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'pvs.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Kawayan Villas',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'kvs.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'House Designs',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'house.html',
    'sTarget':'_parent'
},
{   'sTitle':'Career Opportunities',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'career.html',
    'sTarget':'_parent'
},
{   'sTitle':'Online Inquiry',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html',
    'sTarget':'_parent'
}]
});
