var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'pictures of us',
        bIsWebPath:true,
        sUrl:'Pictures of us.html'
    },
    {   sTitle:'How to Use us',
        bIsWebPath:true,
        sUrl:'how2useus.html'
    }]
},
{   sTitle:'School Uniforms',
    bIsWebPath:true,
    sUrl:'school uniforms1.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus2.html'
},
{   sTitle:'Workwear',
    bIsWebPath:true,
    sUrl:'wORKWEAR1.html',"childArray" : [
    {   sTitle:'Safety Wear',
        bIsWebPath:true,
        sUrl:'Safety Wear.html'
    }]
},
{   sTitle:'Product Range',
    bIsWebPath:true,
    sUrl:'ProductRange.html'
},
{   sTitle:'Personilsation',
    bIsWebPath:true,
    sUrl:'Personalisation1.html',"childArray" : [
    {   sTitle:'Club Personalisation',
        bIsWebPath:true,
        sUrl:'club personalisation.html'
    },
    {   sTitle:'Business Personalisation',
        bIsWebPath:true,
        sUrl:'business pers1.html'
    },
    {   sTitle:'Gift Personlisation',
        bIsWebPath:true,
        sUrl:'giftpers.html'
    },
    {   sTitle:'Football Clubs Peronlisation',
        bIsWebPath:true,
        sUrl:'fcpers.html'
    },
    {   sTitle:'Wedding Gift Personlisation',
        bIsWebPath:true,
        sUrl:'wedding pers.html'
    },
    {   sTitle:'Table Wear Personlisation',
        bIsWebPath:true,
        sUrl:'tablepers.html'
    }]
},
{   sTitle:'Artwork Requirements',
    bIsWebPath:true,
    sUrl:'artwork.html'
},
{   sTitle:'Design Centre',
    bIsWebPath:true,
    sUrl:'design centre.html'
},
{   sTitle:'Special Offers',
    bIsWebPath:true,
    sUrl:'page2.html'
}]
});
