var menu = new Array();
var myMenu = "";
var undefined;

menu[0] = new Array(
0,					// Top location - used if Screen Position is absolute
0,						// Left location - used if Screen Position is absolute
140,						// Width - set to 0 to let the menu elements size themselves
1,						// Border Width
"relative",				// Screen Position - relative or absolute
"menu0",				// CSS style for this menu
"visible",				// Visibility - 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
0,						// Wrap - 1 to wrap, 0 to nowrap text
0, 						// Orientation - Tells the menu to be horizontal instead of top to bottom style
0,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
0,						// Position of sub image left:center:right:middle:top:bottom
0,						// Show an image on top menu bars indicating a sub menu exists below
null,					// Parent menu number
"Home",null,"index.asp","Home","_self",
"Bank Services",2,"deposit-services.html","Special Services","_self",// "Description Text", "menu #", "URL", "Status", "target"
"Investment Services",null,"investment-services.html","Investment Services","_self",
"CD Rates",null,"cds-rates.html","CD Rates","_self",
"Locations & Hours",null,"locations.html","Locations & Hours","_self",
"About Us",1,"about-us.html","About Us","_self"
);

menu[1] = new Array(
0,					// Top location - used if Screen Position is absolute
0,						// Left location - used if Screen Position is absolute
125,						// Width - set to 0 to let the menu elements size themselves
1,						// Border Width
"absolute",				// Screen Position - relative or absolute
"menu1",				// CSS style for this menu
"hidden",				// Visibility - 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
1,						// Wrap - 1 to wrap, 0 to nowrap text
0, 						// Orientation - Tells the menu to be horizontal instead of top to bottom style
0,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
0,						// Position of sub image left:center:right:middle:top:bottom
0,						// Show an image on top menu bars indicating a sub menu exists below
0,						// Parent menu number
"History",null,"about-us.html","History","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Employees & Officers",null,"personnel.html","Employees & Officers","_self",
"Bank Calendar & Links",null,"links.html","Bank Calendar & Links","_self"
	);

menu[2] = new Array(
0,					// Top location - used if Screen Position is absolute
0,						// Left location - used if Screen Position is absolute
125,						// Width - set to 0 to let the menu elements size themselves
1,						// Border Width
"absolute",				// Screen Position - relative or absolute
"menu1",				// CSS style for this menu
"hidden",				// Visibility - 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
1,						// Wrap - 1 to wrap, 0 to nowrap text
0, 						// Orientation - Tells the menu to be horizontal instead of top to bottom style
0,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
0,						// Position of sub image left:center:right:middle:top:bottom
0,						// Show an image on top menu bars indicating a sub menu exists below
0,						// Parent menu number
"Services",null,"deposit-services.html","Special Services","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Financial Calculators",null,"calculators.html","Financial Calculators","_self"
	);


menu[3] = new Array(
0,					// Top location - used if Screen Position is absolute
0,						// Left location - used if Screen Position is absolute
125,						// Width - set to 0 to let the menu elements size themselves
1,						// Border Width
"absolute",				// Screen Position - relative or absolute
"menu1",				// CSS style for this menu
"hidden",				// Visibility - 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
1,						// Wrap - 1 to wrap, 0 to nowrap text
0, 						// Orientation - Tells the menu to be horizontal instead of top to bottom style
0,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
0,						// Position of sub image left:center:right:middle:top:bottom
0,						// Show an image on top menu bars indicating a sub menu exists below
0,						// Parent menu number
// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Wapello",null,"#","Wapello","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Morning Sun",null,"#","Morning Sun","_self",
"Mount Union",null,"#","Mount Union","_self",
"Burlington",null,"#","Burlington","_self",
"Our History",null,"about-us.html","Our History","_self"
	);

menu[4] = new Array(
0,					// Top location - used if Screen Position is absolute
0,						// Left location - used if Screen Position is absolute
125,						// Width - set to 0 to let the menu elements size themselves
1,						// Border Width
"absolute",				// Screen Position - relative or absolute
"menu1",				// CSS style for this menu
"hidden",				// Visibility - 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
1,						// Wrap - 1 to wrap, 0 to nowrap text
0, 						// Orientation - Tells the menu to be horizontal instead of top to bottom style
0,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
0,						// Position of sub image left:center:right:middle:top:bottom
0,						// Show an image on top menu bars indicating a sub menu exists below
0,						// Parent menu number
"Personal Online Banking",null,"#","Personal Online Banking","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Business Online Banking",null,"#","Business Online Banking","_self",
"Personal Online Bill Pay",null,"#","Personal Online Bill Pay","_self",
"Business Online Bill Pay",null,"#","Business Online Bill Pay","_self"
	);



