BLANK_IMAGE = '../../../script/menu/images/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:"#cccccc",	// color of the item shadow, if any
		bgON:"#f2f2f2",		// background color for the items
		bgOVER:"#6a0316"	// 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
	}
	
	/*,
	fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
	fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)'*/
};

var MENU_ITEMS = [
	{pos:[,], delay:[200, 800], itemoff:[0,0], leveloff:[27,0], size:[29,98]},
	{code:"<img src='../../../image/home/ms04.gif' name='Image19' width='98' height='29' border=0>",
		sub:[
			{itemoff:[21,0], levelFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', null ]},
			{code:"Directory","url":"../directory/index.php", style:STYLE, size:[22,98]
			},
		/*	{code:"Car Brochures","url":"../brochure/index.php", style:STYLE, size:[22,98]
			},*/
			{code:"Helpful Link","url":"../brochure/index.php", style:STYLE, size:[22,98]
			}
		]
	}
];

var MENU_ITEMS2 = [
	{pos:[,], delay:[200, 800], itemoff:[0,0], leveloff:[27,0], size:[29,98]},
	{code:"<img src='../../../image/home/ms07.gif' name='Image22' width='88' height='29' border=0>",
		sub:[
			{itemoff:[21,0], levelFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', null ]},
			{code:"Know IMC","url":"../knowimc/index.php", style:STYLE, size:[22,100]
			},
			{code:"Products&Services","url":"../product/index.php", style:STYLE, size:[22,100]
			},
			{code:"Careers","url":"../career/index.php", style:STYLE, size:[22,100]
			},
			{code:"Contact Us","url":"../contactus/index.php", style:STYLE, size:[22,100]
			},
			{code:"Advertising with Us","url":"../advertising/index.php", style:STYLE, size:[22,100]
			}
		]
	}
];