//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#FFFFFF"};
var color2 = {"border":"000000", "shadow":"#666666", "bgON":"#FFFFFF","bgOVER":"#FFFFFF"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css2 = {"ON":"clsCMOn2", "OVER":"clsCMOver2"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var STYLE_SUB = {"border":1, "shadow":0, "color":color2, "css":css2};
var STYLE_V_FIRST = {"border":1, "borders":[1,1,1,0], "shadow":0, "color":color2, "css":css2};
var STYLE_V_MID = {"border":1, "borders":[1,1,1,0], "shadow":0, "color":color2, "css":css2};
var STYLE_V_LAST = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":color2, "css":css2};


//items and formats
var menu_items1 =
[
	{"pos":[326,35], "itemoff":[0,70], "leveloff":[16,0], "style":STYLE, "size":[16,45]},
	{code:"Home", url:"../", "format":{"size":[16,45],"arrow":"images/dot.gif", "oarrow":"images/dot.gif", "arrsize":[5,5]},
		sub:[
		]
	},
	{code:"About Us", url:"about.shtml", "format":{itemoff:[0,67],"size":[16,65],"arrow":"images/dot.gif", "oarrow":"images/dot.gif", "arrsize":[5,5]},
		sub:[
		]
	},
	{code:"Products", "format":{itemoff:[-1,88],"size":[16,60],"arrow":"images/dot.gif", "oarrow":"images/dot.gif", "arrsize":[5,5]},
		sub:[
		    {"itemoff":[16,0]},
			{code:"Bando", url:"bando.shtml", "format":{"size":[16,120], "style":STYLE_V_FIRST}},
			{code:"Gates", url:"gates.shtml", "format":{"size":[16,120], "style":STYLE_V_MID}},
			{code:"Dunlop", url:"dunlop.shtml", "format":{"size":[16,120], "style":STYLE_V_MID}},
			{code:"Dayco", url:"dayco.shtml", "format":{"size":[16,120], "style":STYLE_V_MID}},
			{code:"NuTlink", url:"nutlink.shtml", "format":{"size":[16,120], "style":STYLE_V_MID}},
			{code:"Falt & Round Belts", url:"flat-belts.shtml", "format":{"size":[16,120], "style":STYLE_V_MID}},
			{code:"Fastener", url:"screws.shtml","format":{"size":[16,120], "style":STYLE_V_MID}},
			{code:"Drilling Tools", url:"dormer.shtml","format":{"size":[16,120], "style":STYLE_V_LAST}}
		]
	},
	{code:"Maintenance", url:"maintenance.shtml", "format":{itemoff:[1,87],"size":[16,85],"arrow":"images/dot.gif", "oarrow":"images/dot.gif", "arrsize":[5,5]},
		sub:[
		    {"itemoff":[16,0]},
			{code:"Gates LASER AT-1", url:"gates-laser-at-1.shtml", "format":{"size":[16,180], "style":STYLE_V_FIRST}},
			{code:"Gates EZ Align", url:"gates-ez-align-m.shtml", "format":{"size":[16,180], "style":STYLE_V_MID}},
			{code:"Gates Belt Tension Testers", url:"gates-belt-tension-testers.shtml", "format":{"size":[16,180], "style":STYLE_V_MID}},
			{code:"Gates Sonic Tension Meter", url:"gates-tension-u507.shtml", "format":{"size":[16,180], "style":STYLE_V_MID}},
			{code:"BANDO Belt Installation", url:"bando-installation.shtml", "format":{"size":[16,180], "style":STYLE_V_MID}},
			{code:"BANDO Belt Troubleshooting", url:"bando-troubleshooting.shtml", "format":{"size":[16,180], "style":STYLE_V_MID}},
			{code:"BELT Component Conditioners", url:"belt-conditioners.shtml","format":{"size":[16,180], "style":STYLE_V_LAST}}
		]
	},
	{code:"Contact", url:"contact.shtml", "format":{itemoff:[0,110],"size":[16,55],"arrow":"images/dotw.gif", "oarrow":"images/dotw.gif", "arrsize":[5,5]},
		sub:[
		]
	}
];

