//(c) Ger Versluis 2000 version 4.15, 9 July 2002
// Notation of PopMenu2 is different from PopMenu2. The result is the same. PopMenu2 is more understandable. PopMenu2 loads faster.

	// Globals
	var PopNoOffMenus=2;
	var PopWebMasterCheck=0;
	var BaseHref="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(42);
	PopMenu1[0]=6;			// number of main items
	PopMenu1[1]=0;			// Left position
	PopMenu1[2]=0;			// Top position
	PopMenu1[3]="#ffffff";		// Normal font color
	PopMenu1[4]="#82540F";		// Normal back color
	PopMenu1[5]="#000000";		// High font color
	PopMenu1[6]="#F5E7B4";		// High back color
	PopMenu1[7]="#AF924B";		// Border color
	PopMenu1[8]="verdana, ariel";	// Fontfamily
	PopMenu1[9]=0;			// Bold
	PopMenu1[10]=0;			// Italic
	PopMenu1[11]=8;			// Font size
	PopMenu1[12]=1;			// First line horizontal
	PopMenu1[13]=1;			// First line permanent visible
	PopMenu1[14]=1;			// Border width
	PopMenu1[15]="left";		// Text align "left", "center" or "right"
	PopMenu1[16]=.25;		// Horizontal overlap
	PopMenu1[17]=.25;		// Vertical overlap
	PopMenu1[18]=500;		// Delay
	PopMenu1[19]=0;			// Right to left unfold
	PopMenu1[20]="MenuOne";		// Target div
	PopMenu1[21]=1;			// Border between elements
	PopMenu1[22]="left";		// Menu horizontal centered "left", "center" or "right"
	PopMenu1[23]="top";		// Menu vertical centered "top", "center" or "bottom"
	PopMenu1[24]="#000000";		// Normal fontcolor sub items
	PopMenu1[25]="#E1CEA6";		// Normal back color sub items
	PopMenu1[26]="#000000";		// High font color sub items
	PopMenu1[27]="#fffbdb";		// High back color sub items
	PopMenu1[28]="#BD9817";		// Border color sub items
	PopMenu1[29]=BaseHref+"tri.gif";	// Arrow right
	PopMenu1[30]=5;			// Arrow Width
	PopMenu1[31]=10;			// Arrow Height
	PopMenu1[32]=BaseHref+"tridown.gif";// Arrow down
	PopMenu1[33]=10;			// Arrow Width
	PopMenu1[34]=5;			// Arrow Height
	PopMenu1[35]=BaseHref+"trileft.gif";	// Arrow left
	PopMenu1[36]=5;			// Arrow Width
	PopMenu1[37]=10;			// Arrow Height
	PopMenu1[38]=1;			// Keep selected path highlighted
	PopMenu1[39]=2;			// Top padding
	PopMenu1[40]=6;			// Left padding
	PopMenu1[41]=0;			// Unfold On Click
	
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

	PopMenu1_1=new Array("Home","index.shtml","",0,16,55);
	PopMenu1_2=new Array("About The KCC","","",4,16,111);
	PopMenu1_2_1=new Array("Our History & Vistion","our-history-and-vision.shtml","",0,16,210);
	PopMenu1_2_2=new Array("Club Rules","club-rules.shtml","",0,16,210);
	PopMenu1_2_3=new Array("Joining the KCC: Paid Membership","joining-the-kcc.shtml","",0,16,210);
	PopMenu1_2_4=new Array("Donate to the Club","donate-to-the-club.shtml","",0,16,210);
	PopMenu1_3=new Array("Club Activities","club-activities.shtml","",0,16,100);
	PopMenu1_4=new Array("Why Play Chess","","",7,16,115);
	PopMenu1_4_1=new Array("The Benefits of Chess","benefits-of-chess.shtml","",0,16,260);
	PopMenu1_4_2=new Array("Studies: Chess Benefits for Students ","chess-benefits-for-students.shtml","",0,16,257);
	PopMenu1_4_3=new Array("Facts: Chess and Education ","facts-chess-and-education.shtml","",0,16,257);
	PopMenu1_4_4=new Array("Anecdotal Materials","anecdotal-materials.shtml","",0,16,257);
	PopMenu1_4_5=new Array("What Educators Say About Chess","what-educators-say-about-chess.shtml","",0,16,257);
	PopMenu1_4_6=new Array("What Parents & Students Say About Chess","what-parnets-and-students-say.shtml","",0,16,257);
	PopMenu1_4_7=new Array("Conclusion About Chess","conclusion-about-chess.shtml","",0,16,257);
	PopMenu1_5=new Array("Time & Location","time-location.shtml","",0,16,109);
	PopMenu1_6=new Array("Contact Us","contact-us.shtml","",0,16,80);
	
