var customnavtree31 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Hunts',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bear Hunts',
        bIsWebPath:true,
        sUrl:'page3.html',
        sTarget:'_self'
    },
    {   sTitle:'Moose Hunts',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Allagash Waterway',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Allagash Trips',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Allagash Shuttles',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bear Pics',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Moose Pics',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Allagash Pics',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
},
{   sTitle:'Guestbook',
    sUrl:'http://www.northern-wilderness.com/gbook/gbook2/gbook.php',
    sTarget:'_self'
}]
});