/***********************************************************************************
*	(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	          *		
***********************************************************************************/

// Changing the menu

// Step 1: Go to the bottom of this page and follow the format to add/remove/change buttons. It is important that you name and order the Arrays accordingly.
	// e.g. if you're adding a sixth button with two sub-buttons then you would create Menu6, Menu6_1, and Menu6_2.
	// e.g. if you're adding a third sub-button to the fifth button then you would create Menu5_3.
	// e.g. if you're removing the fifth button then you would delete Menu5 and any sub-buttons (Menu5_1, etc.)
	// e.g. if you're removing the second sub-button of the fifth button then you would delete Menu5_2. Renumber the remaining sub-buttons if necessary. (Good: Menu5_1 and Menu5_2. Bad: Menu5_1 and Menu5_3.)
	// e.g. if you're only changing a button/sub-button then you would continue on to step 2.

// Step 2: Update the first, second, and fourth values inside the parentheses of new Array( ) of any changed buttons and sub-buttons.
	// format: Menu3=new Array("Text displayed on this button","link for this button","",number of sub-buttons,28,177);
	// e.g. if the 4th button should read "LRC", link to "lrc.html", and has 1 sub-button then it would look like - Menu4=new Array("LRC","lrc.html","",1,28,177);

// IF YOU HAVE NOT CHANGED THE NUMBER OF "TOP-LEVEL" BUTTONS, THEN THERE ARE NO FURTHER STEPS REQUIRED. Otherwise, continue to steps 3 and 4.

// Step 3: If you have changed the number of "top-level" buttons, then you must change the value of the NoOffFirstLineMenus variable immediately following these comments.
// Step 4: Go to header.asp and follow the instructions included in the comment labeled "Changing the menu: Step 4".

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#e51b24';			// Background color when mouse is not over
	var LowSubBgColor='#e51b24';		// Background color when mouse is not over on subs
	var HighBgColor='#3a6f8f';			// Background color when mouse is over
	var HighSubBgColor='#3a6f8f';		// 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='#ffffff';		// Font color when mouse is over
	var FontSubHighColor='#ffffff';		// Font color subs when mouse is over
	var BorderColor='#3a6f8f';			// Border color
	var BorderSubColor='#3a6f8f';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana, sans-serif"// Font family menu items
	var FontSize=8.5;					// 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=0;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=-1;					// Menu offset x coordinate
	var StartLeft=-1;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=7;					// Left padding
	var TopPaddng=7;					// 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=250;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// 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=['images/pixel_transparent.gif',5,10,'images/pixel_transparent.gif',10,5,'images/pixel_transparent.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("Attendees","#","",3,28,177);
	Menu1_1=new Array("Meeting Features","meeting_features.asp","",0,28,177);
	Menu1_2=new Array("Atlanta Spotlight","atlanta_spotlight.asp","",0,28,177);
	Menu1_3=new Array("International Attendees","internationals.asp","",0,28,177);

Menu2=new Array("Presenters","#","",2,28,177);
	Menu2_1=new Array("Call for Abstracts","callforabs.asp","",0,28,177);
	Menu2_2=new Array("Presenter Info","presenter_info.asp","",0,28,177);

Menu3=new Array("Exhibitors","#","",3,28,177);
	Menu3_1=new Array("Exhibitor Prospectus","exh_pros.asp","",0,28,177);
	Menu3_2=new Array("Exhibitor Forms","exh_app_forms.asp","",0,28,177);
	Menu3_3=new Array("Advertising/Sponsorships","advertising_sponsorship.asp","",0,28,177);

Menu4=new Array("Past & Future Meetings","#","",6,28,177);
	Menu4_1=new Array("Denver Highlights","denver_highlights.asp","",0,28,177);
	Menu4_2=new Array("Order Audiotapes","http://shop.lawrencemg.com/-c-21_81_8927.html","",0,28,177);
	Menu4_3=new Array("Future Sites","future_sites.asp","",0,28,177);
	Menu4_4=new Array("Attendance History","attendance_history.asp","",0,28,177);
	Menu4_5=new Array("Past Meeting Abstracts","past_meeting_abstracts.asp","",0,28,177);
	Menu4_6=new Array("Past Meeting Highlights","past_highlights.asp","",0,28,177);
	
Menu5=new Array("Learning Resources","lrc.asp","",0,28,177);

Menu6=new Array("Past Meeting Abstracts","past_meeting_abstracts.asp","",0,28,177);