var customnavtree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'pick & place',
    bIsWebPath:true,
    sUrl:'vivopickandplace.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'vivooverview.html'
    },
    {   sTitle:'Starter vivo',
        bIsWebPath:true,
        sUrl:'vivo_starter_kit.html'
    },
    {   sTitle:'Mid range vivo',
        bIsWebPath:true,
        sUrl:'vivo_midrangekit.html'
    },
    {   sTitle:'High speed vivo',
        bIsWebPath:true,
        sUrl:'fast_vivo.html'
    },
    {   sTitle:'Features',
        bIsWebPath:true,
        sUrl:'software_features.html',"childArray" : [
        {   sTitle:'Smart start',
            bIsWebPath:true,
            sUrl:'vivo_smart_start.html'
        },
        {   sTitle:'Smart Feeders',
            bIsWebPath:true,
            sUrl:'vivo_smartfeeders.html',
            sTarget:'_self'
        },
        {   sTitle:'Feeder sync',
            bIsWebPath:true,
            sUrl:'vivo_feedersync.html',
            sTarget:'_self'
        },
        {   sTitle:'iRIS &  MultiboardBuild',
            bIsWebPath:true,
            sUrl:'vivo_iris_mbb.html',
            sTarget:'_self'
        },
        {   sTitle:'OLP and Sentinel',
            bIsWebPath:true,
            sUrl:'vivo_OLP_Sentinel.html'
        }]
    }]
},
{   sTitle:'pre owned',
    bIsWebPath:true,
    sUrl:'preowned.html'
},
{   sTitle:'print & reflow',
    bIsWebPath:true,
    sUrl:'printreflow.html',"childArray" : [
    {   sTitle:'Screen printing',
        bIsWebPath:true,
        sUrl:'print.html',
        sTarget:'_self'
    },
    {   sTitle:'Reflow options',
        bIsWebPath:true,
        sUrl:'reflow.html',
        sTarget:'_self'
    }]
},
{   sTitle:'support',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'vivo_contactmain.html'
}]
});