/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='';				// Background color when mouse is not over
	var LowSubBgColor='#BCE0B9';			// Background color when mouse is not over on subs
	var HighBgColor='';				// Background color when mouse is over
	var HighSubBgColor='#57816A';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#CCFFCC';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='';				// Border color
	var BorderSubColor='#007700';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.35;			// vertical overlap child/ parent
	var StartTop=190;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=0;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.rightline.net/menu/v3-tri.gif',7,10,'http://www.rightline.net/menu/v3-tridown.gif',10,5,'http://www.rightline.net/menu/v3-trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"




Menu1=new Array("Products/Subscribe","http://www.rightline.net/subscribe/index.html","",0,17,130);

Menu2=new Array("Online Reports","","",3,17);
		Menu2_1=new Array("Online Reports Index","http://www.rightline.net/reports/index.html","",0,20,175);
		Menu2_2=new Array("RightLine Report","http://www.rightline.net/reports/RLR/index.html","",0,20);
		Menu2_3=new Array("RightLine Special Reports","http://www.rightline.net/reports/RLM/index.html","",0,20);

Menu3=new Array("Calendars & Tools","","",4,17);
		Menu3_1=new Array("Earnings Calendar","http://www.rightline.net/calendar/index.html","",0,20,175);
		Menu3_2=new Array("Market Holidays","http://www.rightline.net/calendar/market-holidays.html","",0,20);
		Menu3_3=new Array("Fed FOMC Calendar","http://www.rightline.net/calendar/FOMC-Calendar.html","",0,20);
                Menu3_4=new Array("Risk Control Calculator","http://www.rightline.net/home/gate_rm.html","",0,20); 	

Menu4=new Array("Markets at a Glance","","",5,20);
		Menu4_1=new Array("Market Commentary","http://www.rightline.net/commentary/index.html","",0,20,175);
		Menu4_2=new Array("The Technical Analyst","http://www.rightline.net/commentary/technical-analyst.html","",0,20);
		Menu4_3=new Array("Market Monitor","http://finance.infospace.com/info.rtline/finance/mkm/mkm_top.htm","",0,20);
		Menu4_4=new Array("Movers & Shakers","http://finance.infospace.com/info.rtline/finance/mns/mns_top.htm","",0,20);
		Menu4_5=new Array("Market Indices","http://finance.infospace.com/info.rtline/finance/quote/indexes-out.htm","",0,20);

Menu5=new Array("Stock Splits","","",4,17);
		Menu5_1=new Array("Trading Stock Splits","http://www.rightline.net/splits/index.html","",0,20,175);
		Menu5_2=new Array("Announced Stock Splits","http://www.rightline.net/splits/announced.html","",0,20);
		Menu5_3=new Array("Stock Split Candidates","http://www.rightline.net/splits/candidates.html","",0,20);
		Menu5_4=new Array("Candidate Performance","http://www.rightline.net/splits/performance.html","",0,20);
		
Menu6=new Array("Real-Time Charts","","",4,17);
		Menu6_1=new Array("Features","http://www.rightline.net/charts/index.html","",0,20,175);
		Menu6_2=new Array("Technical Indicators","http://www.rightline.net/charts/indicators.html","",0,20);
		Menu6_3=new Array("Candlesticks","http://www.rightline.net/charts/candlestick.html","",0,20);
            Menu6_4=new Array("Chart Patterns","http://www.rightline.net/charts/patterns.html","",0,20);

Menu7=new Array("Education","","",3,17);
		Menu7_1=new Array("How to use Rightline Report","http://www.rightline.net/education/usingRLR.html","",0,20,175);
		Menu7_2=new Array("Trading Tutorials","http://www.rightline.net/education/index.html","",0,20);
		Menu7_3=new Array("Glossary","http://www.rightline.net/education/glossary.html","",0,20);
		
Menu8=new Array("Other Resources","","",4,17);
		Menu8_1=new Array("Books","http://www.rightline.net/recommended/books.html","",0,20,175);
		Menu8_2=new Array("Seminars","http://www.rightline.net/recommended/seminars.html","",0,20);
		Menu8_3=new Array("Tools","http://www.rightline.net/recommended/tools.html","",0,20);
		Menu8_4=new Array("Market Links","http://www.rightline.net/recommended/marketlinks.html","",0,20);

Menu9=new Array("More ...","","",6,17);
		Menu9_1=new Array("Contact Us","http://www.rightline.net/home/contact.html","",0,20,175);
		Menu9_2=new Array("Subscriber Acct Preferences","https://www.rightline.net/preferences/lookup.html","",0,20);
		Menu9_3=new Array("Job Opportunities","http://www.rightline.net/home/opportunities.html","",0,0,20);
		Menu9_4=new Array("Link To RightLine","http://www.rightline.net/home/linktous.html","",0,20);
		Menu9_5=new Array("Privacy Policy","http://www.rightline.net/home/privacy.html","",0,20);
		Menu9_6=new Array("Site Map","http://www.rightline.net/sitemap/index.html","",0,20);

		
Menu10=new Array("Home","http://www.rightline.net/index.html","",0,17);