
timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.5);Shadow(color='#777777', 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();
}function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=no,location=no,status=no,menubar=no,");
	nwin.focus();
}

function openwin2(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=no,status=no,menubar=no,");
	nwin.focus();
}

function openwin3(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=no,menubar=no,width=590,height=400,");
	nwin.focus();
}


prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"084d8e",					// Off Back Color
"084d8e",					// On Font Color
"F6EE06",					// On Back Color
"FFFFFF",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",						// Font Weight
"Verdana,Helvetica",			// Font
5,							// Padding
"/js/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"ffff66",					// 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)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"084d8e",					// Off Back Color
"084d8e",					// On Font Color
"F6EE06",					// On Back Color
"FFFFFF",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Helvetica",			// Font
5,							// Padding
"/js/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"ffff66",					// 3D High Color
"000099",					// 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
76,					// Top1
0,					// left
150,					// Width
1,					// Border Width
"left",			// 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
"left",			// 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
, 					// 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

 // "DescriptionText", "URL", "Alternate URL", "Status", "Separator Bar"
"Home","/index.htm",,"Home",1,
"About Us","show-menu2","/Locations.htm","About Us",1,
"Deposit Accounts","show-menu3","/PersonalAccounts.htm","Deposit Accounts",1,
"GoldStar Club","/goldstar-club.htm",,"GoldStar Club",1,
"Investment Services",'javascript:openwin3("/popups/investments1.htm")',,"Investments",1,
"Insurance Services",'javascript:openwin3("/popups/insurance1.htm")',,"Insurance Services",1,
"Loans","/Loans.htm",,"Loans",1,
"Online Banking","/OnLine.htm",,"Online Banking",1,
"Trust Services","/TrustServices.htm",,"Trust Services",1,
"Rates","/Rates.htm",,"Rates",1,
"Scholarship","/Scholarship.htm",,"Scholarship",1,
"Helpful Resources","show-menu4","/Links.htm","Helpful Resources",1
]


menu2=[
,,125,1,"",prop2,,"left",effect,,,,,,,
"Locations","/Locations.htm",,"Locations",1,
"Employment","/Employment.htm",,"Employment",1,
"History","/History.htm",,"History",1,
"Contact Us","/contactus.htm",,"Contact Us",1

]

menu3=[
,,125,1,"",prop2,,"left",effect,,,,,,,
"Personal Deposits","/PersonalAccounts.htm",,"Personal Deposits",1,
"Business Deposits","/BusinessAccounts.htm",,"Business Deposits",1,
"Services","/Services.htm",,"Services",1,
"Reorder Checks",'javascript:openwin3("/popups/Check_Reorder.htm")',,"Reorder Checks",1
]


menu4=[
,,125,1,"",prop2,,"left",effect,,,,,,,
"Links","/Links.htm",,"Links",1,
"Calculators","/Calculators.htm",,"Calculators",1,
"Glossary","/Glossary.htm",,"Glossary",1,
"Consumer Awareness","/fraud.htm",,"Consumer Awareness",1
]




