/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.

*/
var MENU_ITEMS = [
	['Marysville FFA', null, null,
		['Home', 'http://www.marysvilleschools.org/pages/ffa/index.html'],
		['Calendar', 'http://www.theAET.com/HomePage/default.aspx?ID=812'],
		['Photo Gallery', 'http://www.marysvilleschools.org/pages/ffa/gallery.html'],
		['Recent Activities','http://www.marysvilleschools.org/pages/ffa/activities.htm'],
		['FFA Points','http://www.marysvilleschools.org/pages/ffa/points.html'],
		['SAE Spotlight','http://www.marysvilleschools.org/pages/ffa/SAE.html'],
		['Contact Advisors', null, null,
			['Craig Lister, Advisor', 'mailto:clister@marysvilleschools.org'],
			['Jacque LaRue, Advisor', 'mailto:jlarue@marysvilleschools.org'],
			['Webmaster', 'mailto:lkracht@marysvilleschools.org'],
		],
		
		
	],
	['Classes', null, null,
		['Intro to Ag Science & FFA', 'http://www.marysvilleschools.org/pages/ffa/Classes/introag.html'],
		['Advanced Ag Sciences', 'http://www.marysvilleschools.org/pages/ffa/Classes/agprod.html'],
		['Ag. Business', 'http://www.marysvilleschools.org/pages/ffa/Classes/agbus.html'],
		['Ag Marketing', 'http://www.marysvilleschools.org/pages/ffa/Classes/agmarket.html'],
		['Horticulture', 'http://www.marysvilleschools.org/pages/ffa/Classes/horticulture.html'],
		['Advanced Horticulture', 'http://www.marysvilleschools.org/pages/ffa/Classes/advhort.html'],
		['Ag. Structures', 'http://www.marysvilleschools.org/pages/ffa/Classes/agstruc.html'],
		['Ag. Power & Electricity', 'http://www.marysvilleschools.org/pages/ffa/Classes/agpower.html'],
		['Ag. Welding & Fabrication', 'http://www.marysvilleschools.org/pages/ffa/Classes/agweldfab.html'],				
		['Ag. Communications and Leadership', 'http://www.marysvilleschools.org/pages/ffa/Classes/agcom.html'],
		['Plant and Soil Science', 'http://www.marysvilleschools.org/pages/ffa/Classes/plant.html'],
		['Animal Science', 'http://www.marysvilleschools.org/pages/ffa/Classes/animal.html'],
		['Ag. On Job Training', 'http://www.marysvilleschools.org/pages/ffa/Classes/agojt.html'],
		['Food Science', 'http://www.marysvilleschools.org/pages/ffa/Classes/foodscience.html'],
		['Natural Resource Management', 'http://www.marysvilleschools.org/pages/ffa/Classes/natres.html'],
	],
	
	['FFA', null, null,
		['AEP Chapter Meetings', 'http://www.marysvilleschools.org/pages/ffa/aepmeetings.htm'],	
		['Officer Team', 'http://www.marysvilleschools.org/pages/ffa/OfficerTeam.htm'],	
		['National FFA Organization', 'http://www.ffa.org'],	
		['Kansas FFA', 'http://www.hpj.com/wsdocs/ffa/association.cfm'],
		['Leadership', 'http://www.ffa.org/index.cfm?method=c_students.ChapterOfficers'],
		['SAE', 'http://www.ffa.org/index.cfm?method=c_programs.SAE'],
		['National Officers', 'http://www.ffa.org/index.cfm?method=c_students.NationalOfficers'],
		['State Officers', 'http://www.hpj.com/wsdocs/ffa/contact.cfm?list=stofficer'],
		['Farm Safety Week', 'http://www.marysvilleschools.org/pages/ffa/FarmSafetyWeek.htm'],	
		['District Moodle Site', 'http://moodle.ksaged.org'],	
		
		
	],
	['Student', null, null,
		['Handbook', null, null,
			['Discipline Plan', 'http://www.marysvilleschools.org/pages/ffa/Student/discipline.html'],
			['SAE Plan', 'http://www.marysvilleschools.org/pages/ffa/Student/sae.html'],
		],
		['Resources', 'http://www.ffa.org/programs/conferences/html/conf_wlc.htm'],
		['Officer Information', 'http://www.marysvilleschools.org/pages/ffa/officer.htm'],
	],
	['Applications', null, null,
		['Scholarships', 'http://www.ffa.org/index.cfm?method=c_programs.Scholarships'],
		['State Degree', 'http://www.hpj.com/wsdocs/ffa/documents/StateDegree/state_degree_app.xls'],
		['Prof. Entrepreneurship', 'http://www.hpj.com/wsdocs/ffa/documents/profent.xls'],
		['Prof. Placement', 'http://www.hpj.com/wsdocs/ffa/documents/profpla.xls'],
		['Greenhand Star Application', 'http://www.marysvilleschools.org/pages/ffa/greenhandstar.htm'],			
	],
	
	['Contests', null, null,
		['Results', 'http://www.marysvilleschools.org/pages/ffa/results.html'],
		['National CDE', 'http://www.ffa.org/index.cfm?method=c_programs.CDE'],
		['Kansas CDE', 'http://www.communications.ksu.edu/DesktopDefault.aspx?tabid=953'],
		['National CDE'], 
		['Marysville Study Sites'],
			['Horse', 'http://www.marysvilleschools.org/pages/ffa/horse.html'],
			['Meats', 'http://www.marysvilleschools.org/pages/ffa/meats.htm'],
		
	],
	
	['Archives', null, null,
		['2008-2009', 'http://www.marysvilleschools.org/pages/ffa/2008_2009.html'], 
			['Lions Park Waterfall', 'http://www.marysvilleschools.org/pages/ffa/events/waterfall.html'],
			['Farm Safety Week', 'http://www.marysvilleschools.org/pages/ffa/events/farmsafety.html'],
			['FFA Pasture', 'http://www.marysvilleschools.org/pages/ffa/events/pasture.html'],
			['Work Auction', 'http://www.marysvilleschools.org/pages/ffa/events/workauction.html'],
			['State Convention', 'http://www.marysvilleschools.org/pages/ffa/stateconvention.html'],
			['Greenhand Conference', 'http://www.marysvilleschools.org/pages/ffa/events/greenhandconference.htm'],
			['Elementary Ag Day', 'http://www.marysvilleschools.org/pages/ffa/events/elagday.html'],
			['Leadership School', 'http://www.marysvilleschools.org/pages/ffa/leadershipschool.htm'],
			['CDEs', 'http://www.marysvilleschools.org/pages/ffa/events/CDE.html'],
		['2007-2008', 'http://www.marysvilleschools.org/pages/ffa/2007-2008.html'],
			['Community Clean-up', 'http://www.marysvilleschools.org/pages/ffa/cleanup.html'],
			['SCCL', 'http://www.marysvilleschools.org/pages/ffa/events/sccl.html'],	
		['2006-2007', 'http://www.marysvilleschools.org/pages/ffa/2006-2007.html'],
		['2005-2006', 'http://www.marysvilleschools.org/pages/ffa/2005-2006.html'],
			
	],
];


