/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

var NoOffFirstLineMenus=7;		// Number of first level items
var LowBgColor='';				// Background color when mouse is not over
var LowSubBgColor='#F5CC7E';	// Background color when mouse is not over on subs
var HighBgColor='';				// Background color when mouse is over
var HighSubBgColor='#9D7232';	// Background color when mouse is over on subs
var FontLowColor='#000000';		// Font color when mouse is not over
var FontSubLowColor='#000000';	// Font color subs when mouse is not over
var FontHighColor='#FFFFFF';		// Font color when mouse is over
var FontSubHighColor='#FFFFFF';	// Font color subs when mouse is over
var BorderColor='';				// Border color
var BorderSubColor='#C39554';	// Border color for subs
var BorderWidth=1;				// Border width
var BorderBtwnElmnts=1;			// Border between elements 1 or 0
var FontFamily="Verdana, Arial, Geneva, sans-serif"	// Font family menu items
var FontSize=11;				// Font size menu items
var FontBold=0;					// Bold menu items 1 or 0
var FontItalic=0;				// Italic menu items 1 or 0
var MenuTextCentered='left';	// Item text position 'left', 'center' or 'right'
var MenuCentered='left';		// Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=0;				// horizontal overlap child/ parent
var ChildVerticalOverlap=0;		// vertical overlap child/ parent
var StartTop=0;				// Menu offset x coordinate
var StartLeft=0;				// Menu offset y coordinate
var VerCorrect=0;				// Multiple frames y correction
var HorCorrect=0;				// Multiple frames x correction
var LeftPaddng=4;				// Left padding
var TopPaddng=3;				// Top padding
var FirstLineHorizontal=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
var DissapearDelay=500;			// delay before menu folds in
var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
var FirstLineFrame='navig';		// Frame where first level appears
var SecLineFrame='space';		// Frame where sub levels appear
var DocTargetFrame='space';		// Frame where target documents appear
var TargetLoc='nav';				// span id for relative positioning
var HideTop=0;					// Hide first level when loading new document 1 or 0
var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
var ShowArrow=1;				// Uses arrow gifs when 1
var KeepHilite=1;				// Keep selected path highligthed
var Arrws=['/Cobrander/StillmanBank/Custom/tri_black.gif',5,10,'/Cobrander/StillmanBank/Custom/tridown.gif',10,5,'/Cobrander/StillmanBank/Custom/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){RePos();}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function visi(ID) {
	if (document.getElementById(ID)) {
		vista = (document.getElementById(ID).style.visibility == 'hidden') ? 'visible' : 'hidden';
		document.getElementById(ID).style.visibility = vista;
	}
}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

// Personal
Menu1=new Array("rollover:/Cobrander/StillmanBank/Custom/nav_personal.jpg:/Cobrander/StillmanBank/Custom/nav_personal_f2.jpg","http://www.stillmanbank.com/personal/index.php","",11,20,105);
	Menu1_1=new Array("Checking","http://www.stillmanbank.com/personal/checking.php","",0,20,225);
	Menu1_2=new Array("Savings","http://www.stillmanbank.com/personal/savings.php","",0,20);
	Menu1_3=new Array("Online Banking","http://www.stillmanbank.com/personal/online_banking.php","",0,20);
	Menu1_4=new Array("My Stillman Credit Card","http://www.mycardstatement.com/","",0,20);
	Menu1_5=new Array("ATM/Check/Credit Cards","http://www.stillmanbank.com/personal/cards.php","",0,20);
	Menu1_6=new Array("Personal Loans & Application","http://www.stillmanbank.com/personal/loans.php","",0,20);
	Menu1_7=new Array("Certificates of Deposit (CD)","http://www.stillmanbank.com/personal/cd.php","",0,20);
	Menu1_8=new Array("CDARS","http://www.stillmanbank.com/personal/cdars.php","",0,20);
	Menu1_9=new Array("Individual Retirement Accounts (IRA)","http://www.stillmanbank.com/personal/ira.php","",0,20);
	Menu1_10=new Array("Health Savings Accounts (HSA)","http://www.stillmanbank.com/personal/hsa.php","",0,20);
	Menu1_11=new Array("Stillman Switch Kit","http://www.stillmanbank.com/personal/switch_kit.php","",0,20);

