    var linkInfoPanel = new Ext.TabPanel({
        title: 'Links',
		activeTab: 0,
		bodyStyle: 'padding:10px',
		border:true,
		bodyBorder:true,
		frame:true,
        defaults:{autoScroll: true, autoHeight: true, preventBodyReset: true},
        items:[{
                title: 'Links',
                autoLoad:'pages/llalink.html'
            }
        ]
    });
	var lakeInfoPanel = new Ext.TabPanel({
        title: 'Lake Info',
		activeTab: 0,
		bodyStyle: 'padding:10px',
		border:true,
		bodyBorder:true,
		frame:true,
        defaults:{autoScroll: true, autoHeight: true, preventBodyReset: true},
        items:[{
                title: 'About the Lake',
                autoLoad:'pages/lakeinfo.html'
            },{
                title: 'Water Quality',
                autoLoad:'pages/watqua.html'
            },{
                title: 'Weed Watch',
                autoLoad:'pages/weed.html'
            },{
                title: 'Rules',
                autoLoad:'pages/rules.html'
            },{
                title: 'Directions',
                autoLoad:'pages/map.html'
            },{
                title: 'Property Map',
                autoLoad:'pages/lla_property.htm'
            },{
                title: 'Picture Gallery',
                autoLoad:'pages/pics.html'
            }
        ]
    });

    var assnInfoPanel = new Ext.TabPanel({
        title: 'Assn Info',
        activeTab: 0,
		bodyStyle: 'padding:10px',
		border:true,
		bodyBorder:true,
		frame:true,
        defaults:{autoScroll: true, autoHeight: true, preventBodyReset: true},
        items:[{
                title: 'About the Association',
                autoLoad:'pages/llaassn.html'
            },{
                title: 'Officers & Committees',
                autoLoad:'pages/llaoffcomm.html'
            },{
                title: 'Board of Directors',
                autoLoad:'pages/board.html'
            },{
                title: 'Membership',
                autoLoad:'pages/llaappl.html'
            }
        ]
    });

    var eventsSchedPanel = new Ext.TabPanel({
        title: 'Event Schedule',
        activeTab: 0,
		bodyStyle: 'padding:10px',
		border:true,
		bodyBorder:true,
		frame:true,
        defaults:{autoScroll: true, autoHeight: true, preventBodyReset: true},
        items:[{
                title: 'Calendar',
                autoLoad:'pages/llaschd.html'
            },{
                title: 'Season Start Pot Luck',
                autoLoad:'pages/potluck.html'
            },{
                title: 'July 4th',
                autoLoad:'pages/july4.html'
            },{
                title: 'Annual Meeting & picnic',
                autoLoad:'pages/picnic.html'
            },{
                title: 'Boat Parade',
                autoLoad:'pages/parade.html'
             },{
                title: 'Canoe Race',
                autoLoad:'pages/canoe.html'
            },{
                title: 'Dresser-Friedman Regatta',
                autoLoad:'pages/sail.html'
            },{
                title: 'Season End Pot Luck',
                autoLoad:'pages/potluck2.html'
           }
        ]
    });

    var newsletterPanel = new Ext.TabPanel({
        title: 'Newsletter',
        activeTab: 0,
		bodyStyle: 'padding:10px',
		border:true,
		bodyBorder:true,
		frame:true,
        defaults:{autoScroll: true, autoHeight: true, preventBodyReset: true},
        items:[{
                
                title: 'Newsletter',
                autoLoad:'pages/ledger.html'
            }
        ]
    });
