BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#6699FF"	//#B6BDD2 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:[150,150], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,130]},
	{code:"Home",
	sub: [{itemoff: [21,0]},
	{ code: "A4me Home",url:"../default.asp"},
	{ code: "About L&T",url:"../home/AboutLNT.html"},
	{ code: "About C&A",url:"../home/AboutCNA.html"},
	{ code: "About LTEAFZE",url:"../home/About LTEAFZE.html"}
	]
	},
	{
		code: "Product-Tech",
		sub: [{
			itemoff: [21, 0]
		}, {
			code: "Control Products",url:"../cpcm products/Controlprdindex.html"
		}, {
			code: "Tech-Basics",
			sub: [{
				leveloff: [0,99]
			}, {
				code: "FAQs",url:"../Products/Faqs.html"
			}, {
				code: "Commissioning Tips",url:"../Products/Commissioning.html"
			}, {
				code: "Load Torque",url:"../Products/loadtorquech.html"
			}, {
				code: "Back To Basics",url:"../Products/backtobasics.html"
			}, {
				code: "Motor Selections",url:"../Products/motorselection.html"
			}, {
				code: "Energy Saving",url:"../Products/energy.html"
			}, {
				code: "Harmonics",url:"../Products/harmonics.html"
			}, {
				code: "Drive Formulae",url:"../Products/driveformulae.html"
			}]
		},{code:" L&T SPRS ",url:"../Products/SPRS.html"},
		{code:" HIMA PLCS ",url:"../Products/Hima.html"},
                {code:" DCS Applications ",url:"../Products/dcs.html"},
		{code:" PMS",url:"../Products/PowerManagementSystem.html"},
		{code:" DMS ",url:"../Products/dms.html"},
                {code:" EMS ",url:"../Products/piems.html"},
                {code:" PI System ",url:"../Products/pisystem.html"},
                {code:" TAS ",url:"../Products/TAS.html"},
                {code:" LnTOMS ",url:"../Products/LnTOMS.html"},
                {code:" iVisionmax-TraffiX ",url:"../Products/HTMS.html"}, 
                {code:" Lane-X",url:"../Products/LaneX.html"}
		]
	} ,
	{code:"EPC Automation",
		sub:[
			{itemoff:[21,0]},
			{code:"Overview",url:"../EPC Automation Solutions/Overview.html"},
			{code:"Power",url:"../EPC Automation Solutions/Power.html"},
			{code:"Oil & Gas",url:"../EPC Automation Solutions/OilNGas.html"},
			{code:"Water",url:"../EPC Automation Solutions/Water.html"},
			{code:"Cement",url:"../EPC Automation Solutions/Cement.html"},
			{code:"Metal",url:"../EPC Automation Solutions/Metal.html"},
			{code:"Infrastructure",url:"../EPC Automation Solutions/Infrastructure.html"},
			{code:"Special Projects",url:"../EPC Automation Solutions/Special Projects.html"},
			{code:"Manufacturing",url:"../EPC Automation Solutions/Manufacturing Industries.html"},
			
		]
	},
	{code:" Services ",
		sub:[
			{itemoff:[21,0]},
			{code:"Technology Centre",url:"../Services/TechnologyCentre.html"},
			{code:"Commissioning",url:"../Services/Commissioning.html"},
			{code:"Life Cycle Services",url:"../Services/LCS.html"},
			{code:"Training Services",url:"../Services/Training.html"}
		]
	},
	{code:" ESS ",
		sub:[
			{itemoff:[21,0]},
			{code:"About ESS",url:"../ESS/AbtEss.html"},
			{code:"Value Proposition ",url:"../ESS/ValueProp.html"},
			{code:"Offerings ",url:"../ESS/Offerings.html"},
			{code:"Platform Expertise",url:"../ESS/PltExpertise.html"},
			{code:"Quality Assurance",url:"../ESS/QualityAssurance.html"},
			{code:"Drivers",url:"../ESS/Drives.html"},
		]
	},
	{code:"Downloads",url:"../Downloads/downloads.html"},
	{code:"Contact Us",url:"../Contact Us/contactus.asp"}
];

