//keywords
BLANK_IMAGE	= "spacer.gif";
var code	= "code";
var url		= "url";
var sub		= "sub";
var ocode 	= "ocode";
var css 	= "css";

//styles
var color = {"border":"#ffffff", "shadow":"#000000", "bgON":"#A7A7A7","bgOVER":"#736C6D","imagebg":"#CCCCCC", "oimagebg":"#CCCCCC"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
/* this is the style for the main menu that sits on top of the buttons. It is invisible */
var STYLEmain = {"border":0, "shadow":0, "color":0, "css":0};
/* this is the style for the sub menus that pop up on mouseover. */
var STYLEsub = {"border":1, "shadow":2, "color":color, "css":css};
var fntColor = '#92050D';
var fntFace = 'Arial';
var fntSize = '2';

//items and formats

var BUTTONS =
[
/* RODS */
{"size":[44,204], "pos":[10,246], "delay":300, "style":STYLEmain},
	{code:'<IMG SRC=buttons/btrodsOFF.jpg>', url:'#', "format":{"itemoff":[44,0],"size":[44,204]},
      sub:[					{"size":[20,200], "itemoff":[20,0], "leveloff":[-10,150], "style":STYLEsub},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>1 & 3/8 inch and 1 & 5/8 inch</B></CENTER></FONT>', url:"rods1-38.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>2 inch and 2 1/4 inch</CENTER></B></FONT>', url:"rods2.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>3 inch</CENTER></B></FONT>', url:"rods3.html"},
							
			]
	   
	},
/* FINIALS */
	{code:'<IMG SRC=buttons/btfinialsOFF.jpg>', url:'#', "format":{"itemoff":[44,0],"size":[44,204]},
      sub:[					{"size":[20,200], "itemoff":[20,0], "leveloff":[-10,150], "style":STYLEsub},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>1 & 3/8 inch and 1 & 5/8 inch</B></CENTER></FONT>', url:"finials1-38.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>2 inch and 2 1/4 inch</CENTER></B></FONT>', url:"finials2.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>3 inch</CENTER></B></FONT>', url:"finials3.html"},
							
			]
	   
	},
/* METALS */
	{code:'<IMG SRC=buttons/4.jpg>', url:'#', "format":{"itemoff":[88,0],"size":[44,204]},
      sub:[					{"size":[20,200], "itemoff":[20,0], "leveloff":[-25,150], "style":STYLEsub},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>1/2 inch</B></CENTER></FONT>', url:"metals12.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>5/8 inch</CENTER></B></FONT>', url:"metals58.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>3/4 inch</CENTER></B></FONT>', url:"metals34.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>1 inch</CENTER></B></FONT>', url:"metals1.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>1 & 3/16 inch</CENTER></B></FONT>', url:"metals1-316.html"},
							
			]
	   
	}

];
/*	
	itemoff 	= Position relative to previous element of the same level.
	leveloff 	= Position relative to previous element of higher level.
*/	

