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
"About Us",1,"../about-us.html","About Us","_self",
"Personal Banking",2,"../personal-banking.html","Personal Banking","_self",// "Description Text", "menu #", "URL", "Status", "target"
"Specialty Banking",null,"../specialty-banking.html","Specialty Banking","_self",
"Electronic Banking",null,"../internet-banking.html","Electronic Banking","_self",
"Business Banking",3,"../business-banking.html","Business Banking","_self",
"Windsor Investments",null,"../investments.html","Windsor Investments","_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
"Our History",null,"../about-us.html","History","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"President's Message",null,"../president.html","President's Message","_self",
"Our Vision",null,"../vision.html","Our Vision","_self",
"Our Staff",null,"../personnel.html","Our Staff","_self",
"Branch Locations",null,"../locations.html","Branch Locations","_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
"Checking Products",null,"../personal-checking.html","Checking","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Savings Products",null,"../personal-savings.html","Savings/Investments","_self",
"Loans/Lines of Credit",null,"../personal-loans.html","Loans & Lines of Credit","_self",
"Mortgages",null,"../mortgages.html","Mortgages","_self"
//"Personal Services",null,"services.html","Personal Services","_self",
//"Personal Switch Kit",null,"#","Personal Switch Kit","_self",
//"Our Rates",null,"../rates.php","Our Rates","_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"
"Deposit Accounts",null,"../business-checking.html","Checking","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Services/Cash Management",null,"../business-services.html","Savings/Investments","_self",
"Loans/Lines of Credit",null,"../business-loans.html","Loans/Lines of Credit","_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
"Press Releases",null,"../whatsnew.html","Press Releases","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"Awards/Recognitions",null,"#","Awards/Recognitions","_self",
"Branch News",null,"#","Branch News","_self"
	);

menu[5] = 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
"Investment Executives",null,"javascript:LinkAlert(\"http://www.windsorinvestmentservices.com/\");","Investment Executives","_self",// "Description Text", "menu #", "URL", "Status", "Separator Bar"
"PrimeVest",null,"javascript:LinkAlert(\"http://www.primevest.com/\");","PrimeVest","_self"
	);


