	var NoOffFirstLineMenus=5;			
	var LowBgColor='#DBE4F2';			
	var LowSubBgColor='#E2E8CC';			
	var HighBgColor='#D4D990';			
	var HighSubBgColor='#fcff90';			
	var FontLowColor='#0069AB';			
	var FontSubLowColor='#1067ac';			
	var FontHighColor='#330033';			
	var FontSubHighColor='#330033';			
	var BorderColor='#0066A9';			// Border color orange
	var BorderSubColor='#0066A9';			
	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=1;					// Bold menu items 1 or 0
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';				
	var MenuVerticalCentered='top';		
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=108;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			
	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"
// rollover:/images/js-about.gif:/images/js-about-on.gif

Menu1=new Array("rollover:images/nav-home.gif:images/nav-home2.gif","index.html","",1,34,202);
	Menu1_1=new Array("Home Page","index.html","",0,20,140);	

Menu2=new Array("rollover:images/nav-program.gif:images/nav-program2.gif","glance.html","",4,34,202);
	Menu2_1=new Array("At a Glance","glance.html","",0,20,140);	
	Menu2_2=new Array("Tuesday","tuesday.html","",0,20, 140);	
	Menu2_3=new Array("Wednesday","wednesday.html","",0,20);	
	Menu2_4=new Array("Thursday","thursday.html","",0);	

Menu3=new Array("rollover:images/nav-reg.gif:images/nav-reg2.gif","gen.html","",4,34,202);
	Menu3_1=new Array("Attendee Information","gen.html","",0,20,180);	
	Menu3_2=new Array("Online Registration CLOSED","","",0,20);	
	Menu3_3=new Array("PDF Registration form","Filtration06Flyer.pdf","",0,20);	
	Menu3_4=new Array("Hotel Reservation","hotel.html","",0,20);	


Menu4=new Array("rollover:images/nav-exh.gif:images/nav-exh2.gif","exinfo.html","",4,34,202);
	Menu4_1=new Array("Exhibitors Info","exinfo.html","",0,20,170);
	Menu4_2=new Array("8 Great Reasons","8great.html","",0,20,170);
	Menu4_3=new Array("Exhibitors Brochure","ExhibitorsBrochure.pdf","",0,20,170);
	Menu4_4=new Array("Showcase Form","Showcaseform.pdf","",0,20,170);	
	
Menu5=new Array("rollover:images/nav-past.gif:images/nav-past2.gif","reviews.html","",3,34,202);
	Menu5_1=new Array("Past Reviews","reviews.html","",0,20,170);
	Menu5_2=new Array("Past Exhibitors","pastex.html","",0,20,170);
	Menu5_3=new Array("Past Attendees","attendees.html","",0,20,170);




	
