
//items and formats
var TOP_MENU1 =
[
	{"pos":"relative", "itemoff":[0,99], "leveloff":[11,0], "style":TOPSTYLE, "size":[15,100], forms_to_hide:['first_form'], "delay":300},
	{code:"About NYS", url:"/AboutNYS.asp"},

	{code:"News", 
		sub:[
		{"itemoff":[21,0], "leveloff":[0,0], "size":[22,180], "style":DROPSTYLE},
			{code:"NYS News", url:"javascript:fnOpenWindow('http://www.nucoryamato.com/StaticData/News.htm')"},
				]
	},
	
	
	
	{code:"Contacts",
		sub:[
			{"itemoff":[21,0], "leveloff":[0,0], "size":[22,180], "style":DROPSTYLE},
				{code:"Contacts by List", url:"/ContactsByList.asp"},
				{code:"US Reps on a Map", url:"/USMap.asp"},
				{code:"Feedback", url:"/Feedback.asp"},
				{code:"Customer Registration", url:"/CustomerRegistration.asp"}
				]
	},
	{code:"Related Links", url:"/RelatedLinks.asp"},
];
