var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'KinchPrint home page',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Information about KinchPrint.  Design it, Customise it, Print it serving Wrexham, Chester, Shropshire and the UK',
    sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sDescription:'A google map of the location of KinchPrint to help you arrive at the right location',
        sTitle:'Where to find KinchPrint',
        bIsWebPath:true,
        sUrl:'findus.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'ourpolicy.html',"childArray" : [
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'privacy.html'
    },
    {   sTitle:'Image & Conduct Policy',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    }]
}]
});