var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Resume',
    sUrl:'resume.html',"childArray" : [
    {   sTitle:'Education and Skills',
        sUrl:'education.html'
    },
    {   sTitle:'Work Experience',
        sUrl:'workexp.html'
    },
    {   sTitle:'Extracurricular and Hobbies',
        sUrl:'Extracurr.html'
    }]
},
{   sTitle:'Publications ',
    sUrl:'publication.html'
},
{   sTitle:'Contact',
    sUrl:'contact.html'
},
{   sTitle:'| BLOG',
    sUrl:'blog.html',
    sTarget:'_self'
}]
});
