var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'SCANNERS',
    bIsWebPath:true,
    sUrl:'scanners.html'
},
{   sTitle:'DATA MANAGEMENT',
    bIsWebPath:true,
    sUrl:'dataman.html',"childArray" : [
    {   sTitle:'Dv TDM',
        bIsWebPath:true,
        sUrl:'dvtdm.html',
        sTarget:'_self'
    },
    {   sTitle:'Dv Scan',
        bIsWebPath:true,
        sUrl:'dvscan.html',
        sTarget:'_self'
    },
    {   sTitle:'Dv Sharepoint',
        bIsWebPath:true,
        sUrl:'dvshare.html',
        sTarget:'_self'
    },
    {   sTitle:'VisionStream',
        bIsWebPath:true,
        sUrl:'vision.html',
        sTarget:'_self'
    }]
},
{   sTitle:'CAD / RASTER',
    bIsWebPath:true,
    sUrl:'cadras.html',"childArray" : [
    {   sTitle:'Wiseimage',
        bIsWebPath:true,
        sUrl:'wiseimage.html',
        sTarget:'_self'
    },
    {   sTitle:'WiseMechanical',
        bIsWebPath:true,
        sUrl:'wisemech.html',
        sTarget:'_self'
    }]
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
