//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "anchor";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;	// base z-order of nav structure (not ns4)

var mCOLOR = 	"#CF8D3B";	// main nav cell color
var rCOLOR = 	"#F4F7FA";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#000000"	// main nav border color
var aLINK = 	"#171717"	// main nav link color   "000066"
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Century Gothic";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;	// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#F4F7FA";	// submenu cell color

var srCOLOR = 	"#8FAEDA";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000"	// submenu border color
var saLINK = 	"#000000";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Century Gothic";// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("index.htm","About Us",70,"center","","",0,0,"","","","","");
	defineSubmenuProperties(177,"left","left",-4,-5,"","","","","","","");
	addSubmenuItem("index.htm","Welcome to the TFPA","","");
	addSubmenuItem("Mission_Statement.htm","Mission Statement","","");
	addSubmenuItem("Leadership.htm","Leadership","","");
	addSubmenuItem("History.htm","History","","");
	addSubmenuItem("Committees.htm","Committee Chairs","","");
	addSubmenuItem("Roles.htm","Committee Roles","","");
	addSubmenuItem("objectives.htm","Objectives","","");
	addSubmenuItem("Halloffame.htm","Hall of Fame","","");
	addSubmenuItem("Volunteer.htm","Volunteer","","");


defineSubmenuProperties(177,"left","left",-4,-5,"","","","","","","");
	addSubmenuItem("","TFPA Members","_blank","");

	defineChildmenuProperties(120,"left","left",10,-8,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
	
	
	defineSubmenuProperties(177,"left","left",-4,-5,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("processor.htm","Processor","","");
		//addChildmenuItem("comingsoon.htm","Corporate","","");
		//addChildmenuItem("comingsoon.htm","Individual","","");
		addChildmenuItem("Associate.htm","Associate","","");
		//addChildmenuItem("comingsoon.htm","Affiliate","","");
		
		addSubmenuItem("contactus.htm","Contact Us","","");

addMainItem("membership.htm","Membership",90,"center","","",0,0,"","","","","");
	//addMainItem("/project_experience.htm","Home 0",145,"center","","",0,0,"","","","","");
	defineSubmenuProperties(160,"left","left",-4,-5,"","","","","","","");

	addSubmenuItem("membership.htm","Statistics","","");
	addSubmenuItem("benefits.htm","Benefits","","");
	addSubmenuItem("Application.htm","Application","","");
	addSubmenuItem("membershiptypes.htm","Types Of Membership","","");	
	//addSubmenuItem("DriveContest.htm","Contest","","");

addMainItem("","News & Education",120,"center","","",0,0,"","","","","");
//addMainItem("/Company_Credentials1.htm","Home 1",155,"center","","",0,0,"","","","","");
	defineSubmenuProperties(155,"left","left",-4,-5,"","","","","","","");

	//addSubmenuItem("comingsoon.htm","Industry Articles","","");
	addSubmenuItem("Current_News.htm","Current News Articles","","");
		defineChildmenuProperties(185,"left","left",10,-8,"","","","","","","");
		addChildmenuItem("Canyon_Foods.htm","Canyon Specialty Foods","","");
		addChildmenuItem("Del_Sol_Foods.htm","Del Sol Foods","","");		
		addChildmenuItem("Renfro_Foods.htm","Renfro Foods","","");
		addChildmenuItem("Brianna.htm","Brianna's","","");
		
	defineSubmenuProperties(177,"left","left",-4,-5,"","","","","","","");
		addSubmenuItem("","Legislative Reports","_blank","");		
		defineChildmenuProperties(320,"left","left",10,-8,"","","","","","","");		
		addChildmenuItem("USDA_Final_Rule.htm","COOL Labeling","","");
		addChildmenuItem("Agricultural_Challenges.htm","Agricultural Challenges Conference","","");
		addChildmenuItem("Coffee_at_the_Capital.htm","Coffee at the Capital 2009","","");
		addChildmenuItem("Coffee_at_the_Capital_2011.htm","Coffee at the Capital 2011","","");
		addChildmenuItem("Safe_Feast_Act.htm","Safe FEAST Act","","");
		addChildmenuItem("Recommended_Practices_Procedures.htm","COOL Recommended Practices and Procedures","","");
		addChildmenuItem("Employee_Free_Choice_Act.htm","Employee Free Choice Act (EFCA)","","");
		addChildmenuItem("House_Research_Organization.htm","House Research Organization","","");
		addChildmenuItem("Proposal_to_Ban_Trans.htm","Proposal to Ban Trans","","");
		addChildmenuItem("Food_Safety_Bill.htm","Food Safety Bill S 510","","");
		addChildmenuItem("Religious_Beliefs.htm","Religious Beliefs in the Workplace","","");
		addChildmenuItem("Appointees_to_USDA.htm","USDA's Farm Service Agency in Texas","","");
		addChildmenuItem("Are_You_Ready_for_AnI-9_Audit.htm","Are You Ready for An I-9 Audit","","");
		addChildmenuItem("SMA_HACCP_Workshops.htm","SMA HACCP Workshops","","");

	addSubmenuItem("Better_Processing_School.htm","Better Processing School","","");
		//defineChildmenuProperties(185,"left","left",10,-8,"","","","","","","");
		//addChildmenuItem("Better_Processing_School.htm","Better Processing School","","");
	addSubmenuItem("","Webinars and Seminars","","");
		defineChildmenuProperties(230,"left","left",10,-8,"","","","","","","");
		addChildmenuItem("CrisisManagementforEmployers.htm","Crisis Management for Employers","","");


	defineSubmenuProperties(177,"left","left",-4,-5,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		//addSubmenuItem("comingsoon.htm","In the View","","");
		//addSubmenuItem("comingsoon.htm","News and Views","","");
		//addSubmenuItem("comingsoon.htm","Manual of Good Practice","","");



addMainItem("","Programs And Services",150,"center","","",0,0,"","","","","");

	defineSubmenuProperties(240,"left","left",-4,-5,"","","","","","","");

	addSubmenuItem("","Annual Conference","","");
	defineChildmenuProperties(220,"left","left",10,-8,"","","","","","","");
		addChildmenuItem("AnnualConference.htm","2010 Annual Conference","","");			
		addChildmenuItem("mettingcontribute.htm","Contribute","","");	
		addChildmenuItem("SponsorshipForm.htm","Sponsorship Form","","");	
		addChildmenuItem("Guest_Speakers.htm","Guest Speakers","","");			
		addChildmenuItem("2008Contributors.htm","2008 Contributors","","");	
	addSubmenuItem("","Annual Conference 2009 Updates","","");	
		defineChildmenuProperties(220,"left","left",10,-8,"","","","","","","");
		addChildmenuItem("PostAnnualMeeting.htm","2009 Post Annual Meeting","","");
		addChildmenuItem("/power_point/TFPA_2009.pdf","2009 Speaker Highlights","","");
	addSubmenuItem("","TFPA Scholarship Program","","");
	defineChildmenuProperties(160,"left","left",10,-8,"","","","","","","");
		addChildmenuItem("Scholarship.htm","TFPA Scholarship","","");		
		addChildmenuItem("ScholarshipRecipients.htm","Scholarship Recipients","","");	
		//addChildmenuItem("donorscommunity.htm","Community Donors","","");	
		addChildmenuItem("Contribute.htm","Contribute","","");	
		addChildmenuItem("Donationform.htm","Donation Form","","");	
		addSubmenuItem("ProSourceManagement.htm","Exclusive Offers","","");
		addSubmenuItem("HACCP_Training.htm","HACCP Training Information","","");
		addSubmenuItem("Starting_a_Food_Business.htm","Starting a Food Business","","");
		

addMainItem("Links.htm","Links",47,"center","","",0,0,"","","","","");


addMainItem("","Advertising & Classifieds",147,"center","","",0,0,"","","","","");
	defineSubmenuProperties(150,"left","left",-4,-5,"","","","","","","");
		addSubmenuItem("Equipment_Network.htm","Equipment Network","","");
		//addSubmenuItem("comingsoon.htm","Application To Post Equipment For Sale","","");
		//addSubmenuItem("comingsoon.htm","Application To Post Equipment To Purchase","","");


addMainItem("Funfacts.htm","Photos, Fun Facts & Statistics",165,"center","","",0,0,"","","","","");

//**DO NOT EDIT THIS *****
}//***********************
//************************
