var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html',"childArray" : [
    {   sTitle:'Whole Inn Special',
        bIsWebPath:true,
        sUrl:'wholeinnspecial.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Rooms',
    bIsWebPath:true,
    sUrl:'rooms.html',
    sTarget:'_self',"childArray" : [
    {   sDescription:'Overview of various lodging options at Sundance Bear Lodge near Durango, Cortez',
        sTitle:'Rooms Overview',
        bIsWebPath:true,
        sUrl:'rooms.html'
    },
    {   sTitle:'Main Lodge',
        bIsWebPath:true,
        sUrl:'lodgedetails.html'
    },
    {   sTitle:'Log Cabin',
        bIsWebPath:true,
        sUrl:'logcabin.html'
    },
    {   sTitle:'Guest House',
        bIsWebPath:true,
        sUrl:'guesthouse.html',"childArray" : [
        {   sTitle:'Floorplan',
            bIsWebPath:true,
            sUrl:'ghfloorplan.html'
        }]
    },
    {   bSeparatorAfter:true,
        sTitle:'Rates / Policies',
        bIsWebPath:true,
        sUrl:'policies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Reservation',
    sUrl:'https://reserve.webervations.com/bookings/resbook.asp?memberid=SundanceBear',
    sTarget:'_blank'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'directions.html'
    },
    {   sTitle:'Regional Map',
        bIsWebPath:true,
        sUrl:'regionalmap.html'
    },
    {   sTitle:'Property Layout',
        bIsWebPath:true,
        sUrl:'propertylayout.html'
    }]
},
{   sTitle:'Area Info',
    bIsWebPath:true,
    sUrl:'activities.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'News Blog',
        bIsWebPath:true,
        sUrl:'sundancebearblog.html',
        sTarget:'_self'
    },
    {   sTitle:'Local Activities',
        bIsWebPath:true,
        sUrl:'activities.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Mancos',
        bIsWebPath:true,
        sUrl:'mancos-colorado.html'
    },
    {   sTitle:'Dolores',
        bIsWebPath:true,
        sUrl:'dolores.html'
    },
    {   sTitle:'Cortez',
        bIsWebPath:true,
        sUrl:'cortez.html'
    },
    {   sTitle:'Durango',
        bIsWebPath:true,
        sUrl:'durango.html'
    },
    {   sTitle:'Seasons',
        bIsWebPath:true,
        sUrl:'seasons.html'
    }]
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'policies.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Reservation Policies',
        bIsWebPath:true,
        sUrl:'policies.html'
    },
    {   sTitle:'Traveling with Pet',
        bIsWebPath:true,
        sUrl:'petpolicy.html'
    },
    {   sTitle:'Guest Dogs',
        bIsWebPath:true,
        sUrl:'guestdogs.html'
    },
    {   sTitle:'Guest Horses',
        bIsWebPath:true,
        sUrl:'guesthorses.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});