/***********************************************************************************
*	(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=5;			// Number of first level items
	var LowBgColor='6070df';			// Background color when mouse is not over
	var LowSubBgColor='6070df';			// Background color when mouse is not over on subs
	var HighBgColor='6070df';			// Background color when mouse is over
	var HighSubBgColor='3366ff';			// Background color when mouse is over on subs
	var FontLowColor='ffcc00';			// Font color when mouse is not over
	var FontSubLowColor='ffcc00';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// 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=10;				// 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=.2;			// vertical overlap child/ parent
	var StartTop=200;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=1;				// 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=['tri.gif',5,10,'tridown.gif',10,5,'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("Home","http://www.roughrider.org","",0,20,138);

Menu2=new Array("Information Forums","http://www.roughrider.org/forum/default.asp","",0,20,138);

Menu3=new Array("General Information","","",4);
	Menu3_1=new Array("Roosevelt's History","http://www.roughrider.org/history.htm","",0,20,180);
	Menu3_2=new Array("The Rough Rider Song","http://www.roughrider.org/roughridersong.htm","",0);
	Menu3_3=new Array("General School Information","http://www.roughrider.org/schoolhome.htm","",0);
	Menu3_4=new Array("Become a Sponsor","http://www.roughrider.org/sponsor.htm","",0);


Menu4=new Array("Class Pages","","",7);
		
		Menu4_1=new Array("The Forties","","",10,20,180);
		Menu4_1_1=new Array("Class of 1940","/classyears/1940/1940.htm","",0,20,180);
		Menu4_1_2=new Array("Class of 1941","/classyears/1941/1941.htm","",0,20,180);
		Menu4_1_3=new Array("Class of 1942","/classyears/1942/1942.htm","",0,20,180);
		Menu4_1_4=new Array("Class of 1943","/classyears/1943/1943.htm","",0,20,180);
		Menu4_1_5=new Array("Class of 1944","/classyears/1944/1944.htm","",0,20,180);
		Menu4_1_6=new Array("Class of 1945","/classyears/1945/1945.htm","",0,20,180);		
		Menu4_1_7=new Array("Class of 1946","/classyears/1946/1946.htm","",0,20,180);		
		Menu4_1_8=new Array("Class of 1947","/classyears/1947/1947.htm","",0,20,180);
		Menu4_1_9=new Array("Class of 1948","/classyears/1948/1948.htm","",0,20,180);
		Menu4_1_10=new Array("Class of 1949","/classyears/1949/1949.htm","",0,20,180);	
		
		Menu4_2=new Array("The Fifties","","",10,20,180);
		Menu4_2_1=new Array("Class of 1950","/classyears/1950/1950.htm","",0,20,180);
		Menu4_2_2=new Array("Class of 1951","/classyears/1951/1951.htm","",0,20,180);
		Menu4_2_3=new Array("Class of 1952","/classyears/1952/1952.htm","",0,20,180);
		Menu4_2_4=new Array("Class of 1953","/classyears/1953/1953.htm","",0,20,180);
		Menu4_2_5=new Array("Class of 1954","/classyears/1954/1954.htm","",0,20,180);
		Menu4_2_6=new Array("Class of 1955","/classyears/1955/1955.htm","",0,20,180);		
		Menu4_2_7=new Array("Class of 1956","/classyears/1956/1956.htm","",0,20,180);		
		Menu4_2_8=new Array("Class of 1957","/classyears/1957/1957.htm","",0,20,180);
		Menu4_2_9=new Array("Class of 1958","/classyears/1958/1958.htm","",0,20,180);
		Menu4_2_10=new Array("Class of 1959","/classyears/1959/1959.htm","",0,20,180);		
		
	Menu4_3=new Array("The Sixties","","",10,20,180);
		Menu4_3_1=new Array("Class of 1960","/classyears/1960/1960.htm","",0,20,180);
		Menu4_3_2=new Array("Class of 1961","/classyears/1961/191.htm","",0,20,180);
		Menu4_3_3=new Array("Class of 1962","/classyears/1962/1962.htm","",0,20,180);
		Menu4_3_4=new Array("Class of 1963","/classyears/1963/1963.htm","",0,20,180);
		Menu4_3_5=new Array("Class of 1964","/classyears/1964/1964.htm","",0,20,180);
		Menu4_3_6=new Array("Class of 1965","/classyears/1965/1965.htm","",0,20,180);		
		Menu4_3_7=new Array("Class of 1966","/classyears/1966/1966.htm","",0,20,180);		
		Menu4_3_8=new Array("Class of 1967","/classyears/1967/1967.htm","",0,20,180);
		Menu4_3_9=new Array("Class of 1968","/classyears/1968/1968.htm","",0,20,180);
		Menu4_3_10=new Array("Class of 1969","/classyears/1969/1969.htm","",0,20,180);	
			
	Menu4_4=new Array("The Seventies","","",10,20,180);
		Menu4_4_1=new Array("Class of 1970","/classyears/1970/1970index.htm","",0,20,180);
		Menu4_4_2=new Array("Class of 1971","/classyears/1971/1971.htm","",0,20,180);
		Menu4_4_3=new Array("Class of 1972","/classyears/1972/1972.htm","",0,20,180);
		Menu4_4_4=new Array("Class of 1973","/classyears/1973/1973.htm","",0,20,180);
		Menu4_4_5=new Array("Class of 1974","/classyears/1974/1974.htm","",0,20,180);
		Menu4_4_6=new Array("Class of 1975","/classyears/1975/1975.htm","",0,20,180);		
		Menu4_4_7=new Array("Class of 1976","/classyears/1976/1976.htm","",0,20,180);		
		Menu4_4_8=new Array("Class of 1977","/classyears/1977/1977.htm","",0,20,180);
		Menu4_4_9=new Array("Class of 1978","/classyears/1978/1978.htm","",0,20,180);
		Menu4_4_10=new Array("Class of 1979","/classyears/1979/1979.htm","",0,20,180);		
		
		Menu4_5=new Array("The Eighties","","",10,20,180);
		Menu4_5_1=new Array("Class of 1980","/classyears/1980/1980.htm","",0,20,180);
		Menu4_5_2=new Array("Class of 1981","/classyears/1981/1981.htm","",0,20,180);
		Menu4_5_3=new Array("Class of 1982","/classyears/1982/1982.htm","",0,20,180);
		Menu4_5_4=new Array("Class of 1983","/classyears/1983/1983.htm","",0,20,180);
		Menu4_5_5=new Array("Class of 1984","/classyears/1984/1984.htm","",0,20,180);
		Menu4_5_6=new Array("Class of 1985","/classyears/1985/1985.htm","",0,20,180);		
		Menu4_5_7=new Array("Class of 1986","/classyears/1986/1986.htm","",0,20,180);		
		Menu4_5_8=new Array("Class of 1987","/classyears/1987/1987.htm","",0,20,180);
		Menu4_5_9=new Array("Class of 1988","/classyears/1988/1988.htm","",0,20,180);
		Menu4_5_10=new Array("Class of 1989","/classyears/1989/1989.htm","",0,20,180);	
			
		Menu4_6=new Array("The Nineties","","",10,20,180);
		Menu4_6_1=new Array("Class of 1990","/classyears/1990/1990.htm","",0,20,180);
		Menu4_6_2=new Array("Class of 1991","/classyears/1991/1991.htm","",0,20,180);
		Menu4_6_3=new Array("Class of 1992","/classyears/1992/1992.htm","",0,20,180);
		Menu4_6_4=new Array("Class of 1993","/classyears/1993/1993.htm","",0,20,180);
		Menu4_6_5=new Array("Class of 1994","/classyears/1994/1994.htm","",0,20,180);
		Menu4_6_6=new Array("Class of 1995","/classyears/1995/1995.htm","",0,20,180);		
		Menu4_6_7=new Array("Class of 1996","/classyears/1996/1996.htm","",0,20,180);		
		Menu4_6_8=new Array("Class of 1997","/classyears/1997/1997.htm","",0,20,180);
		Menu4_6_9=new Array("Class of 1998","/classyears/1998/1998.htm","",0,20,180);
		Menu4_6_10=new Array("Class of 1999","/classyears/1999/1999.htm","",0,20,180);		
		
		Menu4_7=new Array("The New Century","","",10,20,180);
		Menu4_7_1=new Array("Class of 2000","/classyears/2000/2000.htm","",0,20,180);
		Menu4_7_2=new Array("Class of 2001","/classyears/2001/2001.htm","",0,20,180);
		Menu4_7_3=new Array("Class of 2002","/classyears/2002/2002.htm","",0,20,180);
		Menu4_7_4=new Array("Class of 2003","/classyears/2003/2003.htm","",0,20,180);
		Menu4_7_5=new Array("Class of 2004","/classyears/2004/2004.htm","",0,20,180);
		Menu4_7_6=new Array("Class of 2005","/classyears/2005/2005.htm","",0,20,180);
        Menu4_7_7=new Array("Class of 2006","/classyears/2006/2006.htm","",0,20,180);
        Menu4_7_8=new Array("Class of 2007","/classyears/2007/2007.htm","",0,20,180);
        Menu4_7_9=new Array("Class of 2008","/classyears/2008/2008.htm","",0,20,180);
        Menu4_7_10=new Array("Class of 2009","/classyears/2009/2009.htm","",0,20,180);
	    
		Menu5=new Array("Sign Up & View","","",2);
	    Menu5_1=new Array("Sign the Guestbook Please","information.asp","",0,20,180);
	    Menu5_2=new Array("View the Guestbook","viewguest.asp","",0,20,180);
	



