var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Full Menu',
    bIsWebPath:true,
    sUrl:'full_menu.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Chinese Food Menu ',
        bIsWebPath:true,
        sUrl:'chinese_food_menu_orlando.html',
        sTarget:'_self'
    },
    {   sTitle:'Indian Food Menu',
        bIsWebPath:true,
        sUrl:'indian_food_menu_orlando.html',
        sTarget:'_self'
    },
    {   sTitle:'Lunch & dinner Menu',
        bIsWebPath:true,
        sUrl:'lunch_dinner_menu.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Catering',
    bIsWebPath:true,
    sUrl:'catering_orlando_fl.html'
},
{   sTitle:' Delivery Area',
    bIsWebPath:true,
    sUrl:'delivery area.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
