var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Membership',
    'bIsWebPath':true,
    'sUrl':'spmember.html',"childArray" : [
    {   'sTitle':'Membership Contest',
        'bIsWebPath':true,
        'sUrl':'spmemcont.html'
    },
    {   'sTitle':'Membership Test ',
        'bIsWebPath':true,
        'sUrl':'memtest.html'
    }]
},
{   'sTitle':'Store Front',
    'bIsWebPath':true,
    'sUrl':'spstore1.html',"childArray" : [
    {   'sTitle':'Trading\'s Posting',
        'bIsWebPath':true,
        'sUrl':'sptrader.html'
    },
    {   'sTitle':'Selling Items Form',
        'bIsWebPath':true,
        'sUrl':'spitemsell.html'
    },
    {   'sTitle':'Buying Items Form',
        'bIsWebPath':true,
        'sUrl':'spbuyitem.html'
    },
    {   'sTitle':'Real Estate',
        'bIsWebPath':true,
        'sUrl':'sprealestate.html'
    },
    {   'sTitle':'Book Store',
        'bIsWebPath':true,
        'sUrl':'spstore.html'
    },
    {   'sTitle':'Sponsors',
        'bIsWebPath':true,
        'sUrl':'spsponsors.html'
    }]
},
{   'sTitle':'US Mills Map',
    'bIsWebPath':true,
    'sUrl':'spmap.php',"childArray" : [
    {   'sTitle':'Submit Mill Event',
        'bIsWebPath':true,
        'sUrl':'spsubevent.html'
    },
    {   'sTitle':'Event Listing',
        'bIsWebPath':true,
        'sUrl':'speventlist.html'
    },
    {   'sTitle':'Mill Photo\'s',
        'bIsWebPath':true,
        'sUrl':'spmillprivphoto.html'
    },
    {   'sTitle':'Mill Photo Resources',
        'bIsWebPath':true,
        'sUrl':'spmillphoto.html'
    }]
},
{   'sTitle':'Organization',
    'bIsWebPath':true,
    'sUrl':'sporg.html',"childArray" : [
    {   'sTitle':'History',
        'bIsWebPath':true,
        'sUrl':'sphist.html'
    },
    {   'sTitle':'Board Members',
        'bIsWebPath':true,
        'sUrl':'spboard.html'
    },
    {   'sTitle':'Conference',
        'bIsWebPath':true,
        'sUrl':'spconf.html'
    },
    {   'sDescription':'2011 SPOOM Conference Details',
        'sTitle':'2011 SPOOM Conference',
        'bIsWebPath':true,
        'sUrl':'sp2011conf.html'
    },
    {   'sTitle':'Grants',
        'bIsWebPath':true,
        'sUrl':'spgrant.html'
    }]
},
{   'sTitle':'Tech/Ref.',
    'bIsWebPath':true,
    'sUrl':'sptech.html',"childArray" : [
    {   'sTitle':'Technical Papers',
        'bIsWebPath':true,
        'sUrl':'sptechpaper.html'
    },
    {   'sTitle':'Fitz Waterwheel History',
        'bIsWebPath':true,
        'sUrl':'spfitz.html'
    },
    {   'sTitle':'Blog',
        'bIsWebPath':true,
        'sUrl':'blog.html'
    }]
},
{   'sTitle':'Regional Information',
    'bIsWebPath':true,
    'sUrl':'spregional.html',"childArray" : [
    {   'sTitle':'Carolina Chapter',
        'bIsWebPath':true,
        'sUrl':'spcarolina.html'
    },
    {   'sTitle':'Great Lakes Chapter',
        'bIsWebPath':true,
        'sUrl':'splakes.html'
    },
    {   'sTitle':'Intermountain Chapter',
        'bIsWebPath':true,
        'sUrl':'spmountain.html'
    },
    {   'sTitle':'Kentucky Chapter',
        'bIsWebPath':true,
        'sUrl':'spkentucky.html'
    },
    {   'sTitle':'Mid-Atlantic Chapter',
        'bIsWebPath':true,
        'sUrl':'spatlantic.html'
    },
    {   'sTitle':'North East Chapter',
        'bIsWebPath':true,
        'sUrl':'speast.html'
    },
    {   'sTitle':'Canadian Chapter',
        'bIsWebPath':true,
        'sUrl':'spcanadian.html'
    }]
}]
});
