var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'School',
    bIsWebPath:true,
    sUrl:'school.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'The Assassin',
        bIsWebPath:true,
        sUrl:'theassassin.html',
        sTarget:'_self'
    },
    {   sTitle:'Assassin Chronicles',
        bIsWebPath:true,
        sUrl:'assassinchronicles.html',
        sTarget:'_self'
    },
    {   sTitle:'Lesk',
        bIsWebPath:true,
        sUrl:'lesk.html',
        sTarget:'_self'
    },
    {   sTitle:'Other Projects',
        bIsWebPath:true,
        sUrl:'other.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Work',
    bIsWebPath:true,
    sUrl:'work.html',
    sTarget:'_self'
},
{   sTitle:'Medunjan',
    bIsWebPath:true,
    sUrl:'medunjan.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Curriculum Vitae',
        bIsWebPath:true,
        sUrl:'cv.html',
        sTarget:'_self'
    }]
}]
});
