var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Blog',
        'bIsWebPath':true,
        'sUrl':'blog.html'
    },
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    },
    {   'sTitle':'Hurricane Irene',
        'bIsWebPath':true,
        'sUrl':'hurricane.html'
    }]
},
{   'sTitle':'Accommodations',
    'bIsWebPath':true,
    'sUrl':'accommodations.html',"childArray" : [
    {   'sTitle':'Rooms',
        'bIsWebPath':true,
        'sUrl':'rooms.html'
    },
    {   'sTitle':'Rates',
        'bIsWebPath':true,
        'sUrl':'rates.html'
    },
    {   'sTitle':'Book Now',
        'bIsWebPath':true,
        'sUrl':'booknow.html'
    },
    {   'sTitle':'Going Green',
        'bIsWebPath':true,
        'sUrl':'green.html'
    }]
},
{   'sTitle':'Property',
    'bIsWebPath':true,
    'sUrl':'property.html',"childArray" : [
    {   'sTitle':'Entertainment',
        'bIsWebPath':true,
        'sUrl':'entertainment.html'
    },
    {   'sTitle':'Conference Center',
        'bIsWebPath':true,
        'sUrl':'center.html'
    },
    {   'sTitle':'Meals',
        'bIsWebPath':true,
        'sUrl':'meals.html'
    },
    {   'sTitle':'Area',
        'bIsWebPath':true,
        'sUrl':'area.html'
    }]
},
{   'sTitle':'Specials',
    'bIsWebPath':true,
    'sUrl':'specials.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html',"childArray" : [
    {   'sTitle':'How to Get Here',
        'bIsWebPath':true,
        'sUrl':'directions.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
}]
});
