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)}

timegap=500
followspeed=5
followrate=20
suboffset_top=0;
suboffset_left=120;
effect = "fade(duration=0.1);Shadow(color='777777', Direction=135, Strength=1)"
hlp=[					// hlp is an array of properties you can have as many property arrays as you need
"FFCC33",				// Off Font Color
"transparent",				// Off Back Color
"white",				// On Font Color
"transparent",				// On Back Color
"transparent",				// Border Color
12,					// Font Size
"normal",				// Font Style
"bold",					// Font Weight
"Arial",				// Font
2,					// Padding
,					// Image
0,					// 3D Border & Separator
,					// 3D High Color
					// 3D Low Color
]

hlp2=[					// hlp is an array of properties you can have as many property arrays as you need
"FFCC33",				// Off Font Color
"transparent",				// Off Back Color
"white",				// On Font Color
"transparent",				// On Back Color
"transparent",				// Border Color
12,					// Font Size
"normal",				// Font Style
"bold",					// Font Weight
"Arial",				// Font
2,					// Padding
0,					// Image
0,					// 3D Border & Separator
,					// 3D High Color
					// 3D Low Color
]

addmenu(menu=["menu1",			// this is the array that contains your menu properties and details
300,					// Top
120,					// left
100,					// Width
0,					// Border Width
,					// Screen Position - here you can use "center;middle;right"
hlp,					// Properties Array - as above
1,					// Always Visible - allows the menu item to be visible at all time
"right",				// Alignment - sets the menu elements/text alignment, HTML values are valid here
,					// Filter - Text variable for setting transitional effects on menu activation
1,					// Follow Scrolling - Tells this menu item to follow the user down the screen
, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
1,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere
,,,,,,,,					// Reserved

,"Back to Top","#top",,"Back to Top",0
,"","",,"",0
,"< 2002","show-menu=2002",,"",0
,"< 2001","show-menu=2001",,"",0
])

addmenu(menu=["2002",
	,,150,,"",hlp2,,"left",,,,,,,,,,,,,
	,"September","consep02.htm",,,0
	,"August","conaug02.htm",,,0
	,"July","conjul02.htm",,,0
	,"June","conjun02.htm",,,0
	,"May","conmay02.htm",,,0
	,"April","conapr02.htm",,,0
	,"March","conmar02.htm",,,0
	,"February","confeb.htm",,,0
	,"January","conjan.htm",,,0
])

addmenu(menu=["2001",
	,,150,,"",hlp2,,"left",,,,,,,,,,,,,
	,"December","condec.htm",,,0
	,"November","connov.htm",,,0
	,"October","conoct.htm",,,0
	,"September","consep.htm",,,0
	,"August","conaug.htm",,,0
	,"July","conjul.htm",,,0
	,"June","conjun.htm",,,0
	,"May","conapr.htm",,,0
	,"April","conapr.htm",,,0
])

dumpmenus()