 /************************************************	(c) Ger Versluis 2000 version 9.10 14 October 2002        **	You may use this script on non commercial sites.	          **	www.burmees.nl/menu				**	You may remove all comments for faster loading	          *		************************************************/	var NoOffFirstLineMenus=7;			// Number of main menu  items						// Colorvariables:						// Color variables take HTML predefined color names or "#rrggbb" strings						//For transparency make colors and border color ""	var LowBgColor="red";			// Background color when mouse is not over	var HighBgColor="blue";			// Background color when mouse is over	var FontLowColor="white";			// Font color when mouse is not over	var FontHighColor="yellow";			// Font color when mouse is over	var BorderColor="white";			// Border color	var BorderWidthMain=1;			// Border width main items	var BorderWidthSub=1;			// Border width sub items 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0	var FontFamily="comic sans ms,technical,arial";	// Font family menu items	var FontSize=10;				// Font size menu items	var FontBold=0;				// Bold menu items 1 or 0	var FontItalic=0;				// Italic menu items 1 or 0	var MenuTextCentered="center";		// Item text position left, center or right	var MenuCentered="center";			// Menu horizontal position can be: left, center, right, justify,						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use	var MenuVerticalCentered="bottom";		// Menu vertical position top, middle,bottom or static	var ChildOverlap=.2;			// horizontal overlap child/ parent	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight	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=1;			// 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 UnfoldDelay=100;			// delay before sub unfolds		var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame	var FirstLineFrame="Banner";			// Frame where first level appears	var SecLineFrame="Main";			// Frame where sub levels appear	var DocTargetFrame="Main";			// Frame where target documents appear	var TargetLoc="";				// span id for relative positioning	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover	var BaseHref="http://wwii-women-pilots.org/";				// BaseHref lets you specify the root directory for relative links. 						// The script precedes your relative links with BaseHref						// For instance: 						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"						// Can also be used when you use images in the textfields of the menu						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"	var Arrws=[BaseHref+"images/tri.gif",5,10,BaseHref+"images/tridown.gif",10,5,BaseHref+"images/trileft.gif",5,10,BaseHref+"images/triup.gif",10,5];						// Arrow source, width and height.						// If arrow images are not needed keep source ""	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,						// document targets and script are in the same frame.						// In all other cases it must be 1	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 						// When set to 2 only the relevant main item stays highligthed						// The preset is done by setting a variable in the head section of the target document.						// <head>						//	<script type="text/javascript">var SetMenu="2_2_1";</script>						// </head>						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to						// Below some pretty useless effects, since only IE6+ supports them						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity						// If you don't need MenuSlide just leave in the line var MenuSlide="";						// delete the other MenuSlide statements						// In general leave the MenuSlide you need in and delete the others.						// Above is also valid for MenuShadow and MenuOpacity						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.						// You can add more filters by concanating the strings	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over	var MenuSlide="";	//    var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";	//    var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";	var MenuShadow="";	//    var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";	//    var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";	var MenuOpacity="";	//    var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";	function BeforeStart(){return}	function AfterBuild(){return}	function BeforeFirstOpen(){return}	function AfterCloseAll(){return}// Menu tree:// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");// Color and font variables defined in the menu tree take precedence over the global variables// Fontsize, fontbold and fontitalic are ignored when set to -1.// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" // To force a new browser window use "javascript:NewWin=window.open(\"blank.htm\",\"NWin\");window[\"NewWin\"].focus()"// for  "ItemText" and replace blank.htm with proper URLMenu1=new Array("New/News","andys_links.html","",7,20,90,"","","","","","",-1,-1,-1,"","");	Menu1_1=new Array("Nancy Love and WASP","javascript:NewWin=window.open('http://www.sarahbyrnrickman.com/books.asp','NWin');window['NewWin'].focus()","",0,20,150,"","","","","","",-1,-1,-1,"","");	Menu1_2=new Array("Past Events","current_events/events_10-2004.html","",4,0,0,"","","","","","",-1,-1,-1,"","");		Menu1_2_1=new Array("Nov 2003","current_events/events_11-2003.html","",0,20,80,"","","","","","",-1,-1,-1,"","");		Menu1_2_2=new Array("May 2004","current_events/events_5-2004.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu1_2_3=new Array("Oct 2004","current_events/events_10-2004.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu1_2_4=new Array("Spring 2005","current_events/events_6-2005.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu1_3=new Array("WASP Trng in Houston","javascript:NewWin=window.open(\"http://www.authorhouse.com/BookStore/ItemDetail.aspx?bookid=17544\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu1_4=new Array("Hobby Celebrates","javascript:NewWin=window.open(\"http://www.kuhf.org/site/News2?JServSessionIdr001=g2vvqlrym1.app5b&page=NewsArticle&id=19288&news_iv_ctrl=1521\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu1_5=new Array("WASP WWII Museum","javascript:NewWin=window.open('http://waspmuseum.org/','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu1_6=new Array("Celestial Flight","Celestial_Flight/celestial_flight.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu1_7=new Array("WASP Videos","Videos/wasp_videos.html","",0,0,0,"","","","","","",-1,-1,-1,"","");Menu2=new Array("Class 43-3","mcbellassai43-3/mcbellassai43-3.htm","",8,0,90,"","","","","","",-1,-1,-1,"","");	Menu2_1=new Array("Marcia Bellassai","mcbellassai43-3/mcbellassai43-3.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");		Menu2_2=new Array("Betty Budde","bdbudde43-3/bdbudde.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu2_3=new Array("Lois Hailey","lbhailey43-3/lbhailey.html","",3,0,0,"","","","","","",-1,-1,-1,"","");		Menu2_3_1=new Array("Life as a WASP","lbhailey43-3/lbhailey.html","",0,20,150,"","","","","","",-1,-1,-1,"","");		Menu2_3_2=new Array("Short Bio","lbhailey43-3/lbhailey_bio.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu2_3_3=new Array("Commendation","ltrcmdtn/ltrcmd.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu2_4=new Array("Joyce Secciani","jssecciani43-3/jssecciani43-3.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu2_5=new Array("Emma Ware","ecware43-3/ecware43-3.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu2_6=new Array("Lois Ziler","lhziler43-3/lhziler.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu2_7=new Array("Mabel Rawlinson","WASP_KIA/MRawlinsonAAR/MRawlinsonAAR.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu2_8=new Array("Class Pictures","class43-3/class43-3grad.htm","",2,0,0,"","","","","","",-1,-1,-1,"","");		Menu2_8_1=new Array("WASP Graduation","class43-3/class43-3grad.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");		Menu2_8_2=new Array("Reunions","class43-3/class43-3reunion.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");Menu3=new Array("Accidents","training_accidents/risk_from_accidents.htm","",3,0,95,"","","","","","",-1,-1,-1,"","");	Menu3_1=new Array("Training Accidents","training_accidents/risk_from_accidents.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");	Menu3_2=new Array("Killed in Service","training_accidents/risk_from_accidents.htm","",5,0,0,"","","","","","",-1,-1,-1,"","");		Menu3_2_1=new Array("The 38","WASP_KIA/38KIA.html","",2,20,150,"","","","","","",-1,-1,-1,"","");			Menu3_2_1_1=new Array("Part 1","WASP_KIA/38KIA.html","",0,20,50,"","","","","","",-1,-1,-1,"","");			Menu3_2_1_2=new Array("Part 2","WASP_KIA/38KIA2.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu3_2_2=new Array("11 Training Fatalities","WASP_KIA/Trainees_KIS/trainee_kis_accidents.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu3_2_3=new Array("Gertrude missing","WASP_KIA/GVTompkins.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu3_2_4=new Array("Mabel Rawlinson","WASP_KIA/MRawlinsonAAR/MRawlinsonAAR.html","",2,0,0,"","","","","","",-1,-1,-1,"","");			Menu3_2_4_1=new Array("The accident report","WASP_KIA/MRawlinsonAAR/MRawlinsonAAR.html","",0,20,150,"","","","","","",-1,-1,-1,"","");			Menu3_2_4_2=new Array("Her sister recalls","WASP_KIA/MVRawlinson/MRawlinson.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu3_2_5=new Array("Bonnie Jean Wells","bjwltr.html","",2,0,0,"","","","","","",-1,-1,-1,"","");			Menu3_2_5_1=new Array("A young witness","bjwltr.html","",0,20,150,"","","","","","",-1,-1,-1,"","");			Menu3_2_5_2=new Array("The accident report","WASP_KIA/bjwelz.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu3_3=new Array("Celestial Flight","Celestial_Flight/celestial_flight.html","",0,0,0,"","","","","","",-1,-1,-1,"","");Menu4=new Array("Rosters","classlists/clslist.html","",2,20,70,"","","","","","",-1,-1,-1,"","");	Menu4_1=new Array("Wasp Graduates","classlists/clslist.html","",0,20,110,"","","","","","",-1,-1,-1,"","");	Menu4_2=new Array("Wasp Trainees","trnlist.html","",0,0,0,"","","","","","",-1,-1,-1,"","");Menu5=new Array("Other WASP","KFine.html","",10,20,105,"","","","","","",-1,-1,-1,"","");	Menu5_1=new Array("WAFS","KFine.html","",2,20,150,"","","","","","",-1,-1,-1,"","");		Menu5_1_1=new Array("Kathryn Fine","KFine.html","",0,20,150,"","","","","","",-1,-1,-1,"","");		Menu5_1_2=new Array("Esther Westervelt","EMS.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu5_2=new Array("Marie Genaro, 43-2","mmgenaro43-2/mmgenaro43-2.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu5_3=new Array("Ruth Stratton, 43-5t","RSRevitt43-5t/RStratton43-5t.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu5_4=new Array("Joy Moore, 43-7","kjmoore.html ","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu5_5=new Array("Eileen Worden, 44-1","ekw.html","",0,20,150,"","","","","","",-1,-1,-1,"","");	Menu5_6=new Array("Mildred Palmer, 44-2","mwg.html","",0,20,150,"","","","","","",-1,-1,-1,"","");	Menu5_7=new Array("Class 44-3","BMOwens/BMO_WASP.html","",2,0,0,"","","","","","",-1,-1,-1,"","");		Menu5_7_1=new Array("Beryl Paschich","BMOwens/BMO_WASP.html","",0,20,150,"","","","","","",-1,-1,-1,"","");		Menu5_7_2=new Array("Virginia Stevenson (T)","vstevenson_44-3/vstevenson44-3.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu5_8=new Array("Class 44-5","wcmltr.html","",2,0,0,"","","","","","",-1,-1,-1,"","");		Menu5_8_1=new Array("Wanda Townsley","wcmltr.html","",0,20,150,"","","","","","",-1,-1,-1,"","");		Menu5_8_2=new Array("Selma Cronan (T)","skcronan44-5/skcronan44-5t.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu5_9=new Array("Class 44-6","mhgosnell44-6/mhgosnell44-6.htm","",2,0,0,"","","","","","",-1,-1,-1,"","");		Menu5_9_1=new Array("Mary Chappell","mhgosnell44-6/mhgosnell44-6.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");		Menu5_9_2=new Array("Dixie Gentry (T)","dggentry44-6/dggentry44-6t.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu5_10=new Array("Class 44-10","JMGregg_44-10/jgwheatley44-10.htm","",2,0,0,"","","","","","",-1,-1,-1,"","");		Menu5_10_1=new Array("Janis Wheatley","JMGregg_44-10/jgwheatley44-10.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");		Menu5_10_2=new Array("Jacqueline Zerlaut","JFRiley_44-10/jfriley44-10.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6=new Array("More Links","links/links.html","",14,20,90,"","","","","","",-1,-1,-1,"","");	Menu6_1=new Array("TWU WASP Arhives","javascript:NewWin=window.open(\"http://www.twu.edu/library/wasp.asp\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");	Menu6_2=new Array("TWU Image Arhives","javascript:NewWin=window.open(\"http://twudigital.cdmhost.com/cdm4/index_p214coll2.php?CISOROOT=/p214coll2\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_3=new Array("WASP WWII Museum","javascript:NewWin=window.open(\"http://waspmuseum.org/\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_4=new Array("Much More on WASP","javascript:NewWin=window.open(\"http://www.wasp-wwii.org/\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_5=new Array("British ATA","javascript:NewWin=window.open(\"http://www.airtransportaux.org/\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_6=new Array("WASP Trng in Houston","javascript:NewWin=window.open(\"http://www.celestegraves.org/\",\"NWin\");window[\"NewWin\"].focus()","",2,0,0,"","","","","","",-1,-1,-1,"","");		Menu6_6_1=new Array("View from Dog House","javascript:NewWin=window.open(\"http://www.authorhouse.com/BookStore/ItemDetail.aspx?bookid=17544\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");		Menu6_6_2=new Array("Hobby Airport Restored","javascript:NewWin=window.open(\"http://www.1940airterminal.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_7=new Array("The Originals - WAFS","javascript:NewWin=window.open(\"http://www.disc-us.com/orig1.htm\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_8=new Array("Nancy Love and WASP","javascript:NewWin=window.open('http://www.sarahbyrnrickman.com/books.asp','NWin');window['NewWin'].focus()","",0,20,150,"","","","","","",-1,-1,-1,"","");	Menu6_9=new Array("Texas Women in WW II","javascript:NewWin=window.open(\"http://www.cindyweigand.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_10=new Array("Women Warriors","javascript:NewWin=window.open(\"http://thewomanwarriors.com/not-forgotten/\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_11=new Array("Related Sites","links/links.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_12=new Array("An Oral History","javascript:NewWin=window.open(\"http://www.radiodiaries.org/wasps.html\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_13=new Array("Links for this site","andys_links.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu6_14=new Array("WASP Discussion Groups","discussion_groups/discussion_groups.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");	Menu7=new Array("Search This Site","cgi-bin/search.cgi","",0,20,130,"white","","red","","red","",-1,-1,-1,"","");			