/***********************************************************************************
*	(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=11;			// Number of first level items
	var LowBgColor='#F0F0F0';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#00B2C6';			// Background color when mouse is over
	var HighSubBgColor='#00B2C6';			// Background color when mouse is over on subs
	var FontLowColor='black';			// 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='#009EB2';			// Border color
	var BorderSubColor='#009EB2';			// 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=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','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=130;				// Menu offset x coordinate
	var StartLeft=6;				// 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=300;				// 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.twshf.org","",0,20,190);
Menu2=new Array("About TWSHF","","",1);
	//Menu2_1=new Array("Mission","/mission.html","",0,20,200);
	Menu2_1=new Array("Professional Advisory Board","/med_board.html","",14,20,200);
		Menu2_1_1=new Array("Y. M. Binik, PhD","/bio_ibinik.html","",0,20,200);
		Menu2_1_2=new Array("D. M. Ferguson, PhD, MD, FACCP","/bio_dfurguson.html","",0);
		Menu2_1_3=new Array("J. Fourcroy MD, PhD","/bio_jfourcroy.html","",0);
		Menu2_1_4=new Array("Woet Gianotten, MD","/bio_woetg.html","",0);
		Menu2_1_5=new Array("M. A. Green, MD, MPH","/bio_mgreen.html","",0);
		Menu2_1_6=new Array("A. T. Guay, MD, FACP, FACE","/bio_aguay.html","",0);
		Menu2_1_7=new Array("H. Hutcherson, MD","/bio_hutcherson.html","",0);
		Menu2_1_8=new Array("S. Kellogg-Spadt, PhD, CRNP","/bio_skelloggspadt.html","",0);
		Menu2_1_9=new Array("M. L. Krychman, MD, FACOG","/bio_mkrychman.html","",0);	
		Menu2_1_10=new Array("T. Y. Rosenbaum, PT","/bio_trosenbaum.html","",0);
		Menu2_1_11=new Array("R. Shabsigh, MD","/bio_shabsigh.html","",0);
		Menu2_1_12=new Array("L. Shuster, MD, FACP","/bio_lshuster.html","",0);
		Menu2_1_13=new Array("M. Tepper, PhD, MPH","/bio_mtepper.html","",0);
		Menu2_1_14=new Array("B. Whipple, PhD, RN, FAAN","/bio_bwhipple.html","",0);
	//Menu2_2=new Array("Executive Director","","",0);
		//Menu2_2_1=new Array("Lisa Martinez, RN/JD","/bio_lmartinez.html","",0,20,200);
		//Menu2_2_2=new Array("Bets Davis, BA/MFA","/bio_bdavis.html","",0);
	//Menu2_4=new Array("Opportunities","","",2,20,200);
	//	Menu2_4_1=new Array("//Volunteer Needs//","","",0,20,200);
	//	Menu2_4_2=new Array("//Supporting TWSHF//","","",0);
//Menu3=new Array("","","",0,20,180);
//Menu3=new Array("Women Talking","/column.html","",14);
//	Menu3_1=new Array("May 2004","/column_may2004.html","",0,20,200);
//	Menu3_2=new Array("April 2004","/column_april2004.html","",0);
//	Menu3_3=new Array("March 2004","/column_march2004.html","",0);
//	Menu3_4=new Array("February 2004","/column_february2004.html","",0);
//	Menu3_5=new Array("January 2004","/column_january2004.html","",0);
//	Menu3_6=new Array("December 2003","/column_december2003.html","",0);
//	Menu3_7=new Array("November 2003","/column_november2003.html","",0);
//	Menu3_8=new Array("October 2003","/column_october2003.html","",0);
//	Menu3_9=new Array("September 2003","/column_september2003.html","",0);
//	Menu3_10=new Array("August 2003","/column_august2003.html","",0);
//	Menu3_11=new Array("July 2003","/column_july2003.html","",0);
//	Menu3_12=new Array("June 2003","/column_june2003.html","",0);
//	Menu3_13=new Array("May 2003","/column_may2003.html","",0);	
//	Menu3_14=new Array("April 2003","/column_april2003.html","",0);
Menu3=new Array("Comments & Personal Stories","/comment.html","",0,20,190);
Menu4=new Array("TWSHF Blog & News","http://twshf.blogspot.com/","",0,20,190);
Menu5=new Array("Surveys for Women","/survey.html","",0,20,180);
// Menu6=new Array("Advocating For Research & More","/advocate.html","",0,20,180);
Menu6=new Array("Resources","","",11,20,180);
	Menu6_1=new Array("How to Research FSD Info","/pubmed_search.html","",0,20,220);
	Menu6_2=new Array("Education Pamphlets","/pamphlets.html","",0,20,220);
	Menu6_3=new Array("Books About Women's Sexual Health ","/books_women.html","",0,20,220);
	Menu6_4=new Array("Books About Men's Sexual Health ","/books_men.html","",0,20,220);
	Menu6_5=new Array("FAQs","/ask.html","",0,20,220);
	Menu6_6=new Array("Links","/links.html","",0,20,220);
	Menu6_7=new Array("Support Groups","/support_groups.html","",0,20,220);
	Menu6_8=new Array("Medical Literature & Books","/articles.html","",0,20,220);
	Menu6_9=new Array("Professional Education / Seminars","/professional_education.html","",0,20,220);
	Menu6_10=new Array("Public Education / Seminars","/public_education.html","",0,20,220);
//	Menu7_12=new Array("Advocating Research / Alerts","/research.html","",0,20,220);
	Menu6_11=new Array("ANATOMY: Female and Male","/anatomy.html","",0,20,220);
// Menu8=new Array("Membership","/membership.html","",0,20,180);
// Menu7=new Array("Volunteers & Acknowledgements","/volunteers.html","",0,20,180);
Menu7=new Array("Sexual Health Journal","/memarea/index.php","",0,20,180);
Menu8=new Array("Awards","/awards.html","",0,20,180);
Menu9=new Array("TWSHF in the News","/in_media.html","",0,20,180);
Menu10=new Array("Media Information","/sex_e_journal.html","",3,20,180);
	Menu10_1=new Array("Fact Sheet","/fact_sheet.html","",0,20,220);
	Menu10_2=new Array("Press Releases","/press.html","",0,20,220);
	Menu10_3=new Array("Need an Interview","need_interview.html","",0,20,220);
//Menu11=new Array("Donations & Donors","/donations.html","",2,20,180);
//	Menu11_1=new Array("Donations","/donations.html","",0,20,220);
//	Menu11_2=new Array("Donors","/donors.html","",0,20,220);
Menu11=new Array("Contact Us","/contact.html","",0,20,180);