var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'_self'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'New Year Pictures',
        bIsWebPath:true,
        sUrl:'nypic.html',
        sTarget:'_self'
    },
    {   sTitle:'Summer Festival Pictures',
        bIsWebPath:true,
        sUrl:'sumrpic.html',
        sTarget:'_self'
    },
    {   sTitle:'Misc Pic',
        bIsWebPath:true,
        sUrl:'misc pic.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Other Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Staff Email Login',
    sUrl:'https://server411.webhostingpad.com:2096/',
    sTarget:'_self'
}]
});
