var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Rooms',
    bIsWebPath:true,
    sUrl:'rooms.html',
    sTarget:'_self'
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us!!',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'Location.html',
    sTarget:'_self'
}]
});
