

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='FF6600';			// Background color when mouse is not over
	var LowSubBgColor='999999';			// Background color when mouse is not over on subs
	var HighBgColor='FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='FFFFFF';		// 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='FF6600';			// Font color when mouse is over
	var FontSubHighColor='FF6600';		// Font color subs when mouse is over
	var BorderColor='FFFFFF';			// Border color
	var BorderSubColor='FFFFFF'			// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif";				// Font family menu items
	var FontSize=10;						// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;		// vertical overlap child/ parent
	var StartTop=104;					// Menu offset x coordinate
	var StartLeft=100;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=15;					// Left padding
	var TopPaddng=3;					// 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=200;				// 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='';					// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;						// Hide first level when loading new document 1 or 0
	var MenuWrap=0;						// 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=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;                    // show arrows indicating child menus on or off 1 or 0
	var KeepHilite=1;

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","#","",2,22,93);
	Menu1_1=new Array("Attendee Brochure","http://www.meetingstechexpo.com/MTE_template/Chicago08/brochure","",0,20,165);
	Menu1_2=new Array("CMP Information","http://www.meetingstechexpo.com/MTE_template/Chicago08/cmp","",0);
Menu2=new Array("Exhibitors","#","",1,22,95);
	Menu2_1=new Array("Exhibitor Prospectus","http://www.meetingstechexpo.com/MTE_template/Chicago08/prospectus","",0,20,160);
Menu3=new Array("Conference","#","",3,22,100);
	Menu3_1=new Array("Agenda","http://www.meetingstechexpo.com/MTE_template/Chicago08/agenda","",0,20,105);
	Menu3_2=new Array("Sessions","http://www.meetingstechexpo.com/MTE_template/Chicago08/sessions","",0);
	Menu3_3=new Array("Speakers","http://www.meetingstechexpo.com/MTE_template/Chicago08/speakers","",0);
Menu4=new Array("Exhibit Hall","#","",3,22,110);
	Menu4_1=new Array("Exhibitor List","http://www.meetingstechexpo.com/MTE_template/Chicago08/exhibitors","",0,20,110);
	Menu4_2=new Array("Floor Plan","http://www.meetingstechexpo.com/MTE_template/Chicago08/floorplan","",0);
	Menu4_3=new Array("Sponsors","http://www.meetingstechexpo.com/MTE_template/Chicago08/sponsors","",0);




	 