var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Scanners',
    bIsWebPath:true,
    sUrl:'scanners.html',"childArray" : [
    {   sTitle:'Low volume',
        bIsWebPath:true,
        sUrl:'low-vol.html',
        sTarget:'_self'
    },
    {   sTitle:'Medium volume',
        bIsWebPath:true,
        sUrl:'med-vol.html',
        sTarget:'_self'
    },
    {   sTitle:'Higher volume',
        bIsWebPath:true,
        sUrl:'high-vol.html',
        sTarget:'_self'
    },
    {   sTitle:'Large format scanners',
        bIsWebPath:true,
        sUrl:'large-format.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'colortrac-ci24',
            bIsWebPath:true,
            sUrl:'colortrac-ci24.html',
            sTarget:'_self'
        },
        {   sDescription:'Colortrac cx40',
            sTitle:'colortrac-cx40',
            bIsWebPath:true,
            sUrl:'colortrac-cx40.html',
            sTarget:'_self'
        },
        {   sTitle:'colortrac-gx42',
            bIsWebPath:true,
            sUrl:'colortrac-gx42.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Software',
    bIsWebPath:true,
    sUrl:'software.html',"childArray" : [
    {   sTitle:'ImageBrowser',
        bIsWebPath:true,
        sUrl:'imagebrowser.html',
        sTarget:'_self'
    },
    {   sTitle:'eCopy',
        bIsWebPath:true,
        sUrl:'ecopy.html',
        sTarget:'_self'
    },
    {   sTitle:'ZyImage',
        bIsWebPath:true,
        sUrl:'zyimage.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Backlog scanning',
        bIsWebPath:true,
        sUrl:'backlog-scanning.html'
    }]
},
{   sTitle:'Information / Advice',
    bIsWebPath:true,
    sUrl:'info.html',"childArray" : [
    {   sTitle:'Glossary',
        bIsWebPath:true,
        sUrl:'glossary.html'
    },
    {   sTitle:'Buying guide',
        bIsWebPath:true,
        sUrl:'buying-guide.html'
    },
    {   sTitle:'Image enhancement tools',
        bIsWebPath:true,
        sUrl:'image-enhancement.html'
    },
    {   sTitle:'Maintenance warranties',
        bIsWebPath:true,
        sUrl:'maintenance.html'
    },
    {   sTitle:'Scanning tips',
        bIsWebPath:true,
        sUrl:'scanning-tips.html'
    },
    {   sTitle:'Partner links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Current clients',
        bIsWebPath:true,
        sUrl:'current-clients.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Seminars',
        bIsWebPath:true,
        sUrl:'seminar.html',
        sTarget:'_self'
    }]
}]
});
