var customnavtree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'Today\'s Specials',
    bIsWebPath:true,
    sUrl:'today\'sspecials.html',
    sTarget:'_self'
},
{   sTitle:'valentines',
    bIsWebPath:true,
    sUrl:'christmasmenu.html',
    sTarget:'_self'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Maps',
    bIsWebPath:true,
    sUrl:'maps.html',
    sTarget:'_self'
}]
});
