timegap=500
followspeed=5
followrate=20
suboffset_top=4;
suboffset_left=0;

effect = "fade(duration=0.3);Shadow(color='#808080', 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
"000000",					// Off Font Color
"F6E38F",					// Off Back Color
"F6E38F",					// On Font Color
"707070",					// On Back Color
"",					// Border Color
14,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Arial,sans-serif",	// Font
10,							// Padding
"arrow.gif",				// Sub Menu Image
0,						// 3D Border & Separator
"",					// 3D High Color
"",					// 3D Low Color
"",					// Referer item Font Color (leave this blank to disable)
"",					// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop2 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"F6E38F",					// Off Back Color
"F6E38F",					// On Font Color
"707070",					// On Back Color
"",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Arial,sans-serif",	// Font
5,							// Padding
"arrow.gif",				// Sub Menu Image
0,						// 3D Border & Separator
"",					// 3D High Color
"",					// 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
251,					// Top
20,					// left
,					// Width
0,					// 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
1,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
// next section - "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About&nbsp;Trinity&nbsp;Financial&nbsp;&nbsp;&nbsp;&nbsp;","show-menu2","about.htm","Our philosophies, our standards, our convictions",1,
"Advisory&nbsp;Board&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","board.htm",,"",1,
"Speakers&nbsp;Bureau&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","speakers.htm",,"Looking for a speaker?",1,
"Photo&nbsp;Gallery&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","photo.htm",,"Various images of many wonderful people",1,
"Press&nbsp;Room","show-menu3",,"",1
]

menu2=[
,,,1,"",prop2,,"",,,,,,,,
"What&nbsp;We&nbsp;Do","about.htm",,"Get your questions answered",0,
"Free&nbsp;Downloads","DL.htm",,"To help, to inform, and sometimes to humor",0,
"Join&nbsp;Our&nbsp;Free&nbsp;E-List&nbsp;&nbsp;&nbsp;&nbsp;","join.htm",,"We never share your information",0,
"Off-Site Links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","links.htm",,"Informative off-site links",0
]

menu3=[
,,,1,"",prop2,,"",,,,,,,,
"Releases","press.htm",,"As it happens",0,
"In&nbsp;the&nbsp;News&nbsp;&nbsp;&nbsp;","news.htm",,"",0
]
		

		
