var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Ready meals & cooked meats',
        bIsWebPath:true,
        sUrl:'ready meals.html',
        sTarget:'_self'
    },
    {   sTitle:'Fresh meat',
        bIsWebPath:true,
        sUrl:'fresh meat.html',
        sTarget:'_self'
    },
    {   sTitle:'Pies, pastries & cakes',
        bIsWebPath:true,
        sUrl:'pies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});