var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'WebStore',
    bIsWebPath:true,
    sUrl:'webstore.html',"childArray" : [
    {   sTitle:'Everything',
        bIsWebPath:true,
        sUrl:'everything.html'
    },
    {   sTitle:'Canvas Prints',
        bIsWebPath:true,
        sUrl:'Canvas.html'
    },
    {   sTitle:'Digital Prints',
        bIsWebPath:true,
        sUrl:'Digital.html'
    },
    {   sTitle:'Bill Board Prints',
        bIsWebPath:true,
        sUrl:'Billboard.html'
    },
    {   sTitle:'Stationery',
        bIsWebPath:true,
        sUrl:'stationery.html'
    },
    {   sTitle:'Premium Stationery',
        bIsWebPath:true,
        sUrl:'PStationery.html'
    },
    {   sTitle:'Promotional Print',
        bIsWebPath:true,
        sUrl:'Promo.html'
    },
    {   sTitle:'Retail & POS',
        bIsWebPath:true,
        sUrl:'Retail.html'
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'Access.html'
    },
    {   sTitle:'Other Products',
        bIsWebPath:true,
        sUrl:'Other.html'
    },
    {   sTitle:'Folders',
        bIsWebPath:true,
        sUrl:'Folders.html'
    },
    {   sTitle:'Pens',
        bIsWebPath:true,
        sUrl:'dhla.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Direct Mail',
        bIsWebPath:true,
        sUrl:'directmail.html'
    },
    {   sTitle:'Copying',
        bIsWebPath:true,
        sUrl:'Copying.html'
    },
    {   sTitle:'Binding & Finishing',
        bIsWebPath:true,
        sUrl:'binding.html'
    },
    {   sTitle:'Architectural',
        bIsWebPath:true,
        sUrl:'Architect.html'
    },
    {   sTitle:'Ordnance Survey',
        bIsWebPath:true,
        sUrl:'OS.html'
    },
    {   sTitle:'Printing',
        bIsWebPath:true,
        sUrl:'Printing.html'
    }]
},
{   sTitle:'Fast Flyers',
    bIsWebPath:true,
    sUrl:'flyers.html'
},
{   sTitle:'DHL',
    bIsWebPath:true,
    sUrl:'dhl.html'
},
{   sTitle:'File Prep',
    bIsWebPath:true,
    sUrl:'fileprep.html',"childArray" : [
    {   sTitle:'Proofing',
        bIsWebPath:true,
        sUrl:'Proofing.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});