
	var NoOffFirstLineMenus=18;			// Number of first level items
	var LowBgColor='#FFCC99';			// Background color when mouse is not over
	var LowSubBgColor='#FFCC99';			// Background color when mouse is not over on subs
	var HighBgColor='#FFCC99';			// Background color when mouse is over
	var HighSubBgColor='#FFCC99';			// Background color when mouse is over on subs
	var FontLowColor='#0099BB';			// Font color when mouse is not over
	var FontSubLowColor='#0099BB';			// Font color subs when mouse is not over
	var FontHighColor='#990000';			// Font color when mouse is over
	var FontSubHighColor='#990000';			// Font color subs when mouse is over
	var BorderColor='#9999FF';			// Border color
	var BorderSubColor='#9999FF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma, Geneva, sans-serif"	// Font family menu items
	var FontSize=9;				// 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=-.02;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=2;				// 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=2;				// 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='menuleft';			// 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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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","index.php?home","",0,20,150);

Menu2=new Array("WHO ARE WE?","index.php?whoarewe","",0);

Menu3=new Array("VISION","index.php?vision","",0);

Menu4=new Array("OBJECTIVES","index.php?objectives","",0);

Menu5=new Array("TESTIMONIALS","docos/TESTIMONIALS09.pdf","",0);

Menu6=new Array("YEARLY AWARD","docos/AHWBN YEARLY AWARD INFO ENGLISH.pdf","",3);
	Menu6_1=new Array("Y. A. 2010","","",3,20,100);
		Menu6_1_1=new Array("Nomination Form","docos/YEARLY_AWARD_NOMINATION_FORM_2010.pdf","",0,20,130);
		Menu6_1_2=new Array("Press Release","docos/PREMIO_ANUAL_2010_-_NOTA_DE_PRENSA.pdf","",0);
		Menu6_1_3=new Array("Juror Form","docos/AHWBN YEARLY AWARD - JUROR FORM.pdf","",0);
	Menu6_2=new Array("Y. A. 2009","index.php?images*award2009*YEARLY AWARD 2009*AHWBN PREMIO ANUAL NOMINADAS 2009.pdf","",0);
	Menu6_3=new Array("Y. A. 2008","index.php?images*award2008*YEARLY AWARD 2008*AHWBN Premio Anual 2008 - Ganadoras y Nominadas.pdf","",0);

Menu7=new Array("XMAS CELEBRATIONS","","",4);
	Menu7_1=new Array("XMAS 2010","docos/XMAS INVITATION 2010.pdf","",0,20,100);
	Menu7_2=new Array("XMAS 2009","index.php?images*xmas2009*XMAS 2009","",0);
	Menu7_3=new Array("XMAS 2008","index.php?images*xmas2008*XMAS 2008","",0);
	Menu7_4=new Array("XMAS 2007","index.php?images*xmas2007*XMAS 2007","",0);

Menu8=new Array("AGM","docos/BRUNCH AGM INVITATION JULY 25.pdf","",1);
	Menu8_1=new Array("AGM 2009","index.php?images*agm2009*AGM 2009","",0,20,80);

Menu9=new Array("ANNUAL REPORTS","","",1);
	Menu9_1=new Array("2009-2010","docos/AHWBN AGM FEB 2010 REPORT - FINANCIAL REPORT.pdf","",0,20,100);

Menu10=new Array("PROJECTS","index.php?projects","",0);

Menu11=new Array("MEMBERS","","",2);
	Menu11_1=new Array("MEMBERS LIST","index.php?members","",0,20,150);
	Menu11_2=new Array("MEMBERS PROFILES","index.php?profiles","",0);

Menu12=new Array("SPECIAL EVENTS","index.php?images*breakfast2010*Breakfast 2010","",0);

Menu13=new Array("PICTURES","index.php?images*meetings*GENERAL PHOTOS","",0);

Menu14=new Array("PRESS RELEASES","index.php?pressreleases","",0);

Menu15=new Array("NEXT MEETINGS","index.php?meetings","",0);

Menu16=new Array("MEMBERSHIPS","index.php?membership","",0);

Menu17=new Array("OTHER LINKS","index.php?otherlinks","",0);

Menu18=new Array("CONTACT US","index.php?contactus","",0);
