var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'directions.html',
        sTarget:'_self'
    },
    {   sTitle:'Nearby Attractions',
        bIsWebPath:true,
        sUrl:'nearbyattractions.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Rooms ',
    bIsWebPath:true,
    sUrl:'rooms.html',"childArray" : [
    {   sTitle:'Amenities',
        bIsWebPath:true,
        sUrl:'amenites.html',
        sTarget:'_self'
    },
    {   sTitle:'Make A Reservation',
        bIsWebPath:true,
        sUrl:'http://www.holidayinn.com/redirect?path=hd&brandCode=hi&localeCode=en&regionCode=1&hotelCode=WBGRM',
        sTarget:'_self'
    }]
},
{   sTitle:'Dine with us',
    bIsWebPath:true,
    sUrl:'dinewithus.html'
},
{   sTitle:'Sales & Catering',
    bIsWebPath:true,
    sUrl:'sales.html',"childArray" : [
    {   sTitle:'Our Meeting Space',
        bIsWebPath:true,
        sUrl:'meetingspace.html'
    },
    {   sTitle:'Make A Reservation',
        bIsWebPath:true,
        sUrl:'http://www.holidayinn.com/redirect?path=hd&brandCode=hi&localeCode=en&regionCode=1&hotelCode=WBGRM',
        sTarget:'_self'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html',
        sTarget:'_self'
    }]
}]
});

