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
0,						// Width - set to 0 to let the menu elements size themselves
0,						// 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
"center",					// 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
1, 						// 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.htm","Back to the homepage","_self",
"Products & Services",1,"PersonalBanking.htm","Products & Services","_self",
"Banking Centers",3,"#","Banking Centers","_self",
"Calculators",null,"Calculators.html","Calculators","_self",
"About Us",4,"#","About Us","_self",
"Careers",null,"Careers.html","Career Opportunities","_self",	
"Community Links",null,"Community.html","Community Links","_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
"Checking & Savings Plans",null,"PersonalChecking.htm","Checking & Savings Plans","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Personal Loans",null,"PersonalLoans.htm","Loans","_self",
"Business Services",null,"BusinessServices.html","Business Services","_self",
"Services",null,"OtherServices.htm","Other Services","_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
"Garden City",null,"Community/GardenCity.html","Garden City","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Goodland",null,"Community/Goodland.html","Goodland","_self",
"Leoti",null,"Community/Leoti.html","Leoti","_self",
"Scott City",null,"Community/ScottCity.html","Scott City","_self",
"Ulysses",null,"Community/Ulysses.html","Ulysses","_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"
"Garden City",null,"Locations-Garden.html","Garden City","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Dodge City",null,"Locations-Dodge.html","Dodge City","_self",
"Goodland",null,"Locations-Goodland.html","Goodland","_self",
"Leoti",null,"Locations-Leoti.html","Leoti","_self",
"Scott City",null,"Locations-Scott.html","Scott City","_self",
"St. Francis",null,"Locations-Francis.html","St.Francis","_self",
"Ulysses",null,"Locations-Ulysses.html","Ulysses","_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
"Directors",null,"Directors.html","Directors","_self",
"Balance Sheet",null,"Balance.html","Balance Sheet","_self",
"History",null,"History.html","History","_self"
	);
