BLANK_IMAGE = 'images/b.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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ECB816",		// background color for the items
		bgOVER:"#322F2A"	// 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 STYLE1 = {
	border:0,			// 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:"#DBE0E9"		// background color for the items
		/*backgroundOVER:'#ffffff'*/	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", delay:[100, 800], itemoff:[0,122], leveloff:[14,7], style:STYLE1, size:[35,122]},
		//menu for home
		{code:"<img src='images/home.jpg'>",url:"index.html",  
		sub:[
			]
			},
			];
var MENU_ITEMS_SECOND = [
	{pos:"relative", delay:[100, 800], itemoff:[0,122], leveloff:[14,7], style:STYLE1, size:[35,115]},
		//menu for home
		{code:"<img src='images/about.jpg'>",url:"about_jyoti_industries.html",  
		sub:[
			]
			},
			];
var MENU_ITEMS_THIRD = [
	{pos:"relative", delay:[100, 800], itemoff:[0,115], leveloff:[18,2], style:STYLE1, size:[35,115]},
		//menu for about us			
		{code:"<img src='images/product.jpg'>",url:"#.html",
						sub:[
							{itemoff:[23,0], style:STYLE, size:[28,165]},
							{code:"<table width='100%'><tr><td>Machines for Flexible Printing</td></tr></table>",url:"joyti_industries_products_2.html",target:"_self"},
							{code:"<table width='100%'><tr><td>Stone Processing Machine</td></tr></table>",url:"joyti_industries_products_1.html",target:"_self"},
							{code:"<table width='100%'><tr><td>Machines for Silver Utensils</td></tr></table>",url:"joyti_industries_products.html",target:"_self"},
						]
					},
		];


var MENU_ITEMS_FOURTH = [
	{pos:"relative", delay:[100, 800], itemoff:[0,122], leveloff:[14,7], style:STYLE1, size:[35,115]},
		//menu for home
		{code:"<img src='images/enquiry.jpg'>",url:"enquiry.html",  
		sub:[
			]
			},
			];
var MENU_ITEMS_FIVE = [
	{pos:"relative", delay:[100, 800], itemoff:[0,112], leveloff:[14,7], style:STYLE1, size:[35,114]},
		//menu for about us			
		{code:"<img src='images/contact.jpg'>",format:{size:[35,114]},url:"contactus.html"},

		];
