//-----------------------------------------------------
// Create section object.  A section is an array of
// SectionItems.  These objects are defined in main.js.
//-----------------------------------------------------

var section = new Section ( '#6A07BC', new Array (
	new SectionItem( 'Art Pictures', 'art-picture/index.html' ),
	new SectionItem( 'Costumes 03-04', 'costumes-2003/index.html' ),
	new SectionItem( 'Costumes 98-02', 'costumes/index.html' ),
	new SectionItem( 'Deep Thoughts', 'deep-thoughts/index.html' ),
	new SectionItem( 'Destruction', 'destruction/index.html' ),
	new SectionItem( 'Impish Behavior', 'imps/index.html' ),
	new SectionItem( 'Nationals', 'nationals/index.html' ),
	new SectionItem( 'Pals', 'pals/index.html' ),
	new SectionItem( 'Picnic', 'picnic/index.html' ),
	new SectionItem( 'Playtime', 'playtime/index.html' ),
	new SectionItem( 'Puppies', 'puppies/index.html' ),
	new SectionItem( 'Revels Contests', 'revels-contests/index.html' ),
	new SectionItem( 'Revels Dogs/Owners', 'revels-dog-owner/index.html' ),
	new SectionItem( 'Revels Highlights', 'revels-high/index.html' ),
	new SectionItem( 'Seeks Heat', 'seeks-heat/index.html' ),
	new SectionItem( 'Sleeps Alone', 'sleep-one/index.html' ),
	new SectionItem( 'Sleeps Together', 'sleep-two/index.html' ),
	new SectionItem( 'Tricks', 'tricks/index.html' )
) );
