var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Sandwiches',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'menu.html#Sandwiches',
    sTarget:'_self'
},
{   sTitle:'Soups',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'menu.html#Soups',
    sTarget:'_self'
},
{   sTitle:'Desserts',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'menu.html#Desserts',
    sTarget:'_self'
},
{   sTitle:'Party Planner',
    bIsWebPath:true,
    sUrl:'party.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html'
}]
});