var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Parents',
    bIsWebPath:true,
    sUrl:'parents.html'
},
{   sTitle:'Students',
    bIsWebPath:true,
    sUrl:'students2.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards.html',"childArray" : [
    {   sTitle:'2010 Awards',
        bIsWebPath:true,
        sUrl:'2010results.html'
    },
    {   sTitle:'2009 Awards',
        bIsWebPath:true,
        sUrl:'2009awards.html'
    },
    {   sTitle:'2008 Awards',
        bIsWebPath:true,
        sUrl:'2008awards.html'
    },
    {   sTitle:'2007 Awards',
        bIsWebPath:true,
        sUrl:'2007awards.html'
    },
    {   sTitle:'2006 Awards',
        bIsWebPath:true,
        sUrl:'2006awards.html'
    },
    {   sTitle:'2005 Awards',
        bIsWebPath:true,
        sUrl:'2005awards.html'
    },
    {   sTitle:'2004 Awards',
        bIsWebPath:true,
        sUrl:'2004awards.html'
    },
    {   sTitle:'2003 Awards',
        bIsWebPath:true,
        sUrl:'2003awards.html'
    },
    {   sTitle:'2002 Awards',
        bIsWebPath:true,
        sUrl:'2002awards.html'
    },
    {   sTitle:'2001 Awards',
        bIsWebPath:true,
        sUrl:'2001awards.html'
    },
    {   sTitle:'2000 Awards',
        bIsWebPath:true,
        sUrl:'2000awards.html'
    },
    {   sTitle:'1999 Awards',
        bIsWebPath:true,
        sUrl:'1999awards.html'
    },
    {   sTitle:'1998 Awards',
        bIsWebPath:true,
        sUrl:'1998awards.html'
    },
    {   sTitle:'1997 Awards',
        bIsWebPath:true,
        sUrl:'1997awards.html'
    },
    {   sTitle:'1996 Awards',
        bIsWebPath:true,
        sUrl:'1996awards.html'
    },
    {   sTitle:'1995 Awards',
        bIsWebPath:true,
        sUrl:'1995awards.html'
    },
    {   sTitle:'1994 Awards',
        bIsWebPath:true,
        sUrl:'1994awards.html'
    }]
},
{   sTitle:'Documents',
    bIsWebPath:true,
    sUrl:'documentlib.html'
}]
});
