var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Lodge',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location1.html'
    },
    {   sTitle:'Lodging',
        bIsWebPath:true,
        sUrl:'lodging1.html'
    },
    {   sTitle:'Rates',
        bIsWebPath:true,
        sUrl:'rates1.html',"childArray" : [
        {   sTitle:'Payments',
            bIsWebPath:true,
            sUrl:'payments1.html'
        }]
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events1.html'
    }]
},
{   sTitle:'More Information',
    bIsWebPath:true,
    sUrl:'info1.html',"childArray" : [
    {   sTitle:'Fish Runs',
        bIsWebPath:true,
        sUrl:'fishruns.html'
    },
    {   sTitle:'General info',
        bIsWebPath:true,
        sUrl:'generalinfo.html',"childArray" : [
        {   sTitle:'Fish Regulations',
            bIsWebPath:true,
            sUrl:'regulations.html'
        }]
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
},
{   sTitle:'Photo Album',
    bIsWebPath:true,
    sUrl:'photoalbum1.html',"childArray" : [
    {   sTitle:'2010 Season',
        bIsWebPath:true,
        sUrl:'photo2010.html'
    },
    {   sTitle:'2009 Season',
        bIsWebPath:true,
        sUrl:'photo2009.html'
    },
    {   sTitle:'2008 Season',
        bIsWebPath:true,
        sUrl:'photo2008.html'
    },
    {   sTitle:'2007 Season',
        bIsWebPath:true,
        sUrl:'photo2007.html'
    },
    {   sTitle:'2006 Season',
        bIsWebPath:true,
        sUrl:'photo2006.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonial.html'
}]
});