//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":"#082671","bgOVER":"#BD9257","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 = '#F9FAE8';
var fntFace = 'Arial';
var fntSize = '2';

//items and formats

var BUTTONS =
[
/* OUR PRODUCT */
{"size":[20,85], "pos":[262,197], "delay":300, "style":STYLEmain},
	{code:'<IMG SRC=buttons/buttons3_01.jpg>',
	
      sub:[					{"size":[35,85], "itemoff":[-35,-10], "leveloff":[60,10], "style":STYLEsub},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>Web Sites</B></CENTER></FONT>', url:"sites.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>Business<BR>Cards</CENTER></B></FONT>', url:"busCards.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>Advertising<BR>Postcards</CENTER></B></FONT>', url:"postcards.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>Greeting<BR>Cards</CENTER></B></FONT>', url:"greetings.html"},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><B><CENTER>Photography</CENTER></B></FONT>', url:"photography.html"},
			]
	   
	},
/* TESTIMONIALS */
	{code:'<IMG SRC=buttons/buttons3_02.jpg>', url:'testimony.html', "format":{"itemoff":[0,85],"size":[20,90]},
	      sub:[					
			  {"size":[50,75], "itemoff":[0,45], "leveloff":[-15,8], "style":STYLEsub},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><CENTER><B>Read Our<BR>Customer<BR>Comments</B></CENTER></FONT>', url:"testimony.html", "format":{"imgsize":[0,0]}},
				]
	   
	},
/* CONTACT US */
	{code:'<IMG SRC=buttons/buttons3_03.jpg>', url:'mailto:info@HarvestMoonGraphics.com', "format":{"itemoff":[0,90],"size":[20,85]},
	      sub:[					
			  {"size":[80,75], "itemoff":[40,0], "leveloff":[-30,5], "style":STYLEsub},
							{code:'<FONT FACE="'+fntFace+'" COLOR="'+fntColor+'" SIZE="'+fntSize+'"><CENTER><B>Send Us Your<BR>Questions<BR>Comments<BR>Advice</B></CENTER></FONT>', url:"mailto:info@HarvestMoonGraphics.com", "format":{"imgsize":[0,0]}},
				]
	   
	}

];
/*	
	itemoff 	= Position relative to previous element of the same level.
	leveloff 	= Position relative to previous element of higher level.		
*/	

