
var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#666666",	// color of the item shadow, if any
		bgON:"#006060",		// background color for the items
		bgOVER:"#006060"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#666666",	// color of the item shadow, if any
		bgON:"#669999",		// background color for the items
		bgOVER:"#004040"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var sep_color = {border:"#666666", shadow:"#666666", bgON:"#808080", bgOVER:"#808080"};
var sep_css = {ON:"clsCMOn", OVER:"clsCMOver"};
var SEPARATOR = {border:1, shadow:2, color:sep_color, css:sep_css};

var MENU_ITEMS = [
	{pos:[12,120], itemoff:[0,107], leveloff:[25,0], style:STYLE1, size:[26,108]},
	{code:"Home", url:"index.html",
		sub:[
			{alt:'code', status:'code', "itemoff":[25,0], style:STYLE2},
			{code:"What&rsquo;s New", "url":"update.html", alt:"First subitem.", status:"First subitem."},
			{code:"Site Map", "url":"map.html"},
			{code:"Contact Us", "url":"contact.html"}
		]
	},
	{code:"About ISTVS&rsquo;07", url:"about.html",  "format":{"size":[26,130]},
		sub:[
			{alt:'code', status:'code', "itemoff":[25,0], style:STYLE2},
			{code:"Introduction", "url":"intro.html"},
			{code:"Committee", "url":"committee.html"},
			{code:"Chair&rsquo;s Letter", "url":"letter.html"},
			{code:"", ocode:"", format:{size:[3,130], style:SEPARATOR}},
			{code:"Call for Papers", "url":"cfp.html", format:{"itemoff":[2,0]}},
			{code:"Related Links &nbsp; <b>&rarr;</b>", "url":"javascript:void(0);",
				sub:[
					{leveloff:[0,129], "size":[26,335]},
					{code:"Int&rsquo;l Society for Terrain-Vehicle Systems (ISTVS)", "url":"http://www.istvs.org/", target:"_self"},
					{code:"Japanese Society for Terramechanics (JST)", "url":"http://wwwsoc.nii.ac.jp/jast/", target:"_self"},
					{code:"University of Alaska Fairbanks (UAF)", "url":"http://www.uaf.edu/", target:"_self"}
				]			
			}
		]
	},	
	{code:"Conference Programs", url:"programs.html", "format":{"itemoff":[0,129], "size":[26,170]},
		sub:[
			{alt:'code', status:'code', "itemoff":[25,0], style:STYLE2},
			{code:"Registration", "url":"register.html"},
			{code:"", ocode:"", format:{size:[3,170], style:SEPARATOR}},
			{code:"Conference Schedule", "url":"schedule.html", format:{"itemoff":[2,0]}},
			{code:"Technical Sessions", "url":"techsess.html"},
			{code:"Keynote Addresses", "url":"keynote.html"},
			{code:"Poster Awards", "url":"awards.html"},
			{code:"", ocode:"", format:{size:[3,170], style:SEPARATOR}},
			{code:"Technical Tour", "url":"techtour.html", format:{"itemoff":[2,0]}},
			{code:"Companion Program", "url":"companion.html"},
			{code:"Photo Gallery", "url":"gallery.html"},			
		]
	},
	{code:"Author Resources", url:"rsc.html", "format":{"itemoff":[0,169], "size":[26,140]},
		sub:[
			{alt:'code', status:'code', "itemoff":[25,0], style:STYLE2},
			{code:"Important Dates", "url":"dates.html"},
			{code:"Instrunctions &nbsp; <b>&rarr;</b>", "url":"javascript:void(0);",
				sub:[
					{leveloff:[0,139]},
					{code:"Abstract", "url":"abstract.html"},
					{code:"Manuscript", "url":"manuscript.html"},
					{code:"Presentation", "url":"presentation.html"},
					{code:"Poster", "url":"poster.html"}
				]			
			},
			{code:"Download", "url":"download.html"},
		]
	},	
	{code:"Accommodations", url:"lodge.html", "format":{"itemoff":[0,139], "size":[26,140]},
		sub:[
			{alt:'code', status:'code', "itemoff":[25,0], style:STYLE2, fadeIn:"progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)", fadeOut:"progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)"},
			{code:"Hotel Information", "url":"hotel.html"},
			{code:"Travel Information", "url":"travel	.html"},
			{code:"", ocode:"", format:{size:[3,140], style:SEPARATOR}},
			{code:"About UAF", "url":"uaf.html", format:{"itemoff":[2,0]}},
			{code:"About Fairbanks", "url":"fairbanks.html"},
			{code:"About Alaska", "url":"alaska.html"},
			{code:"", ocode:"", format:{size:[3,140], style:SEPARATOR}},
			{code:"Travel Visa Info", "url":"visa.html", format:{"itemoff":[2,0]}}
		]
	},			
	{code:"Sponsors", url:"sponsors.html", "format":{"itemoff":[0,139], "size":[26,100]},
		sub:[
		]
        }
];
