var IsIE = navigator.appVersion.indexOf("MSIE") >= 0;

var url = "http://www.jbgr.com";
var target = "";
var fercGlobal = new MS_Menu();
with(fercGlobal){
	// set style variables
	bgColor = "#D7E481";
	bgColorOver = "#888888";
	topFontFamily = "Arial";

	topFontSize = "8pt";
	topFontColor = "#FFFFFF";
	topFontWeight = "bold";
	fontFamily = "Verdana";
	fontSize = "12px";
	fontSizeMac = "9pt";
	fontColor = "#000000";
	fontColorOver = "#FFFFFF";
	borderWidth = "1px";
	borderColor = "#FFFFFF";
	itemWidth = "205px";
	itemHeight = "16px";
	hasMoreHtml = "<img src='/images/arrow_right_red.gif'> ";
	htmlBetweenTopItems = "";
	offsetLeft = "-1px";

	if (IsIE) {
		offsetTop = "0px";		
	} else { 
		offsetTop = "5px";
	}
	
	// Menu definition
BEGIN();
//-----------------------------------------------------------
//MENUITEM ("ELIBRARY", "static_item.asp", "" , "images/off1.GIF" , "images/on1.GIF" ); 

POPUP ("Corporate", "corporate.htm", "" , "images/nb1.gif" , "images/nb1.gif" ); 
BEGIN();
MENUITEM ("Industries Experience", "experience.htm", "" ); 
MENUITEM ("Activities in the United States", "activities.htm", "" ); 
MENUITEM ("Mexel USA Management", "management.htm", "" );  
MENUITEM ("History", "history.htm", "" );


END();
//-----------------------------------------------------------
POPUP ("Services and Experience", "services.htm", "" , "images/nb2.gif" , "images/nb2.gif" ); 
BEGIN();
MENUITEM ("Services and Products", "products.htm", "" ); 
MENUITEM ("Representative Cases", "cases.htm", "" ); 
MENUITEM ("Operational & Financial Benefits", "benefits.htm", "" );
END();

//-----------------------------------------------------------
POPUP ("Technology and Product ", "technologies.htm", "" , "images/nb3.gif" , "images/nb3.gif" ); 
BEGIN();
MENUITEM ("Mexel 432/0 Treatment System", "treatment.htm", "" );
MENUITEM ("Mexel 432/0 Dispersant", "dispersant.htm", "" );
MENUITEM ("MexClear Dispersant/Detergent ", "mexclear.htm", "" );
MENUITEM ("Environment & Safety", "safety.htm", "" ); 
END();

//-----------------------------------------------------------
MENUITEM ("News", "news.htm", "" , "images/nb4.gif" , "images/nb4.gif" ); 
//-----------------------------------------------------------

//-----------------------------------------------------------
MENUITEM ("Contact Us", "contact.htm", "" , "images/nb5.gif" , "images/nb5.gif" ); 
//-----------------------------------------------------------


END();
}

