
	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#333333';			// Background color when mouse is not over
	var LowSubBgColor='#333333';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#D5C467';			// Font color when mouse is over
	var FontSubHighColor='#D5C467';			// Font color subs when mouse is over
	var BorderColor='#D5C467';			// Border color
	var BorderSubColor='#D5C467';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica,san-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.25;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=0;				// 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=4;				// Top padding
	var FirstLineHorizontal=1;			// 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='menupos';				// 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=0;				// 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("rollover:/images/nav_01.gif:/images/nav_01-over.gif","http://www.htcia.org/index.shtml","",0,27,60);

Menu2=new Array("rollover:/images/nav_02.gif:/images/nav_02-over.gif","http://www.htcia.org/aboutus.shtml","",7,27,80);
	Menu2_1=new Array("Membership","/membership.shtml","",0,20,160);
	Menu2_2=new Array("Student Members","/studentmembers.shtml","",0,20,160);
	Menu2_3=new Array("HTCIA Code","/htcia_code.shtml","",0);
	Menu2_4=new Array("Bylaws","/bylaws.shtml","",0);		
	Menu2_5=new Array("Lifetime Achievement","/lifetimeachievement.shtml","",0);		
	Menu2_6=new Array("Case of the Year","/coty.shtml","",0);		
	Menu2_7=new Array("FAQs","/faqs.shtml","",0);		

Menu3=new Array("rollover:/images/nav_03.gif:/images/nav_03-over.gif","http://www.htcia.org/calendar.shtml","",0,27,79);

// Menu4=new Array("rollover:/images/nav_04.gif:/images/nav_04-over.gif","http://www.htcia.org/news.shtml","",0,27,56);

Menu4=new Array("rollover:/images/nav_05.gif:/images/nav_05-over.gif","javascript:top.location.href='http://www.htcia.org/classified/index.shtml'","",0,27,115);

Menu5=new Array("rollover:/images/nav_06.gif:/images/nav_06-over.gif","javascript:top.location.href='http://www.htcia.org/membersonly.shtml'","",3,27,115);
	Menu5_1=new Array("Sign Up","http://www.htcia.org/membership.shtml","",0,20,115);
	Menu5_2=new Array("Login","http://www.htcia.org/cgi-bin/login.cgi","",0);
	Menu5_3=new Array("Members Only Area","http://www.htcia.org/membersonly.shtml","",0);

Menu6=new Array("rollover:/images/nav_07.gif:/images/nav_07-over.gif","javascript:top.location.href='http://www.htcia.org/contactus.shtml'","",3,27,95);
	Menu6_1=new Array("International Office","http://www.htcia.org/contactus.shtml","",0,20,130);
	Menu6_2=new Array("Executive Committee","http://www.htcia.org/executiveboard.shtml","",0);
	Menu6_3=new Array("Local Chapters","http://www.htcia.org/cgi-bin/chapters.cgi","",0);
