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