/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#94784D';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#5E4C31';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='#D5C9B8';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='#5E4C31';			// 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="Verdana"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=143;				// Menu offset x coordinate
	var StartLeft=0;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='menu';			// Frame where first level appears
	var SecLineFrame='content';			// Frame where sub levels appear
	var DocTargetFrame='content';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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=1;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

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","index.html","",0,19,150);
Menu2=new Array("History","history.html","",0,19,150);
//Menu3=new Array("The Hotel","","",2,19,150);
//Menu3_1=new Array("General Information","hotel.html","",0,19,150);
//Menu3_2=new Array("Photos","hotelphotos.html","",0,19,150);
// what will we do
//Menu4=new Array("What will we do?","eventschedule.html","",0,19,150);
//Menu4=new Array("How much will it Cost..","","",2,19,150);
//Menu4_1=new Array("... if I fly?","flyingestimate.html","",0,19,150);
//Menu4_2=new Array("... if I don't fly?","drivingestimate.html","",0,19,150);
//Menu6=new Array("Speakers","","",3,19,150);
//Menu6_1=new Array("Sec. James G. Roche","Roche.html","",0,19,150);
//Menu6_2=new Array("John Spence","spence.html","",0,19,150);
//Menu6_3=new Array("Wilson Wong","wilsonwong.html","",0,19,150);
//Menu5=new Array("Request Info","requestinfo.html","",0,19,150);
// Menu7=new Array("Grand Chapter Gifts","glassware.html","",0,19,150);
//Menu6=new Array("REGISTER NOW!","RegMenu.asp","",0,19,150);
//Menu7=new Array("Reserve Hotel","https://resweb.passkey.com/Resweb.do?mode=welcome_ei_new&eventID=24855","",0,19,150);
Menu3=new Array("Make a DONATION!","MakeDonation.html","",0,19,150);
// Menu10=new Array("Delegate Forms","delegateforms.html","",0,19,150);
//Menu6=new Array("Grand Chapter Comm.","committee.html","",0,19,150);
//Menu10=new Array("GC Standing Comm.","GCCommittees.html","",0,19,150);
Menu4=new Array("PKS Website","http://www.pks.org","",0,19,150);
//Menu6=new Array("GRAND CHAPTER ADS!","advertising.html","",0,19,150);
Menu5=new Array("Photo Gallery","PhotoGallery/index.php","",0,19,150);
//Menu6=new Array("REGISTER NOW!","GC_Registration_1_v3.php","",0,19,150);
//Menu7=new Array("Alumni Event Registration","Alumni_Event_Registration.php","",0,19,150);
//Menu8=new Array("Registration Packet","regforms.html","",0,19,150);