// Business
Menu2=new Array("rollover:/Cobrander/StillmanBank/Custom/nav_business.jpg:/Cobrander/StillmanBank/Custom/nav_business_f2.jpg","http://www.stillmanbank.com/business/index.php","",6,20,106);
	Menu2_1=new Array("Online Banking","http://www.stillmanbank.com/business/online_banking.php","",0,20,125);
	Menu2_2=new Array("Business Checking","http://www.stillmanbank.com/business/checking.php","",0,20);
	Menu2_3=new Array("Visa Business Card","http://www.stillmanbank.com/business/visa_business_card.php","",0,20);
	Menu2_4=new Array("Business Services","http://www.stillmanbank.com/business/services.php","",0,20);
	Menu2_5=new Array("Stillman Switch Kit","http://www.stillmanbank.com/business/switch_kit.php","",0,20);
	Menu2_6=new Array("CDARS","http://www.stillmanbank.com/business/cdars.php","",0,20);


// Trust
Menu3=new Array("rollover:/Cobrander/StillmanBank/Custom/nav_trust.jpg:/Cobrander/StillmanBank/Custom/nav_trust_f2.jpg","http://www.stillmanbank.com/trust/index.php","",3,20,90);
	Menu3_1=new Array("Trust Services","http://www.stillmanbank.com/trust/services.php","",0,20,154);
	Menu3_2=new Array("Estate Planning","http://www.stillmanbank.com/trust/estate_planning.php","",0,20);
	Menu3_3=new Array("Investment Management","http://www.stillmanbank.com/trust/investment_management.php","",0,20);

// Mortgage
Menu4=new Array("rollover:/Cobrander/StillmanBank/Custom/nav_mortgage.jpg:/Cobrander/StillmanBank/Custom/nav_mortgage_f2.jpg","http://www.stillmanbank.com/mortgage/index.php","",3,20,112);
	Menu4_1=new Array("Mortgage WebCenter","http://stillmanbank.mortgagewebcenter.com/","",0,20,132);
	Menu4_2=new Array("Home Equity","http://www.stillmanbank.com/mortgage/home_equity.php","",0,20);
	Menu4_3=new Array("Mortgage Programs","http://www.stillmanbank.com/mortgage/programs.php","",0,20);

// Agriculture
Menu5=new Array("rollover:/Cobrander/StillmanBank/Custom/nav_agriculture.jpg:/Cobrander/StillmanBank/Custom/nav_agriculture_f2.jpg","http://www.stillmanbank.com/agriculture/index.php","",3,20,122);
	Menu5_1=new Array("Ag Loans","http://www.stillmanbank.com/agriculture/loans.php","",0,20,122);
	Menu5_2=new Array("Ag Services","http://www.stillmanbank.com/agriculture/services.php","",0,20);
	Menu5_3=new Array("Ag Links","http://www.stillmanbank.com/agriculture/links.php","",0,20);

// Other Services
Menu6=new Array("rollover:/Cobrander/StillmanBank/Custom/nav_other_services.jpg:/Cobrander/StillmanBank/Custom/nav_other_services_f2.jpg","http://www.stillmanbank.com/other_services/index.php","",6,20,139);
	Menu6_1=new Array("TeleBanking","http://www.stillmanbank.com/other_services/telebanking.php","",0,20,139);
	Menu6_2=new Array("Overdraft Protection","http://www.stillmanbank.com/other_services/overdraft_protection.php","",0,20);
	Menu6_3=new Array("Safe Deposit Boxes","http://www.stillmanbank.com/other_services/safe_deposit.php","",0,20);
	Menu6_4=new Array("Prepaid Cards","http://www.stillmanbank.com/other_services/prepaid_cards.php","",0,20);
	Menu6_5=new Array("Consumer News","http://www.stillmanbank.com/other_services/consumer_news.php","",0,20);
	Menu6_6=new Array("Identity Theft Kit","http://www.stillmanbank.com/other_services/identity_theft.php","",0,20);

// About Us
Menu7=new Array("rollover:/Cobrander/StillmanBank/Custom/nav_about_us.jpg:/Cobrander/StillmanBank/Custom/nav_about_us_f2.jpg","http://www.stillmanbank.com/about/index.php","",5,20,112);
	Menu7_1=new Array("History","http://www.stillmanbank.com/about/history.php","",0,20,112);
	Menu7_2=new Array("Our Vision","http://www.stillmanbank.com/about/our_vision.php","",0,20);
	Menu7_3=new Array("Locations","http://www.stillmanbank.com/about/locations.php","",0,20);
	Menu7_4=new Array("Statement of Condition","http://www.stillmanbank.com/about/condition.php","",0,32);
	Menu7_5=new Array("Community Involvement","http://www.stillmanbank.com/about/community.php","",0,32);
