var STYLE = {
	border:1,			// 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
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#b6002d",		// background color for the items
		bgOVER:"#ca0f3e"	// 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 STYLE2 = {
	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
		imagebg:"productrange.gif",
		oimagebg:"productrange_ov.gif"
		
		//bgON:"",		// background color for the items
		//bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var STYLE3 = {
	border:1,			// 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
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#b6002d",		// background color for the items
		bgOVER:"#ca0f3e"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn3",		// CSS class for items
		OVER:"clsCMOver3"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,99], leveloff:[27,0], style:STYLE2, size:[28,122], delay: "250" },
	{code:"<img src='images/navbar/productrange.gif' name='Image2' width='122' height='28' border='0'>", ocode:"<img src='images/navbar/productrange_ov.gif' name='Image2' width='122' height='28' border='0'>", 
		sub:[
			{"itemoff":[34,0], style:STYLE, size:[35,180], delay: "250" },
			{code:"How It Works", "url":"howitworks.php"},
			{code:"Trasp System   >", "url":"traspsystem.php",
			sub:[
					{"itemoff":[34,0], style:STYLE, size:[35,160], delay: "250", leveloff:[5,175] },
					{code:"Trasp Product List   >","url":"productlist.php",
					sub:[
							{"itemoff":[34,0], style:STYLE3, size:[35,160], delay: "250", leveloff:[5,155] },
							{code:"Sleeves   >",  
							sub:[
									{"itemoff":[34,0], style:STYLE, size:[35,160], delay: "250", leveloff:[5,155] },
									{code:"Slide-on Sleeves", "url":"slideonsleeves.php"},
									{code:"Cable Tie Sleeves", "url":"cabletiesleeves.php"},
									{code:"Snap-on Sleeves", "url":"snaponsleeves.php"},
									{code:"Halogen Free Sleeves", "url":"halogenfreesleeves.php"}

								]
							},
							{code:"Tools & Accessories", "url":"tools.php"},
							{code:"Spark Crimp-on Pins & Terminals", "url":"sparkcrimpon.php"},
							{code:"Metal & PVC Straps", "url":"straps.php"},
							{code:"Channel & Clip-in Markers", "url":"channel.php"},
							{code:"Terminal / Relay / Contactor Markers", "url":"terminal.php"}
						]
					},
					{code:"Introductory Kits", "url":"introkits.php"},
					{code:"Accessory Kits", "url":"accessorykits.php"},
					{code:"Marking Elements PDF", "url":"documents/markingelements.pdf"}
				]
			},
			{code:"SI2K Thermal", "url":"si2kthermal.php"},
			{code:"SI2000 Plotter System", "url":"si2000plotter.php"},
				
			{code:"In-House Printing", "url":"inhouse.php"}

		]
	}
];
