var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Menus',
    bIsWebPath:true,
    sUrl:'menu.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'ORDER ONLINE',
    sUrl:'http://www.takeawaysrus.co.uk/glasgow/balticlub/index.php',
    sTarget:'_self'
}]
});