	var NoOffFirstLineMenus=5;			
	var LowBgColor='#FFe8a4';			
	var LowSubBgColor='#FFe8a4';			
	var HighBgColor='#FFD964';			
	var HighSubBgColor='#FFD964';			
	var FontLowColor='#1067ac';			
	var FontSubLowColor='#1067ac';			
	var FontHighColor='#330033';			
	var FontSubHighColor='#330033';			
	var BorderColor='#f8bf56';			// Border color orange
	var BorderSubColor='#f8bf56';			
	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;				
	var MenuTextCentered='center';			
	var MenuCentered='left';				
	var MenuVerticalCentered='top';		
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=113;				// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			
	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;				
	var MenuWrap=1;				
	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=[0];	// 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("Highlights","index.html","",3,20,145);
	Menu1_1=new Array("Home Page","index.html","",0,20,140);	
	Menu1_2=new Array("Conference Highlights","glance.html","",0,20);	
	Menu1_3=new Array("Network","network.html","",0,20);	

Menu2=new Array("Program","glance.html","",4,20,145);
	Menu2_1=new Array("Tuesday","tuesday.html","",0,20, 140);	
	Menu2_2=new Array("Wednesday","wednesday.html","",0,20);	
	Menu2_3=new Array("Thursday","thursday.html","",0);	
	Menu2_4=new Array("Program Updates 10/11/06","changes.html","",0);	


Menu3=new Array("Registration","https://imisw.inda.org/iMISCM/source/Meetings/cMeetingProcessSearch.cfm?Section=Events1.html","",2,20,145);
	Menu3_1=new Array("Online Registration","https://imisw.inda.org/iMISCM/source/Meetings/cMeetingProcessSearch.cfm?Section=Events1","",0,20,140);	
	Menu3_2=new Array("PDF Registration form","Needlepunch06.pdf","",0,20);	


Menu4=new Array("Hotel","hotel.html","",1,20,145);
	Menu4_1=new Array("Hilton Charlotte City Center","hotel.html","",0,20,170);


Menu5=new Array("Brochures","Needlepunch06Brochure.pdf","",2,20,145);
	Menu5_1=new Array("Full PDF Prochure","Needlepunch06Brochure.pdf","",0,20,150);
	Menu5_2=new Array("Flyer","Needlepunch06.pdf","",0);




	