PopMenu2=new Array(42);
	PopMenu2[0]=15;			// number of main items
	PopMenu2[1]=0;			// Left position
	PopMenu2[2]=0;			// Top position
	PopMenu2[3]="#ffffff";		// Normal font color
	PopMenu2[4]="#82540F";		// Normal back color
	PopMenu2[5]="#000000";		// High font color
	PopMenu2[6]="#F5E7B4";		// High back color
	PopMenu2[7]="#AF924B";		// Border color
	PopMenu2[8]="verdana, ariel";	// Fontfamily
	PopMenu2[9]=0;			// Bold
	PopMenu2[10]=0;			// Italic
	PopMenu2[11]=8;			// Font size
	PopMenu2[12]=0;			// First line horizontal
	PopMenu2[13]=1;			// First line permanent visible
	PopMenu2[14]=1;			// Border width
	PopMenu2[15]="left";		// Text align "left", "center" or "right"
	PopMenu2[16]=.15;		// Horizontal overlap
	PopMenu2[17]=.25;		// Vertical overlap
	PopMenu2[18]=500;		// Delay
	PopMenu2[19]=0;			// Right to left unfold
	PopMenu2[20]="MenuTwo";		// Target div
	PopMenu2[21]=1;			// Border between elements
	PopMenu2[22]="left";		// Menu horizontal centered "left", "center" or "right"
	PopMenu2[23]="top";		// Menu vertical centered "top", "center" or "bottom"
	PopMenu2[24]="#000000";		// Normal fontcolor sub items
	PopMenu2[25]="#E1CEA6";		// Normal back color sub items
	PopMenu2[26]="#000000";		// High font color sub items
	PopMenu2[27]="#fffbdb";		// High back color sub items
	PopMenu2[28]="#BD9817";		// Border color sub items
	PopMenu2[29]=BaseHref+"tri.gif";	// Arrow right
	PopMenu2[30]=5;			// Arrow Width
	PopMenu2[31]=10;			// Arrow Height
	PopMenu2[32]=BaseHref+"tridown.gif";// Arrow down
	PopMenu2[33]=10;			// Arrow Width
	PopMenu2[34]=5;			// Arrow Height
	PopMenu2[35]=BaseHref+"trileft.gif";	// Arrow left
	PopMenu2[36]=5;			// Arrow Width
	PopMenu2[37]=10;			// Arrow Height
	PopMenu2[38]=1;			// Keep selected path highlighted
	PopMenu2[39]=1;			// Top padding
	PopMenu2[40]=10;			// Left padding
	PopMenu2[41]=0;			// Unfold On Click

//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

	PopMenu2_1=new Array("<img src='images/nav_menu_bottom-border.jpg' width='193' height='6'>","","",0,6,193);
	PopMenu2_2=new Array("rollover?images/menu-chess-forum_img1.jpg?images/menu-chess-forum_img2.jpg","cgi-bin/yabb2/YaBB.pl","",0,16,193);
	PopMenu2_3=new Array("rollover?images/menu-kcc-chess-online_img1.jpg?images/menu-kcc-chess-online_img2.jpg","playchessonline/index.php","",0,16,193);
	PopMenu2_4=new Array("rollover?images/menu-photo-gallery_img1.jpg?images/menu-photo-gallery_img2.jpg","photogallery/index.php","",0,16,193);
	PopMenu2_5=new Array("Announcements","announcements.shtml","",0,16,193);
	PopMenu2_6=new Array("Instruction and Resources","","",5,16,193);
	PopMenu2_6_1=new Array("Clay's Instruction Corner","instruction-corner.shtml","",0,16,193);
	PopMenu2_6_2=new Array("Chess with Russel Gouveia","chess-with-russell-gouveia.shtml","",0,16,193);
	PopMenu2_6_3=new Array("Writing Chess Moves","","",4,16,193);
	PopMenu2_6_3_1=new Array("Why Write My Moves","chess-notation.shtml","",0,16,192);
	PopMenu2_6_3_2=new Array("The History of Notation","history-of-notation.shtml","",0,16,192);
	PopMenu2_6_3_3=new Array("Writing Algebraic Notation","writing-algebraic-notation.shtml","",0,16,192);
	PopMenu2_6_3_4=new Array("Writing Descriptive Notation","writing-descriptive-notation.shtml","",0,16,192);
	PopMenu2_6_4=new Array("Member Book Library","member-book-library.shtml","",0,16,193);
	PopMenu2_6_5=new Array("Chess Links and Resources","chess-links-and-resources.shtml","",0,16,193);
	PopMenu2_7=new Array("Chess Sportsmanship","chess-sportsmanship.shtml","",0,16,193);
	PopMenu2_8=new Array("The History of Chess","history-of-chess.shtml","",0,16,193);
	PopMenu2_9=new Array("Game Display Showcase","game-display-showcase.shtml","",0,16,193);
    PopMenu2_10=new Array("Recent NH Chess Events","recent-nh-chess-events.shtml","",0,16,193);
	PopMenu2_11=new Array("Supporters of the KCC","supporters-of-the-kcc.shtml","",0,16,193);
	PopMenu2_12=new Array("<img src='images/nav_menu_bottom-border.jpg' width='193' height='6'>","","",0,6,193);
	PopMenu2_13=new Array("Refer our Club Website","javascript:referralsWindow('form.html')","",0,16,193);
	PopMenu2_14=new Array("Join Our Mailing List","javascript:subscribeWindow('mailinglist/?p=subscribe')","",0,16,193);
	PopMenu2_15=new Array("<img src='images/nav_menu_bottom-border.jpg' width='193' height='6'>","","",0,6,193);