var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'Donations',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'Fall Fundraiser 2011',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'5K Run/Walk 2012',
        bIsWebPath:true,
        sUrl:'page17.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Grants Program',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'Apply For A Grant',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Grants 2007-2010',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Endowments',
    bIsWebPath:true,
    sUrl:'#',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'Lower Merion HS',
        bIsWebPath:true,
        sUrl:'/LMHS/'
    },
    {   bSeparatorBefore:true,
        sTitle:'Harriton HS',
        bIsWebPath:true,
        sUrl:'/HHS/'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Purchase',
    bIsWebPath:true,
    sUrl:'page12.html',"childArray" : [
    {   sTitle:'Brick Campaign',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'LHMS Gym Floor',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Graduation DVDs',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   bSeparatorBefore:true,
    sTitle:'Board',
    bIsWebPath:true,
    sUrl:'page16.html'
}]
});
