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                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=50                 // Follow Scrolling Rate
suboffset_top=5               // Sub menu offset Top position
suboffset_left=10             // Sub menu offset Left position



BlueWhite=[                  // BlueWhite is an array of properties. You can have as many property arrays as you need
"0000FF",                     // Mouse Off Font Color
"FFFFFF",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"0000FF",                     // Mouse On Font Color
"FFFF00",                     // Mouse On Background Color
"0000FF",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"arial,helvetica",            // Font Name
2,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // 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)
"0000FF",           // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]



addmenu(menu=[	// This is the array that contains your menu properties and details
"sidemenu",	// Menu Name - This is needed in order for the menu to be called
185,		// Menu Top - The Top position of the menu in pixels
14,		// Menu Left - The Left position of the menu in pixels
135,		// Menu Width - Menus width in pixels
1,		// Menu Border Width 
,		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
BlueWhite,	// Properties Array - this is set higher up, as above
1,		// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,		// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,		// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
,		// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,		// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,		// Right To Left - Used in Hebrew for example. (1=on/0=off)
,		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,		// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,		// Background image for menu when BGColor set to transparent.
,		// Scrollable Menu
,		// Reserved for future use
,
		
		//For each entry in the menu, you have the following:
		//
		// "Description Text", "URL", "Alternate URL", "Status Bar Text", "Separator Bar"

"<b></b>",		// "Description Text"
"# type=header;align=center;",			// "URL"
,					//"Alternate URL"
"",					//"Status Bar Text"
1,
"Home",
"default.htm",
,
"",
1,
"Discussion Forums",
"forums/default.asp",
,
"",
1,
"Combined Schedule",
"combinedschedule.htm",
,
"",
1,
"Ask Bob",
"askbob.htm",
,
"",
1,
"<b>Northwest Senior Tour</b>",		// "Description Text"
"# type=header;align=center;",			// "URL"
,					//"Alternate URL"
"",					//"Status Bar Text"
1,					//"Separator Bar"
"Schedule",
"nwschedule.htm",
,
"",
1,
"Results",
"nwresults.htm",
,
"",
1,
"All-Star Points",
"nwpoints.htm",
,
"",
1,
"Averages",
"nwaverages.htm",
,
"",
1,
"Swiss Averages",
"nwswissave.htm",
,
"",
1,
"Season Statistics",
"nwstats.htm",
,
"",
1,
"All Time Statistics",
"http://208.65.190.170/nwst/NWSTstats.htm",
,
"",
1,
"Newsletter",
"nwnewsletter.htm",
,
"",
1,
"Club Information",
"nwabout.htm",
,
"",
1,
"<b>Puget Sound Senior All Star Tour</b>",
"# type=header;align=center;",
,
"",
1,
"Schedule",
"wwschedule.htm",
,
"",
1,
"Results",
"wwresults.htm",
,
"",
1,
"All-Star Points",
"wwpoints.htm",
,
"",
1,
"Averages",
"wwaverages.htm",
,
"",
1,
"Club Information",
"wwabout.htm",
,
"",
1,
"<b>Southern Oregon Seniors</b>",
"# type=header;align=center;",
,
"",
1,
"Schedule",
"sosschedule.htm",
,
"",
1,
"Results",
"sosresults.htm",
,
"",
1,
"Statistics",
"http://lavalanes.com/soas/Seniors/sospoints.htm",
,
"",
1,
"Club Information",
"sosabout.pdf",
,
"",
1
])

dumpmenus();
