var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.htm'
},
{   sTitle:'Products Overview',
    bIsWebPath:true,
    sUrl:'productsoverview.htm',"childArray" : [
    {   sTitle:'Printing',
        bIsWebPath:true,
        sUrl:'printing.htm'
    },
    {   sTitle:'Scanning',
        bIsWebPath:true,
        sUrl:'scanning.htm'
    },
    {   sTitle:'EPOS',
        bIsWebPath:true,
        sUrl:'epos.htm'
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'software.htm'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.htm'
    }]
},
{   sTitle:'Parking Solutions',
    bIsWebPath:true,
    sUrl:'parkingsolutions.htm'
},
{   sTitle:'Asset Tracking',
    bIsWebPath:true,
    sUrl:'assettracking.htm'
},
{   sTitle:'Warehousing',
    bIsWebPath:true,
    sUrl:'warehousing.htm'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.htm'
},
{   sTitle:'Enquiries',
    bIsWebPath:true,
    sUrl:'enquiries.htm'
},
{   sTitle:'Case Studies',
    bIsWebPath:true,
    sUrl:'casestudies.htm'
}]
});
