var customnavtree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'AboutUs',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our services',
        bIsWebPath:true,
        sUrl:'ourservices.html',
        sTarget:'_self'
    },
    {   sTitle:'Area of distribution',
        bIsWebPath:true,
        sUrl:'areaofdist.html',
        sTarget:'_self'
    },
    {   sTitle:'Promotions',
        bIsWebPath:true,
        sUrl:'promotions.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Vegetables and fruits',
        bIsWebPath:true,
        sUrl:'vegandfruits.html',
        sTarget:'_self'
    },
    {   sTitle:'Polish delicatessen',
        bIsWebPath:true,
        sUrl:'page17.html',
        sTarget:'_self'
    },
    {   sTitle:'Bread',
        bIsWebPath:true,
        sUrl:'breadi.html',
        sTarget:'_self'
    },
    {   sTitle:'Fish',
        bIsWebPath:true,
        sUrl:'fish.html',
        sTarget:'_self'
    },
    {   sTitle:'Pizza',
        bIsWebPath:true,
        sUrl:'pizza.html',
        sTarget:'_self'
    },
    {   sTitle:'Ready meals',
        bIsWebPath:true,
        sUrl:'readmeals.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Career',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
}]
});
