var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Property Listings',
    bIsWebPath:true,
    sUrl:'propertylistings.html',"childArray" : [
    {   sTitle:'549 Lafayette Blvd',
        bIsWebPath:true,
        sUrl:'549lafayette.html'
    },
    {   sTitle:'H7 Spartan harbor',
        bIsWebPath:true,
        sUrl:'spartanh7.html'
    },
    {   sTitle:'P2 Spartan Harbor',
        bIsWebPath:true,
        sUrl:'p2spartanharbor.html'
    }]
},
{   sTitle:'Short Sales',
    bIsWebPath:true,
    sUrl:'shortsales.html'
},
{   sTitle:'MLS Search',
    bIsWebPath:true,
    sUrl:'mlssearch.html'
},
{   sTitle:'Featured Properties',
    bIsWebPath:true,
    sUrl:'brigantinefeaturedproperties.html',"childArray" : [
    {   sTitle:'Surrounding area Properties',
        bIsWebPath:true,
        sUrl:'propertiesforsalesurroundingareas.html'
    },
    {   sTitle:'Premier Properties',
        bIsWebPath:true,
        sUrl:'premierproperties.html'
    }]
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'Registration.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Tips',
        bIsWebPath:true,
        sUrl:'tips.html'
    },
    {   sTitle:'Casino Update',
        bIsWebPath:true,
        sUrl:'casinoupdates.html'
    },
    {   sTitle:'links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Morgage Center',
        bIsWebPath:true,
        sUrl:'morgagecenter.html'
    },
    {   sTitle:'Maps Directions',
        bIsWebPath:true,
        sUrl:'mapsdirection.html'
    },
    {   sTitle:'Brigantine Island',
        bIsWebPath:true,
        sUrl:'brigantineisland.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactme.html'
},
{   sTitle:'Rentals',
    bIsWebPath:true,
    sUrl:'rental.html',"childArray" : [
    {   sTitle:'One Bedroom Rentals',
        bIsWebPath:true,
        sUrl:'onebedroomrentals.html',"childArray" : [
        {   sTitle:'719 E Brigantine Ave',
            bIsWebPath:true,
            sUrl:'719ebrigantineave.html'
        }]
    },
    {   sTitle:'Two Bedroom Rentals',
        bIsWebPath:true,
        sUrl:'twobedroomrentals.html',"childArray" : [
        {   sTitle:'F-11 Sparton Harbor',
            bIsWebPath:true,
            sUrl:'f11spartonharbor.html'
        }]
    },
    {   sTitle:'Three Bedroom Rentals',
        bIsWebPath:true,
        sUrl:'threebedroomrental.html'
    },
    {   sTitle:'Four Bedroom Rentals',
        bIsWebPath:true,
        sUrl:'fourbedroomrental.html'
    },
    {   sTitle:'SummerRental Properties',
        bIsWebPath:true,
        sUrl:'summerrentals.html',"childArray" : [
        {   sTitle:'600 W Brigantine Ave 132',
            bIsWebPath:true,
            sUrl:'600wbrigantine ave132.html'
        },
        {   sTitle:'300 E Brigantine Ave',
            bIsWebPath:true,
            sUrl:'300 e brigantine ave.html'
        }]
    }]
}]
});
