//-----------------------------------------------------
// Create section object.  A section is an array of
// SectionItems.  These objects are defined in main.js.
//-----------------------------------------------------

var section = new Section ( '#AC35D4', new Array (
	new SectionItem( 'Adjusting to a New Dog', 'adjust/index.html' ),
	new SectionItem( 'Adopted Basenjis', 'adopted/index.html' ),
	new SectionItem( 'Aggression', 'aggression/index.html' ),
	new SectionItem( 'Basenjis With Others', 'others/index.html' ),
	new SectionItem( 'Fear and Anxiety', 'fear/index.html' ),
	new SectionItem( 'Training Tips & Commands', 'training/index.html' )
) );
