/*
 DHTML Menu version 3.3.19
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact.

// Editable properties START here //

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=3)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}

timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=-3;		// Sub menu offset Top position 
suboffset_left=3;		// Sub menu offset Left position
closeOnClick = true


style1=[				// style1 is an array of properties.
"333366",				// Mouse Off Font Color
"f0f0f0",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"333366",				// Mouse On Background Color
"999999",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial, Verdana,",		// Font Name
3,						// Menu Item Padding
"http://www.palm.com/us/images/wrapper/menuarrow.gif",			// Sub Menu Image (Leave this blank if not needed)
1,						// 3D Border & Separator bar
"cccccc",				// 3D High Color
"666666",				// 3D Low Color
,						// Current Page Item Font Color (leave this blank to disable)
,						// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
"cccccc",				// Menu Item Separator Color
]




addmenu(menu=[		// Menu properties and details
"pubs",		// Menu Name
19,				// Menu Top
257,				// Menu Left
400,				// Menu Width
1,					// Menu Border Width 
,					// Screen Position
style1,				// Properties Array
0,					// Always Visible
,					// Text Alignment
effect,				// Filter
,					// Follow Scrolling
, 					// Horizontal Menu
,					// Keep Alive
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount
,					// Right To Left
,					// Open the Menus OnClick
,					// ID of the div you want to hide on MouseOver
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"Illinois and Purdue Weekly Outlook Newsletter","/marketing/newsletters.html",,,1
,"Illinois and Purdue Grain Price Outlook Newsletter","/marketing/outlook_grain.html",,,1
,"Illinois and Purdue Livestock Price Outlook Newsletter","/marketing/outlook_livestock.html",,,1
,"Illinois Farm Economics: Facts and Opinions","/manage/newsletters/newsletter.html",,,1
,"Agricultural Law And Taxation Briefs","/legal/index.html",,,1
,"Illinois Rural Policy Digest","/policy/digest/policy_digest.html",,,1
,"AgMAS Research Reports","/agmas/reports/index.html",,,1
,"Press Releases","/about/press.html",,,1
])

	
	
	

addmenu(menu=["tools",
19,257,400,1,,style1,,,effect,,,,,,,,,,,,
,"Fast: Farm.Analysis.Solution.Tools","/fasttools/index.html",,,1
,"Illinois Regional Basis Decision Tool","/marketing/basis/index.asp",,,1
,"Illinois Regional Cash Price Database","/marketing/cash/index.asp",,,1
,"Illinois Average Farm Price Received Database","/manage/pricehistory/price_history.html",,,1
,"Agricultural Supply and Demand Database","/marketing/supply_demand/supply_demanddata.html",,,1
,"Counter Cyclical Payment Tool","/marketing/CounterCyclical/CCP.html",,,1
,"Historic Crop Costs From Illinois FBFM Farms Database","/manage/enterprise_cost/crop_revenue_less_variable_cost.html",,,1
,"Illinois Crop Budgets","/manage/enterprise_cost/2003_crop_budgets.html",,,1
,"Illinois Crop Budgets Tool","/manage/enterprise_cost/crop_budgets_estimation.html",,,1
,"Field Operations Calculation Tool","/manage/machinery/field_calculation_choice.html",,,1
,"Illinois Combine Cost Calculation Tool","/manage/machinery/combine_calculation.asp",,,1
,"Illinois Historic Crop Yields","/manage/pricing/index.asp",,,1
,"2005 <i>iFARM</i> Crop Insurance Premium Calculator: North Central Region Crops","/cropins/insurance/2005/premium_index_2005.asp",,,1
,"2005 <i>iFARM</i> Crop Insurance Evaluator: Illinois","/cropins/evaluator/2005/index_2005_IL.asp",,,1
,"2005 <i>iFARM</i> Crop Insurance Evaluator: Indiana","/cropins/evaluator/2005/index_2005_IN.asp",,,1
,"2005 <i>iFARM</i> Crop Insurance Evaluator: Iowa","/cropins/evaluator/2005/index_2005_IA.asp",,,1
])
		


dumpmenus()