var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about cloydes',
    bIsWebPath:true,
    sUrl:'about_cloydes.html'
},
{   sTitle:'menu',
    bIsWebPath:true,
    sUrl:'menu_main.html'
},
{   sTitle:'wine list',
    bIsWebPath:true,
    sUrl:'wine_list.html'
},
{   sTitle:'lounge',
    bIsWebPath:true,
    sUrl:'bar.html',
    sTarget:'_self'
},
{   sTitle:'hours & location',
    bIsWebPath:true,
    sUrl:'hours_location.html'
},
{   sTitle:'reservations',
    bIsWebPath:true,
    sUrl:'reservations.html'
},
{   sTitle:'awards',
    bIsWebPath:true,
    sUrl:'awards.html'
},
{   sTitle:'gift cards',
    bIsWebPath:true,
    sUrl:'gift_certificates.html',
    sTarget:'_self'
}]
});
