var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'On the tiny Caribbean island called Tobago, there exists a legend - the charming, award winning, holistic haven and restaurant known simply as\r\nKariwak Village',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Village',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Rooms',
        bIsWebPath:true,
        sUrl:'rooms.html'
    },
    {   sTitle:'Artwork',
        bIsWebPath:true,
        sUrl:'artwork.html'
    },
    {   sTitle:'Pool',
        bIsWebPath:true,
        sUrl:'pool.html'
    },
    {   sTitle:'Gardens',
        bIsWebPath:true,
        sUrl:'gardens.html'
    },
    {   sTitle:'Retreats',
        bIsWebPath:true,
        sUrl:'retreats.html'
    },
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'weddings.html'
    },
    {   sTitle:'Honeymoons',
        bIsWebPath:true,
        sUrl:'honeymoons.html'
    }]
},
{   sTitle:'Restaurant',
    bIsWebPath:true,
    sUrl:'restaurant.html',"childArray" : [
    {   sTitle:'Kariwak\'s Restaurant',
        bIsWebPath:true,
        sUrl:'kariwaks restaurant.html'
    },
    {   sTitle:'Kariwak\'s Cocktails',
        bIsWebPath:true,
        sUrl:'kariwak cocktails.html'
    },
    {   sTitle:'Cynthia\'s Cookbook',
        bIsWebPath:true,
        sUrl:'cynthia\'s cookbook.html'
    }]
},
{   sTitle:'Treatments',
    bIsWebPath:true,
    sUrl:'therapies.html',"childArray" : [
    {   sTitle:'Yoga and Tai Chi',
        bIsWebPath:true,
        sUrl:'yoga and tai chi.html'
    }]
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',"childArray" : [
    {   sTitle:'Things To Do',
        bIsWebPath:true,
        sUrl:'things to do.html'
    }]
},
{   sTitle:'Village Memories',
    bIsWebPath:true,
    sUrl:'village memories.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',"childArray" : [
    {   sTitle:'Make Reservations',
        bIsWebPath:true,
        sUrl:'make reservations.html'
    },
    {   sTitle:'Cook Book Request',
        bIsWebPath:true,
        sUrl:'cook book request.html'
    }]
}]
});
