var customnavtree11 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Research',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'MEMS Scanners',
        bIsWebPath:true,
        sUrl:'microvisionprojects.html',
        sTarget:'_self'
    },
    {   sTitle:'Biosensor',
        bIsWebPath:true,
        sUrl:'biosensor.html',
        sTarget:'_self'
    },
    {   sTitle:'MEMFIS',
        bIsWebPath:true,
        sUrl:'memfisproject.html',
        sTarget:'_self'
    },
    {   sTitle:'HELIUM 3D',
        bIsWebPath:true,
        sUrl:'helium3dproject.html',
        sTarget:'_self'
    },
    {   sTitle:'Thermal Imaging Project',
        bIsWebPath:true,
        sUrl:'aselsan.html',
        sTarget:'_self'
    }]
},
{   sTitle:'People',
    bIsWebPath:true,
    sUrl:'currentmembers.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Current Members',
        bIsWebPath:true,
        sUrl:'currentmembers.html',
        sTarget:'_self'
    },
    {   sTitle:'Alumni',
        bIsWebPath:true,
        sUrl:'alumni.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Publications',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Journal Papers',
        bIsWebPath:true,
        sUrl:'journals.html',
        sTarget:'_self'
    },
    {   sTitle:'International Conference Papers',
        bIsWebPath:true,
        sUrl:'intconferences.html',
        sTarget:'_self'
    },
    {   sTitle:'Patents',
        bIsWebPath:true,
        sUrl:'patents.html',
        sTarget:'_self'
    },
    {   sTitle:'Contribution to Books',
        bIsWebPath:true,
        sUrl:'books.html',
        sTarget:'_self'
    },
    {   sTitle:'Invited Presentations and Seminars',
        bIsWebPath:true,
        sUrl:'presentationseminar.html',
        sTarget:'_self'
    },
    {   sTitle:'National Conference Papers ',
        bIsWebPath:true,
        sUrl:'nationalconferences.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Reach Us',
    bIsWebPath:true,
    sUrl:'reach.html',
    sTarget:'_self'
}]
});
