var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'House Pictures',
    bIsWebPath:true,
    sUrl:'house pics.html'
},
{   sTitle:'Check Availabilty',
    bIsWebPath:true,
    sUrl:'availability.html'
},
{   sTitle:'Reserve Now!',
    bIsWebPath:true,
    sUrl:'reservations.html'
},
{   sTitle:'Pay Online',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Enjoy the St. Joe!',
    bIsWebPath:true,
    sUrl:'enjoy the st. joe!.html',"childArray" : [
    {   sTitle:'St. Joe Country !',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Helpful Links',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Idaho Fish and Game',
            bIsExternal:true,
            sUrl:'http://fishandgame.idaho.gov/',
            sTarget:'_blank'
        },
        {   sTitle:'Friends of the Coeur d\'Alene Trails',
            bIsExternal:true,
            sUrl:'http://friendsofcdatrails.org/',
            sTarget:'_blank'
        },
        {   sTitle:'Greater South Lake Alternative',
            bIsExternal:true,
            sUrl:'http://www.southlakecda.com/',
            sTarget:'_blank'
        }]
    }]
},
{   sTitle:'About Avery',
    bIsWebPath:true,
    sUrl:'about avery.html',"childArray" : [
    {   sTitle:'Avery Map & Info',
        bIsWebPath:true,
        sUrl:'page3.html'
    },
    {   sTitle:'Avery History',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'The Great 1910 Fire',
        bIsExternal:true,
        sUrl:'http://www.1910fire.com/',
        sTarget:'_blank'
    }]
}]
});
