var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Rooms',
    bIsWebPath:true,
    sUrl:'rooms.html',"childArray" : [
    {   sTitle:'Western Room',
        bIsWebPath:true,
        sUrl:'western room.html'
    },
    {   sTitle:'Americana Room',
        bIsWebPath:true,
        sUrl:'americana room.html'
    },
    {   sTitle:'Log Cabin Room',
        bIsWebPath:true,
        sUrl:'log cabin room.html'
    },
    {   sTitle:'Lakeside Room',
        bIsWebPath:true,
        sUrl:'lakeside room.html'
    }]
},
{   sTitle:'Offers',
    bIsWebPath:true,
    sUrl:'offers.html',"childArray" : [
    {   sTitle:'Specialty Dining',
        bIsWebPath:true,
        sUrl:'specialty dining.html'
    },
    {   sTitle:'Things To Do',
        bIsWebPath:true,
        sUrl:'things to do.html'
    }]
},
{   sTitle:'Reservations',
    bIsWebPath:true,
    sUrl:'reservations.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
