var customNavTree13 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Latest Offers',
    bIsWebPath:true,
    sUrl:'latestoffers.html',
    sTarget:'_self'
},
{   sTitle:'Dine In',
    bIsWebPath:true,
    sUrl:'dinein.html',
    sTarget:'_self'
},
{   sTitle:'Delivery',
    bIsWebPath:true,
    sUrl:'delivery.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
}]
});
