var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Medical',
    bIsWebPath:true,
    sUrl:'diabetes medical supplies uk.html',"childArray" : [
    {   sTitle:'Diabetic Socks',
        bIsWebPath:true,
        sUrl:'diabetic socks.html'
    },
    {   sTitle:'Sharpsafe (Sharps Bins)',
        bIsWebPath:true,
        sUrl:'sharpsafe.html'
    },
    {   sDescription:'A Selection of Insulin Coolers and carry cases / bags from Frio and Medicool, used to help keep insulin cool while travelling.',
        sTitle:'Insulin Cases/Coolers',
        bIsWebPath:true,
        sUrl:'insulin carry cases cooler bags.html'
    },
    {   sTitle:'Glucogel / GSF Syrup',
        bIsWebPath:true,
        sUrl:'glucogel hypofit hypostop.html'
    },
    {   sTitle:'Assorted Aids',
        bIsWebPath:true,
        sUrl:'assorted diabetic aids.html'
    },
    {   sTitle:'Creams/Lotions',
        bIsWebPath:true,
        sUrl:'diabetes creams lotions.html'
    },
    {   sTitle:'Blood Monitors & Strips',
        bIsWebPath:true,
        sUrl:'accuchek.html'
    }]
},
{   sTitle:'Foods',
    bIsWebPath:true,
    sUrl:'diabetic frendly foods sweets biscuits cakes.html',"childArray" : [
    {   sTitle:'Sweets',
        bIsWebPath:true,
        sUrl:'sugar free assorted sweets.html'
    },
    {   sTitle:'Cakes/Biscuits',
        bIsWebPath:true,
        sUrl:'diabetic cakes biscuits.html'
    },
    {   sTitle:'Chocolate',
        bIsWebPath:true,
        sUrl:'diabetic friendly no added sugar chocolate.html'
    },
    {   sTitle:'Jams/Marmalade',
        bIsWebPath:true,
        sUrl:'diabetic no added sugarjams marmalade.html'
    },
    {   sTitle:'Gift Ideas',
        bIsWebPath:true,
        sUrl:'diabetic gift hampers ideas.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'diabetes in the uk useful links.html'
},
{   sTitle:'Healthy Eating',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page2.html'
}]
});
