var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Process',
    bIsWebPath:true,
    sUrl:'process.html',"childArray" : [
    {   sTitle:'choosing the beans',
        bIsWebPath:true,
        sUrl:'beans.html'
    },
    {   sTitle:'roasting',
        bIsWebPath:true,
        sUrl:'page32.html'
    },
    {   sTitle:'blending',
        bIsWebPath:true,
        sUrl:'page31.html'
    },
    {   sTitle:'packaging',
        bIsWebPath:true,
        sUrl:'pack.html'
    },
    {   sTitle:'decaf',
        bIsWebPath:true,
        sUrl:'page27.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'coffee by origins',
        bIsWebPath:true,
        sUrl:'origins.html'
    },
    {   sTitle:'coffee by blends',
        bIsWebPath:true,
        sUrl:'blends.html'
    },
    {   sTitle:'decaffeinated',
        bIsWebPath:true,
        sUrl:'decaf.html'
    },
    {   sTitle:'workplace',
        bIsWebPath:true,
        sUrl:'workplace.html'
    },
    {   sTitle:'teas',
        bIsWebPath:true,
        sUrl:'teas.html'
    }]
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html'
},
{   sTitle:'Quality assurance',
    bIsWebPath:true,
    sUrl:'quality.html'
},
{   sTitle:'Our Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
