if(br=="MOZ" || br=="IE")
{
	// if page is centered, put MoveDropDowns(); in the onload function of the body tag
	text_align = "left";
	
	opacity = 90;  //netscape bugs out if you make it 100
	background = "FFA700";//background color when not rolled over
	color = "e00814";//"e20a16";// fore ground color when not rolled over
	width = 250;
	height = 20;
	mouseoverbg = "ffb025";//"e20a16";//background color when rolled over
	mouseovercolor = "001052";//"005496";// fore ground color when rolled over
	mouseovercursor = "pointer";
	
	// do you want an image at the top
	image = false;
	imgsrc = "/js/arrow.gif";
	imgheight = 16;
	imgwidth = 19;
	imgborder = 0;
	imgposition = "left";
	
	// do you want a line between items
	line = true;
	linesrc = "/includes/js-bin/bar.jpg";
	linewidth = 250;
	lineheight = 1;
	lineborder = 0;
	border_style = "solid";
	border_width = "1";
	border_color = "FFA700";

	// doDiv(div,menu#,left,top)
	var leftmargins = [0, 100, 225, 330, 450, 600];//first one must be zero and there must be "1 extra"
	var topmargins = [0, 10,10,10, 10, 10];//first one must be zero and there must be "1 extra"
	var top="150";
	doDiv('Benefits', 1, leftmargins[1], topmargins[1])
	doDiv('Locations',2, leftmargins[2], topmargins[2])
	doDiv('About', 3, leftmargins[3], topmargins[3])
	doDiv('Contact', 4, leftmargins[4], topmargins[4])
	doDiv('Customers', 5, leftmargins[5], topmargins[5])
	
	/*var leftmargins = [0, 100, 330, 450, 600];//first one must be zero and there must be "1 extra"
	var topmargins = [0, 10,10, 10, 10];//first one must be zero and there must be "1 extra"
	var top="150";
	doDiv('Benefits', 1, leftmargins[1], topmargins[1])
	doDiv('Locations',2, leftmargins[2], topmargins[2])
	doDiv('About', 2, leftmargins[2], topmargins[2])
	doDiv('Contact', 3, leftmargins[3], topmargins[3])
	doDiv('Customers', 4, leftmargins[4], topmargins[4])
	*/
/*	doDiv('Benefits', 1, 150, 105)
	doDiv('Realtors', 2, 300, 150)
	doDiv('About', 3, 500, 150)
*/	

}
