var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Christmas Quiz',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Fundraising',
    bIsWebPath:true,
    sUrl:'fundraising.html',"childArray" : [
    {   sTitle:'Heavy Horse Show',
        bIsWebPath:true,
        sUrl:'heavyhorseshow.html'
    },
    {   sTitle:'Other Fund Raising',
        bIsWebPath:true,
        sUrl:'otherfundraising.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Regular Events',
        bIsWebPath:true,
        sUrl:'regularevents.html'
    },
    {   sTitle:'Special Projects',
        bIsWebPath:true,
        sUrl:'specialprojects.html'
    }]
},
{   sTitle:'Social',
    bIsWebPath:true,
    sUrl:'social.html',"childArray" : [
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    }]
},
{   sTitle:'Lions International',
    bIsWebPath:true,
    sUrl:'lionsinternational.html'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'comtactus.html'
}]
});
