menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#333333', Direction=135, Strength=2)"

timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=7;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#000000",			// Mouse Off Font Color
"#EEEEEE",			// Mouse Off Background Color
"#990000",			// Mouse On Font Color
"#FFFFFF",			// Mouse On Background Color
"#000000",			// Menu Border Color 
10,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
2,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"000000",			// Current Page Item Font Color (leave this blank to disable)
"#AAAAAA",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"black",				// Menu Item Separator Color
]
// top, center

addmenu(menu=["Agenda",385,150,130,1,"",style1,,"center",effect,,,,,,,,,,,,	
	,"Program Itinerary","/cchange/2006/itinerary.asp",,,1
	,"Conference Agenda","/cchange/2006/agenda.asp",,,1	
])	

addmenu(menu=["Archives",542,150,130,1,"",style1,,"center",effect,,,,,,,,,,,,
	,"C-Change 2004","http://www.ciol.com/cchange/2004/",,,1
	,"C-Change 2005","http://www.ciol.com/cchange/2005/",,,1		
])

addmenu(menu=["venue",465,150,130,1,"",style1,,"center",effect,,,,,,,,,,,,
	,"Floor Plan","floorplan.asp target=_blank",,,1
	,"FAQs","location_faqs.asp",,,1
])

addmenu(menu=["travel",607,150,130,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"Schedule","schedule.asp",,,1
	,"FAQs","faqs.asp",,,1	
])

addmenu(menu=["delegates",425,150,130,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"Confirmed Delegates","delegates.asp",,,1	
])
    
dumpmenus()
