timegap=500
followspeed=5
followrate=40
suboffset_top=0;
suboffset_left=0;

effect = "fade(duration=0.3);Shadow(color='#888888', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"000078",					// Off Back Color
"e0d4c0",					// On Font Color
"000078",					// On Back Color
"000078",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"arial",					// Font
6,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"ffffff",					// 3D High Color
"ffffff",					// 3D Low Color
"",					// Referer item Font Color (leave this blank to disable)
"",					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
0,					// Top
0,					// middle
,					// Width
1,					// Border Width
"center",			// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"home","http://www.ccpg.net/main1.htm",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"about&nbsp;ccpg","http://www.ccpg.net/about.htm",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"meetings","show-menu2",,"#",1,
"member information","http://www.ccpg.net/membership.htm",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"contracts","http://www.ccpg.net/contracts.htm",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar""achievements","show-menu7",,"#",1,
"resources&nbsp;links","http://www.ccpg.net/links.htm",,,1,// "Description Text", "URL", "Alternate URL", "Status", 
"miscellaneous","show-menu4",,"#",1
]

menu2=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"upcoming meetings","http://www.ccpg.net/meetings.htm",,,0,
"meeting minutes","http://www.ccpg.net/minutes.htm",,"#",1
]

menu3=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"recruiting letter","http://www.websinc.org",,,,
"tryout / camp schedule","http://www.websinc.org",,,,
"registration form","http://www.websinc.org",,,
]

menu4=[,,120,1,,prop1,0,"left",effect,0,,,,,,
"what's new(s)?","http://www.ccpg.net/whatsnew.htm",,,1,
"by-laws","http://www.ccpg.net/by-laws.htm",,,1,
"upcoming&nbsp;events","http://www.ccpg.net/upcoming.htm",,,1,
"photo_gallery","http://www.ccpg.net/photo.htm",,,1,
"invitation to bid","http://www.ccpg.net/bids.htm",,,1
]

menu5=[
,,140,1,"",prop1,,"",effect,,,,,,,
"January 12, 2005","http://www.ccpg.net/1-12-2005.htm",,,1,
"October 13, 2004","http://www.ccpg.net/10-13-2004.htm",,,1,
"July 14, 2004","http://www.ccpg.net/7-14-2004.htm",,,1,
"April 14, 2004","http://www.ccpg.net/4-14-2004.htm",,,1,
"January 15, 2004","http://www.ccpg.net/1-15-2004.htm",,,1,
"October 8, 2003","http://www.ccpg.net/10-8-2003.htm",,,1,
"July 9, 2003","http://www.ccpg.net/7-9-2003.htm",,,1
]


