var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'For Parents',
    'bIsWebPath':true,
    'sUrl':'forparents.html',"childArray" : [
    {   'sTitle':'RainedOutCodes',
        'bIsWebPath':true,
        'sUrl':'rainedoutcodes.html'
    },
    {   'sTitle':'docs&forms',
        'bIsWebPath':true,
        'sUrl':'docs.html'
    }]
},
{   'sTitle':'Pay Online',
    'bIsWebPath':true,
    'sUrl':'payonline.html'
},
{   'sTitle':'Our Sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsors.html'
}]
});
