//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":"#297BBA","bgOVER":"#092A6D","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 TextBeg = '<FONT COLOR=\"#FFFFFF\" SIZE=\"2\" FACE=\"Arial\">'
var TextEnd = '</FONT>'

//items and formats
//From template2.psd
var EMPLOYEES =
[
	{"pos":"relative", "size":[27,126], "itemoff":[0,0], "leveloff":[0,0], "delay":450, "style":STYLEmain},
	{code:"<IMG SRC='images/employees.jpg'>", ocode:"<IMG SRC='images/employees-over.jpg'>", url:"#", 
		sub:[
					{"size":[20,130], "itemoff":[20,0], "leveloff":[20,0], "style":STYLEsub},
					{code: TextBeg+'Search Jobs'+TextEnd, url:"http://public.bullhornstaffing.com/JobBoard/Standard/default.cfm?privateLabelID=1163", target:"_new"},
					{code: TextBeg+'Download Application'+TextEnd, url:"http://www.atlanticai.com/application_for_employment.doc"}
						]
			}
];
var WHOIS =
[
	{"pos":"relative", "size":[27,124], "itemoff":[0,0], "leveloff":[0,0], "delay":450, "style":STYLEmain},
	{code:"<IMG SRC='images/whois.jpg'>", ocode:"<IMG SRC='images/whois-over.jpg'>", url:"#", 
		sub:[
					{"size":[20,140], "itemoff":[20,0], "leveloff":[20,0], "style":STYLEsub},
					{code: TextBeg+'Press Reports'+TextEnd, url:"press.html"},
					{code: TextBeg+'Community Involvement'+TextEnd, url:"community.html"}
						]
			}
];
