BLANK_IMAGE = 'media/blank.gif';var STYLE = {	border:0,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"	color:{		border:"#ffffff",	// color of the item border, if any		bgON:"white",		// background color for the items		bgOVER:"white"	// background color for the item which is under mouse right now	},	css:{		ON:"side_links",		// CSS class for items		OVER:"side_links_over"	// CSS class  for item which is under mouse	}};var BLUE_STYLE = {	border:1,			// item's border width, pixels; zero means "none"	shadow:0,			// item's shadow size, pixels; zero means "none"	color:{		border:"#999999",	// color of the item border, if any		shadow:"#000000",	// color of the item shadow, if any		bgON:"#dedede",		// background color for the items		bgOVER:"#efefef"	// background color for the item which is under mouse right now	},	css:{		ON:"drop_links",		// CSS class for items		OVER:"drop_links_over"	// CSS class  for item which is under mouse	}};var MENU_ITEMS = [	{pos:[340,115], itemoff:[0,0], leveloff:[25,0], style:STYLE, size:[21,80]},	{code:'<img src="media/services_off.gif"  />',		ocode:'<img src="media/services_on.gif" />', url:"#",		sub:[			 {itemoff:[29,0], size:[29,145], style:BLUE_STYLE},			{code:"Marketing","url":"services_mar.html"},			{code:"Video Game Publishing","url":"services_vid.html"}			]	}	];