BLANK_IMAGE = 'picts/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#948B6D",		// background color for the items
//		bgOVER:"#C0C0C0"	// background color for the item which is under mouse right now
		bgOVER:"#CCCC66"	// 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 MENU_ITEMS = [
	{pos:[10,186], itemoff:[0,199], leveloff:[21,0], style:STYLE, size:[21,200]},
	{code:"Home", "url":"index.html"},
	{code:"Products",
		sub:[
			{itemoff:[21,0]},
			{code:"Our Products", "url":"ourproducts.htm",
				sub:[
					{leveloff:[5,199]},
					{code:"ITIL Service Desk", "url":"ITIL_framework.htm",
						sub:[
							{leveloff:[5,199]},
							{code:"ITIL Framework", "url":"ITIL_framework.htm"},
							{code:"Incidents", "url":"ITIL_incidents.htm"},
							{code:"Service Calls", "url":"ITIL_service_calls.htm"},
							{code:"Tasks", "url":"ITIL_tasks.htm"},
							{code:"Service Level Management", "url":"ITIL_service_level_mgmnt.htm"},
							{code:"Use Case Example", "url":"ITIL_use_case_example.htm"},
						]
					},
					{code:"TeamTrack Widgets", "url":"TeamTrackWidgets.htm",
						sub:[
							{leveloff:[5,199]},
							{code:"Time in State Reports", "url":"time_in_state.htm"},
							{code:"License Usage Over Time", "url":"license_usage.htm"},
							{code:"User Field Default Values", "url":"user_fields.htm"},
						]
					},
					{code:"eBusiness Manager", "url":"ebusiness.htm"},
					{code:"The Trading Portal", "url":"thetradingportal.htm"},

				]
			},
			{code:"Serena Products","url":"serena_products.htm"},
//			{code:"TeamTrack Widgets", "url":"TeamTrack_Widgets.htm",
//				sub:[
//					{leveloff:[5,199]},
//					{code:"Time in State Reports", "url":"time_in_state.htm"},
//					{code:"License Usage Over Time", "url":"license_usage.htm"},
//					{code:"User Field Default Values", "url":"user_fields.htm"},
//				]
//			},
		]
	},
	{code:"Professional Services", "url":"services.htm"},
	{code:"Screenshots", "url":"screenshots.htm"},
	{code:"Help & Support", "url":"contact.htm"}
];
