var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome to SSPC',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'sitemap.html',
    sTarget:'_self'
},
{   sTitle:'Meetings',
    bIsWebPath:true,
    sUrl:'meetings.html',
    sTarget:'_self'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2009-2010',
        bIsWebPath:true,
        sUrl:'2009.html',
        sTarget:'_self'
    },
    {   sTitle:'2008-2009',
        bIsWebPath:true,
        sUrl:'2008.html',
        sTarget:'_self'
    },
    {   sTitle:'2007-2008',
        bIsWebPath:true,
        sUrl:'2007.html',
        sTarget:'_self'
    },
    {   sTitle:'2006-2007',
        bIsWebPath:true,
        sUrl:'2006.html',
        sTarget:'_self'
    },
    {   sTitle:'2005-2006',
        bIsWebPath:true,
        sUrl:'2005.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Club History',
    bIsWebPath:true,
    sUrl:'history.html',
    sTarget:'_self'
},
{   sTitle:'Auctions & Fairs in Southport',
    bIsWebPath:true,
    sUrl:'fairs.html',
    sTarget:'_self'
},
{   sTitle:'Stamps',
    bIsWebPath:true,
    sUrl:'stamps.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Classic Stamps',
        bIsWebPath:true,
        sUrl:'classics.html',
        sTarget:'_self'
    },
    {   sTitle:'Commemorative Stamps',
        bIsWebPath:true,
        sUrl:'commems.html',
        sTarget:'_self'
    },
    {   sTitle:'Pictorial Stamps',
        bIsWebPath:true,
        sUrl:'pictorials.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Postcards',
    bIsWebPath:true,
    sUrl:'postcards.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Plain Cards',
        bIsWebPath:true,
        sUrl:'plain.html',
        sTarget:'_self'
    },
    {   sTitle:'Picture Cards',
        bIsWebPath:true,
        sUrl:'picture.html',
        sTarget:'_self'
    },
    {   sTitle:'Southport Cards',
        bIsWebPath:true,
        sUrl:'southport.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
},
{   sTitle:'Interesting Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'feedback.html',
    sTarget:'_self'
}]
});