// Javascript Document

///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
//// CONTAINS THE MENU CODE FOR THE DDAL LEFT COLUMN MENUS ////
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////



// Define our Menus
var menuLabels = new Array;
var menuURLs = new Array;

/////////////////////////
//// ABOUT DDAL MENU ////
/////////////////////////

menuLabels[0] = new Array(
					new Array('Membership','Secure donation site'),
					new Array('Annual Report'),
					new Array('About Doris Day'),
					new Array('Our Mission'),
					new Array('Board of Directors'),
					new Array('Mailbox')
);
menuURLs[0] = new Array(
					new Array('/membership/','https://secure.humanesociety.org/site/Donation2?df_id=2581&2581.donation=form1'),
					new Array('/about/report/'),
					new Array('/about/dorisday/'),
					new Array('/about/mission/'),
					new Array('/about/board/'),
					new Array('/about/mailbox/')					
);

//////////////////////
//// CONTACT MENU ////
//////////////////////

menuLabels[1] = new Array(
					
					

);
menuURLs[1] = new Array(
					


);

/////////////////////////////////
//// LEGISLATIVE UPDATE MENU ////
/////////////////////////////////

// Create Base Array
menuLabels[2] = new Array(
					new Array('Federal Bills','Victories for the Animals','How Bill Becomes Law'),
					new Array('State Bills','State by State','State FAQ'), 
					new Array('Viewpoint'),
					new Array('Find Your Legislators'),
	                new Array('Sign Up for E-Alerts')					
);
menuURLs[2] = new Array(
					new Array('/legislation/federal/','/legislation/federal/victories/','/legislation/federal/bills/'),
				    new Array('/legislation/state/','/legislation/state/','/legislation/state/faq/'),
					new Array('/legislation/viewpoints/'),
				    new Array('https://community.hsus.org/humane/leg-lookup/search.html'),
					new Array('https://community.hsus.org/fund/join.tcl')
);                      

////////////////////////
//// CAMPAIGNS MENU ////
////////////////////////

menuLabels[3] = new Array(
					new Array('Animal Testing', 'Alternative Funding','Testing Programs','International Cooperation','Leaping Bunny'),  
					new Array('Horse Protection','Wild Horses','Horse Transport','Sanctuary Guidelines'),
					new Array('Puppy Mill Campaign','In the News','Write a Letter','Legal History'),
					new Array('Antifreeze Safety','In the News'),
					new Array('Pet Trusts','Federal Bill','Resources'),
					new Array('License Plates'),
					new Array('In the Spotlight')
);
menuURLs[3] = new Array(
					new Array('/animaltesting/','/animaltesting/alternativefunding/','/animaltesting/testprograms/','/animaltesting/international/','http://www.leapingbunny.org'),
					new Array('/horseprotection/','/horseprotection/burns/','/horseprotection/transport/','/horseprotection/guidelines/'),
					new Array('/puppymills/','/puppymills/news/','/puppymills/action/','/puppymills/history/'),
					new Array('/antifreeze/','/antifreeze/news/'),
					new Array('/pettrust/','/pettrust/bill/','/pettrust/resources/'),
					new Array('/licenseplates/'),
					new Array('/campaigns/spotlight/')
);

////////////////////////////////
////  HOW YOU CAN HELP MENU ////
////////////////////////////////

menuLabels[4] = new Array(
					new Array('Become a Member'),
					new Array('Sign Up for E-Alerts'),
					new Array('Make a Donation'),
					new Array('Track Legislation'),
					new Array('Spotlight on Activism')
);
menuURLs[4] = new Array(
					new Array('/membership/'),
				    new Array('https://community.hsus.org/fund/join.tcl'),
					new Array('https://secure.humanesociety.org/site/Donation2?df_id=2581&2581.donation=form1'),
					new Array('/legislation/federal/'),
					new Array('/help/spotlight/')
					

);

////////////////////////////////////
//// NEWS AND PUBLICATIONS MENU ////
////////////////////////////////////

menuLabels[5] = new Array(
					new Array('E-Alerts & News'),
					new Array('Animal Guardian','Cover Story','Additional Features','Book Bag','Archives','We Get Letters'),
					new Array('2007 Animal Facts'),
					new Array('Best Friends for Life'),
					new Array('Horse Sanctuary Guidelines')
);
menuURLs[5] = new Array(
					new Array('https://community.hsus.org/fund/join.tcl'),
					new Array('/animalguardian/','/animalguardian/coverstory/','/animalguardian/features/','/animalguardian/bookbag/','/animalguardian/archive/','/animalguardian/letters/'),
					new Array('/pubs/factsheets/'),
					new Array('/pubs/bestfriends/'),
					new Array('/pubs/horseguidelines/')
);

//////////////////////////////////
//// RESOURCE AND LINKS MENU /////
//////////////////////////////////

menuLabels[6] = new Array(
					new Array('Downloads','Sample Legislation','Public Service Information','Factsheets'),

					new Array('Sign Up for E-Alerts')
);
menuURLs[6] = new Array(
					new Array('/download/','/download/legislation/','/download/publicserviceinfo/','/pubs/factsheets'),
					new Array('https://community.hsus.org/fund/join.tcl')
);