var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Packages',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'About the Area',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Top 10 Questions',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
