var TreeDef = {
	//"type"	: "tree",
	"style"	: {
		// 1 = only one section open at a time, 0 = sections remain expanded when new one opens.
		"singlecol":1,
		// 1 = section expands on mouse over
		"overexpand":0,       
		"css":"mainmenu",
		"imgitem":"img/node.gif", 
		"imgdir":"img/1x1.gif", 
		"imgdiropen":"img/section.gif",
		//"bgimg" : "img/line.gif",
		//"size":[135,22],
		//"border":{"color":"#FDCE44","width":1},
		//"shadow":{"color":"gray","width":2},
		//"color":"#FF3300",
		//"bgcolor":"#ffffff",
		"itemoffset":{"x":"10","y":"8"}
		//"fixheight":300
		
	},

	"styleover": {
		//"imgitem":"img/yarrow.gif",
		"color":"#FF9933"
		
		//"size":[160,22]
	},

	"items" : [
			   
		/*----------------------------------HOME LINK-------------------------------*/
		
		{ "text":"Home..", "style":{"imgitem":"img/1x1.gif"}, "action":{"url":"index.htm"}
		},
		
		/*----------------------------------GRADING EQUIPMENT LINKS-------------------------------*/
		
/*
Each page in this section must have "Graders" as the variable in the "expandItemByText()" function of the menu initiallization string - (eg -t1.expandItemByText('Graders'); )  Otherwise the menu section will not expand on page enter. JC 9/23/04
*/
		
		{ "text":"Graders",
		
	                "menu": {                                               
		  			"items"	: [
							   	
			  	{"text":"Overview","style": {"css":"menusub"},"action":{"url":"graders/index.htm"}},
				{"text":"CAB Grading<br />&nbsp;Technology","style": {"css":"menusub"},"action":{"url":"graders/cabdefect.htm"}},
				{"text":"CAB-G2<br />&nbsp;Defect Grading<br />&nbsp;Technology","style": {"css":"menusub"},		               "action":{"url":"graders/g2.htm"}},
				{"text":"CAB-G2.5<br />&nbsp;Ultimate<br />&nbsp;Grading-Decay<br />&nbsp;Detection<br />	 &nbsp;Technology","style": {"css":"menusub"},"action":{"url":"graders/decaydetect.htm"}},
				{"text":"Quality Plus<br />&nbsp;Grader","style": {"css":"menusub"},"action":{"url":"graders/qplus.htm"}}
					]
				}
		},		
		
		/*----------------------------------SIZING EQUIPMENT LINKS-------------------------------*/
		
/*
Each page in this section must have "Sizers" as the variable in the "expandItemByText()" function of the menu initiallization string - (eg -t1.expandItemByText('Sizers'); )  Otherwise the menu section will not expand on page enter. JC 9/23/04
*/
		
		{ "text":"Sizers",
			                "menu": {
		  			"items"	: [
			  	{"text":"Overview","style": {"css":"menusub"},"action":{"url":"sizers/index.htm"}},
			  	{"text":"EPS-II <br />&nbsp;B/W Sizer","style": {"css":"menusub"},"action":{"url":"sizers/eps.htm"}},
				{"text":"Gold Rush<br />&nbsp;Sizer","style": {"css":"menusub"},"action":{"url":"sizers/goldrush.htm"}},
				{"text":"SunVision <br />&nbsp;Color Size <br />&nbsp;Technology","style": {"css":"menusub"},"action":{"url":"sizers/fullcolorsizer.htm"}}
					]
				}
		},
		
		/*----------------------------------PACKING EQUIPMENT LINKS-------------------------------*/
		
/*
Each page in this section must have "Packing<br />&nbsp;Equipment" as the variable in the "expandItemByText()" function of the menu initiallization string - (eg -t1.expandItemByText('Packing<br />&nbsp;Equipment'); )  Otherwise the menu section will not expand on page enter. JC 9/23/04
*/
		
		{ "text":"Packing<br />&nbsp;Machinery",
			                "menu": {
		  			"items"	: [
			  			{"text":"Overview","style": {"css":"menusub"},"action":{"url":"packing/index.htm"}},
			  			{"text":"Soft Touch&reg;<br />&nbsp;Pack Machine","style": {"css":"menusub"},"action":{"url":"packing/softtouch.htm"}},
				  		{"text":"40x60 Pack<br />&nbsp;Option","style": {"css":"menusub"},"action":{"url":"packing/4060pack.htm"}},
						{"text":"Flat Fruit<br />&nbsp;Conveyor Option","style": {"css":"menusub"},"action":{"url":"packing/flatfruitpack.htm"}},
						{"text":"Bagger<br />&nbsp;Attachments","style": {"css":"menusub"},"action":{"url":"packing/bagger.htm"}}
					]
				}
		},
		
		/*----------------------------------LABELING EQUIPMENT LINKS-------------------------------*/
		
/*
Each page in this section must have "Labeling<br />&nbsp;Equipment" as the variable in the "expandItemByText()" function of the menu initiallization string - (eg -t1.expandItemByText('Labeling<br />&nbsp;Equipment'); )  Otherwise the menu section will not expand on page enter. JC 9/23/04
*/

		{ "text":"Labeling<br />&nbsp;Equipment", "style":{"imgitem":"img/1x1.gif"}, "action":{"url":"labelers/index.htm"}
		},


		
		/*----------------------------------WASHING EQUIPMENT LINKS-------------------------------*/

/*
Each page in this section must have "Washing<br />&nbsp;Equipment" as the variable in the "expandItemByText()" function of the menu initiallization string - (eg -t1.expandItemByText('Washing<br />&nbsp;Equipment'); )  Otherwise the menu section will not expand on page enter. JC 9/23/04
*/

	{ "text":"Washing<br />&nbsp;Equipment",
			                "menu": {
		  			"items"	: [
			  			{"text":"Overview","style": {"css":"menusub"},"action":{"url":"washers/index.htm"}},
			  			/*{"text":"Spool Washer","style": {"css":"menusub"},"action":{"url":"washers/spoolwash.htm"}},
				  		{"text":"Flooder","style": {"css":"menusub"},"action":{"url":"washers/flooder.htm"}},*/
						{"text":"High Pressure<br />&nbsp;Washer","style": {"css":"menusub"},"action":{"url":"washers/pressurewash.htm"}},/*
						{"text":"High Volume<br />&nbsp;Dryer","style": {"css":"menusub"},"action":{"url":"washers/dryer.htm"}}*/
						{"text":"Optical Wax <br />&nbsp;Controller","style": {"css":"menusub"},"action":{"url":"washers/waxcontrol.htm"}}
						
						
						
						
					]
				}
		},
		
		/*----------------------------------Foodservice LINKS-------------------------------*/

/*
Each page in this section must have "Foodservice<br />&nbsp;Equipment" as the variable in the "expandItemByText()" function of the menu initiallization string - (eg -t1.expandItemByText('Foodservice<br />&nbsp;Equipment'); )  Otherwise the menu section will not expand on page enter. JC 9/23/04
*/
		
		{ "text":"Foodservice<br />&nbsp;Equipment",
			                "menu": {
		  			"items"	: [
			  			{"text":"Overview","style": {"css":"menusub"},"action":{"url":"../index.php"}},
			  			{"text":"Commercial<br />&nbsp;Sectionizer","style": {"css":"menusub"},"action":{"url":"foodserv/sectionizer.htm"}},
				  		{"text":"Commercial<br />&nbsp;Juicer","style": {"css":"menusub"},"action":{"url":"foodserv/juicer.htm"}},
						{"text":"Auto-90<br />&nbsp;Industrial<br />&nbsp;Sectionizer","style": {"css":"menusub"},"action":{"url":"foodserv/auto90.htm"}}
					]
				}
		},
		
		/*----------------------------------AIR PURIFIER LINKS-------------------------------*/
		
/*
Each page in this section must have "Air Purifiers" as the variable in the "expandItemByText()" function of the menu initiallization string - (eg -t1.expandItemByText('Air Purifiers'); )  Otherwise the menu section will not expand on page enter. JC 9/23/04
*/

		{ "text":"Air Purifiers", "style":{"imgitem":"img/1x1.gif"}, "action":{"url":"airpure/index.htm"}
		},


		/*----------------------------------ABOUT US LINK-------------------------------*/
		
		{ "text":"Our Company", "style":{"imgitem":"img/1x1.gif"}, "action":{"url":"aboutus.htm"}
		},
		
		/*----------------------------------CONTACT LINK-------------------------------*/
		
		{ "text":"Contact Us", "style":{"imgitem":"img/1x1.gif"}, "action":{"url":"contact.php"}
		}
		
		/*----------------------------------END MENU ITEMS-------------------------------*/
		
	]
};