//keywords
var code="code";var url="url";var targ="target";var sub="sub";
//styles
var VSTYLE = {"border":1, "shadow":0, "color":{"border":"white", "shadow":"Gray", "bgON":"#FF7810","bgOVER":"#FFD868"}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
//items and formats
var VERTICAL_MENU_ITEMS =
[
	{"pos":[35,350], "size":[18,150], "itemoff":[18,0], "leveloff":[10,110], "delay":500, "style":VSTYLE},
	{code:"Gloves",
		sub:[
			{"size":[18,150]},
			{code:'Working Gloves', url:"products.htm"},
			{code:'Welding Gloves', url:"welding.htm"},
			{code:'Driving Gloves', url:"driving.htm"},
			{code:'Mechanic Gloves', url:"mechanic.htm"}
			
		
			]
	},
	{code:"Safety Products",
		sub:[
			{"size":[18,150]},
                        {code:'Work Overall', url:"overall.htm"},
			{code:'Flight Suits', url:"flight.htm"},
			{code:'Safety Reflector Jackets', url:"reflector.htm"},
			
			]
	},

			
	{code:"T-Shirts", url:"shirts.htm"},
		
			
			
	{code:"Martial Arts", url:"martial.htm"},
		 
			
	{code:"Soccer Balls", url:"balls.htm"},
		 
			
];


