//1st MENU Contents
var flexmenu1=new ddlistmenu('flexmenu1', 'flexdropdownmenu')
flexmenu1.addItem('http://www.AmericanCotonClub.com/introduction.htm', 'Introduction', '_self')
flexmenu1.addItem('http://www.AmericanCotonClub.com/history.htm', 'History', '_self')
flexmenu1.addItem('http://www.AmericanCotonClub.com/temperament.htm', 'Temperament', '_self')
flexmenu1.addItem('http://www.AmericanCotonClub.com/standard.htm', 'Standard', '_self')
flexmenu1.addItem('http://www.AmericanCotonClub.com/photogallery.htm', 'Photo Gallery', '_self')
flexmenu1.addItem('http://www.AmericanCotonClub.com/SayNOtoAKC.htm', 'IMPORTANT AKC Information', '_self')


//2nd MENU Contents
var flexmenu2=new ddlistmenu('flexmenu2', 'flexdropdownmenu')
flexmenu2.addItem('http://www.AmericanCotonClub.com/codeofethics.htm', 'Code of Ethics', '_self')
flexmenu2.addItem('http://www.AmericanCotonClub.com/breederslist.htm', 'COE Breeders List', '_self')
flexmenu2.addItem('http://www.AmericanCotonClub.com/blueribbon.htm', 'Blue Ribbon Litter Program', '_self')
flexmenu2.addItem('http://www.AmericanCotonClub.com/questionstobreeder.htm', 'Questions to ask a breeder', '_self')
flexmenu2.addItem('http://www.AmericanCotonClub.com/mentorprogram.htm', 'Mentor Program', '_self')
flexmenu2.addItem('http://www.AmericanCotonClub.com/rescue.htm', 'Foster & Rescue', '_self')
flexmenu2.addItem('http://www.AmericanCotonClub.com/SayNOtoAKC.htm', 'IMPORTANT AKC Information', '_self')

//3th MENU
var flexmenu3=new ddlistmenu('flexmenu3', 'flexdropdownmenu')
flexmenu3.addItem('http://www.AmericanCotonClub.com/acquiringacoton.htm', 'Acquiring a Coton', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/showorpet.htm', 'Show or Pet?', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/preparing.htm', 'Preparing for your Coton Puppy', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/cratetraining.htm', 'Crate Training', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/grooming.htm', 'Grooming', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/nutrition.htm', 'Nutrition & Preventive Health', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/vaccination.htm', 'Vaccination Protocols & Adverse Reactions', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/store.htm', 'Shopping for your Coton', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/online.htm', 'Links', '_self')
flexmenu3.addItem('http://www.AmericanCotonClub.com/SayNOtoAKC.htm', 'IMPORTANT AKC Information', '_self')


//4th MENU
var flexmenu4=new ddlistmenu('flexmenu4', 'flexdropdownmenu')
flexmenu4.addItem('http://www.AmericanCotonClub.com/acchealthprogram.htm', 'ACC Health Program', '_self')
flexmenu4.addItem('http://www.AmericanCotonClub.com/healthprogramFAQ.htm', 'Health Testing FAQ', '_self')
flexmenu4.addItem('http://www.AmericanCotonClub.com/cerf.htm', 'CERF', '_self')
flexmenu4.addItem('http://www.AmericanCotonClub.com/dnatests.htm', 'DNA Tests', '_self')
flexmenu4.addItem('http://www.AmericanCotonClub.com/healthissues.htm', 'Known Health issues', '_self')
flexmenu4.addItem('http://www.AmericanCotonClub.com/healthtestedcotons.htm', 'Health Test Certified Cotons', '_self')
flexmenu4.addItem('http://www.AmericanCotonClub.com/SayNOtoAKC.htm', 'IMPORTANT AKC Information', '_self')

//5th MENU
var flexmenu5=new ddlistmenu('flexmenu5', 'flexdropdownmenu') //var menuvar=new ddlistmenu('menuid', 'menuclass')

flexmenu5.addItem('http://www.AmericanCotonClub.com/travel.htm', 'Travel', '_self')

var subu51=flexmenu5.addItem('#', 'Shows').addSubMenu() //create new 2nd level menu and assign it to new variable
	subu51.addItem('http://www.AmericanCotonClub.com/Showing.htm', 'Learn to Show', '_self')
        subu51.addItem('http://www.AmericanCotonClub.com/showbasics.htm', 'Show Basics', '_self')
        subu51.addItem('http://www.AmericanCotonClub.com/showcalendar.htm', 'Show Calendar', '_self')
	subu51.addItem('http://www.AmericanCotonClub.com/showpoints.htm', 'Show Points', '_self')
	subu51.addItem('http://www.AmericanCotonClub.com/speciality.htm', 'Speciality', '_self')
	subu51.addItem('http://www.AmericanCotonClub.com/accchampions.htm', 'ACC Champions', '_self')

var subu52=flexmenu5.addItem('#', 'Play Time').addSubMenu() //create new 2nd level menu and assign it to new variable
	subu52.addItem('http://www.AmericanCotonClub.com/playdates.htm', 'Play date locations', '_self')
	subu52.addItem('http://www.AmericanCotonClub.com/cotonparties.htm', 'Coton Parties', '_self')

var subu53=flexmenu5.addItem('#', 'Competition Play').addSubMenu() //create new 2nd level menu and assign it to new variable
	subu53.addItem('http://www.AmericanCotonClub.com/agility.htm', 'Agility', '_self')
	subu53.addItem('http://www.AmericanCotonClub.com/freestyle.htm', 'Freestyle', '_self')
	subu53.addItem('http://www.AmericanCotonClub.com/obedience.htm', 'Obedience', '_self')
	subu53.addItem('http://www.AmericanCotonClub.com/rally-o.htm', 'Rally-O', '_self')

flexmenu5.addItem('http://www.AmericanCotonClub.com/therapy.htm', 'Therapy Cotons', '_self')
flexmenu5.addItem('http://www.AmericanCotonClub.com/ScentWork.htm', 'K9 Nose Work', '_self')

//6th MENU
var flexmenu6=new ddlistmenu('flexmenu6', 'flexdropdownmenu')
flexmenu6.addItem('http://www.AmericanCotonClub.com/News', 'News', '_self')
flexmenu6.addItem('http://www.AmericanCotonClub.com/aboutacc.htm', 'About ACC', '_self')
flexmenu6.addItem('http://www.AmericanCotonClub.com/membership.htm', 'Membership', '_self')
flexmenu6.addItem('http://www.AmericanCotonClub.com/donations.htm', 'Donations', '_self')
flexmenu6.addItem('http://www.AmericanCotonClub.com/missionstatement.htm', 'Mission Statement', '_self')
flexmenu6.addItem('http://www.AmericanCotonClub.com/constbylaws.htm', 'Constitution & Bylaws', '_self')
flexmenu6.addItem('http://www.AmericanCotonClub.com/SayNOtoAKC.htm', 'IMPORTANT AKC Information', '_self')

