if (br=="MOZ" || br=="IE")
{
	// if page is centered, put MoveDropDowns(); in the onload function of the body tag
	text_align = "center";
	
	opacity = 99;  //netscape bugs out if you make it 100
	background = "cb9965";
	color = "000000";
	height = 20;
	mouseoverbg = "000000"
	mouseovercolor = "FFFFFF";
	mouseovercursor = "pointer";
	
	// do you want an image at the top
	image = false;
	imgsrc = "jscript/arrow.gif";
	imgheight = 16;
	imgwidth = 19;
	imgborder = 0;
	imgposition = "left";
	
	// do you want a line between items
	line = true;
	linesrc = "/jscript/bar.jpg";
	lineheight = 1;
	lineborder = 0;
	border_style = "solid";
	border_width = "1";
	border_color = "000000";

	// doDiv(div,menu#,left,top,width)
	if (br == "IE")
	{
		 doDiv('information', 1, 70, 275, 155);
		 doDiv('services', 2, 165, 275, 130);
		 doDiv('products', 3, 365, 275, 130);
	}
	
	if (br == 'MOZ')
	{
		 doDiv('information', 1, 70, 275, 155);
		 doDiv('services', 2, 165, 275, 130);
		 doDiv('products', 3, 365, 275, 130);
	}	
}
