//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#E2DE8B';
	var HighBgColor='#AEAE00';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.010;
	var ChildVerticalOverlap=.1;
	var StartTop=200; //set vertical offset
	var StartLeft=5; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","index.html",0,20,152);

Menu2=new Array("Futures Markets","futures_markets.htm",4);
	Menu2_1=new Array("Commodity Futures","commodities.htm",0,20,180);	
	Menu2_2=new Array("Stock Index Futures","stockindexfutures.htm",0);
	Menu2_3=new Array("Foreign Currencies","forex.htm",0);
	Menu2_4=new Array("Interest Rate Futures","int_rate_fut.htm",0);

Menu3=new Array("Online Trading","online_trading.htm",3);
	Menu3_1=new Array("Trading Platforms","online_platforms-RCG.htm",0,20,150);	
	Menu3_2=new Array("Simulated Trading","http://www.trading-futures-markets.com/simulated_trading-rcg.htm",0);
	Menu3_3=new Array("Start Trading","start_trading.htm",0);
		
Menu4=new Array("Trading Strategies","trading_strategies.htm",4);
	Menu4_1=new Array("Trading Systems","http://www.trading-systems.info",0,20,210);
	Menu4_2=new Array("Buy/Sell Recommendations","Recommendations_LogIn.htm",0);
	Menu4_3=new Array("Options Trading","Options/options_trading.htm",0);
	Menu4_4=new Array("Spread Trading","spreads.htm",0);

Menu5=new Array("Managed Futures","managed_futures.htm",4);
	Menu5_1=new Array("Managed Futures Revolution","http://www.rcgmanagedfutures.com/comparisonAnalysis.asp",0,20,215);
	Menu5_2=new Array("Managed Futures Approach","managed_futures_brochure_request-rcg.htm",0);
	Menu5_3=new Array("Managed Futures Brochures","managed_futures_brochures.htm",0);
	Menu5_4=new Array("CTA Info Center","http://www.rcgmanagedfutures.com/index.asp",0);
	

Menu6=new Array("Market Research","market_research.htm",3);
	Menu6_1=new Array("Research Center","research center_password request.htm",0,20,180);
	Menu6_2=new Array("Market Momentum","http://www2.barchart.com/momentum.asp",0);
	Menu6_3=new Array("Commodity Movers","http://www.bloomberg.com/markets/crb.html?sidenav=front",0);
	
Menu7=new Array("Trading Tools","trading_tools.htm",5);
	Menu7_1=new Array("Quotes/Charts","charts_quotes.htm",0,20,180);
	Menu7_2=new Array("Investor's Guides","general_brochures.htm",0);
	Menu7_3=new Array("Commodity Calendar","free_calendar_request.htm",0);	
	Menu7_4=new Array("Contract Specifications","contr_specs.htm",0);
	Menu7_5=new Array("Margin Requirements","margin_requirements.htm",0);
	
Menu8=new Array("Investor Education","futures101.htm",4);
	Menu8_1=new Array("Futures 101","futures101.htm",0,20,180);
	Menu8_2=new Array("Options 101","Options/introduction_options.htm",0);
	Menu8_3=new Array("Guide to Hand Signals","http://www.cme.com/education/courses/interactive_features/education_courses_interactivefeatures_handsignals.cfm",0);
	Menu8_4=new Array("Futures Glossary","glossary.htm",0);	
	
