var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Back Country Zodiac Adventure',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Romantic Alaska',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sDescription:'What kind of wildlife you may experience on the tour',
    sTitle:'Wildlife',
    bIsWebPath:true,
    sUrl:'wildlife.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sDescription:'Great summer jobs in Alaska',
    sTitle:'Employment opportunities',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Ketchikan, Alaska',
    bIsWebPath:true,
    sUrl:'page11.html'
}]
});
