
var tabs = [
				//tab ATM
				['<h4>ATM</h4><span class="body">Franklin-Somerset Federal Credit Union&rsquo;s ATM card provides worldwide account access to your funds 24 hours a day. F-SFCU ATM machines are available to members free-of-charge. The Credit Union has an ATM machine at all offices.</span>'],
				//tab Visa Check Card
				['<h4>Visa Check Card</h4><span class="body">Your F-SFCU Check Card is convenient! Use it to purchase goods and services anywhere Visa is accepted, and the amount will be automatically withdrawn from your checking account.<br><br>Your F-SFCU Check card is fast! No more time spent filling out checks and waiting for the store clerk to check ID and write down personal information.<br><br>And don\'t forget your Check Card is also your ATM card. You can obtain service at hundreds of locations across the state and all across the country, 24 hours a day, 7 days a week.</span>'],
				//tab EZ Banking
				['<h4>EZ Banking <em>(Franklin-Somerset Federal Credit Union\'s Home Banking product)</em></h4><span class="body">EZ Banking is a home banking service that lets you use your computer to perform many personal banking functions from the comfort of your home, at work, or on the road... anytime of the day or night. With EZ Banking, you can see your account on screen with our online, real-time information. EZ Banking is Free! And it\'s easy to access.<p align="center"><br/><i>Log on to or apply for EZ Banking by clicking below.</i><br/><br/><b class="red"><a href="https://mcw2.synergentcorp.com/cgi-bin/mcw088.cgi?MCWSTART" target="blank" class="linkBlack">EZ Banking</a></b></p><p>The Convenience of EZ Banking means you can:<ul type="square" compact><li>Get current account balances</li><li>View account histories</li><li> Make transfers between accounts</li><li>Request a check</li><li>Download transaction history into personal financial software</li><li> Obtain tax information</li><li>Obtain direct deposit information</li><li>Communicate with your credit union via e-mail</li></ul><br><a href="fsfcu-ezapp.pdf" target="blank" class="linkBlack">Click Here to download printable application for EZBanking</a></span>'],
				//tab 24hr acess
				['<h4>24 hour Account Access <em>(Tellerphone)</em></h4><span class="body">You can enjoy the convenience of using a telephone to access your credit union account from home, work, and even if you are out of town.</span>'],
				//tab driv-up window
				['<h4>Drive-up Window</h4><span class="body">Gives you the convenience of not having to get out of your vehicle.</span>'],
				//tab Night Deposit
				['<h4>Night Depository</h4><span class="body">Your may drop your deposits off during non-business hours.</span>'],
				//tab payroll deductions
				['<h4>Direct Deposit</h4><span class="body">F-SFCU offers direct deposit of paychecks, retirement checks, or other forms of income to members.</span>'],
				//tab money orders
				['<h4>Payroll Deductions</h4><span class="body">Available through several employers. The easy-way-to-pay on loans and build up savings.</span>'],
				//tab Travelers checks
				['<h4>Money Orders</h4><span class="body">Credit Union members may purchase money orders for a nominal fee at any credit union office.</span>'],
				//tab Savings Bonds
				['<h4>Travelers Checks</h4><span class="body">Credit Union members may purchase Visa Checks for a nominal fee at any of our locations. </span>'],
				//tab TT&L
				['<h4>Savings Bonds</h4><span class="body">Stop by and order your I Bonds or EE Bonds today or order them directly from <a href="http://www.savingsbonds.gov" target="blank" class="linkBlack">www.savingsbonds.gov</a>. The current savings bonds rates can also be accessed at this site.</span>'],
				//tab Notary Public
				['<h4>TT & L <em>(Treasury Tax and Loan Payments)</em></h4><span class="body">Business accounts may make their federal tax deposits here.</span>'],
				//tab Wire Transfres
				['<h4>Notary Public Service</h4><span class="body">This service is provided for members at no charge at any credit union office.</span>'],
				//tab Automatic Loan Pay
				['<h4>Wire Transfers <em>(Wiring Instructions)</em></h4><table width="388"  border="0"><tr><td width="99" class="body"><div ><b>Wire to:</b> </div></td><td width="279" class="body">Tricorp Federal Credit Union</td></tr><tr><td>&nbsp;</td><td class="body">Westbrook, Me.</td></tr><tr><td>&nbsp;</td><td class="body">ABA #&nbsp; 211291666</td></tr><tr><td><img src="images/invis.gif" width="10" height="15"></td><td class="body">&nbsp;</td></tr><tr><td class="body"><div ><b>Further Credit:</b></div></td><td class="body">Franklin-Somerset Federal Credit Union</td></tr><tr><td>&nbsp;</td><td class="body">Farmington, Me</td></tr><tr ><td>&nbsp;</td><td class="body">ABA #&nbsp; 211288941</td></tr><tr><td valign="top"><img src="images/invis.gif" width="10" height="15"></td><td class="body">&nbsp;</td></tr><tr ><td class="body"><div ><b>Final Credit:</b></div></td><td class="body">Member&rsquo;s Name</td></tr><tr><td>&nbsp;</td><td class="body">Account #</td></tr><tr><td>&nbsp;</td><td class="body">Savings or Checking</td></tr></table>'],
				//tab 13
				['<h4>Shared Branching</h4><span class="body">FSFCU is part of a Nationwide Shared Branching Network that gives you the flexibility to conduct your financial transactions at more than 40 locations in Maine and thousands of locations across the nation.  Visit one of our offices for more information on this service.  Also, click <a target="_blank" class="linkBlack" href="http://www.f-sfcu.com/files/sbmapflyer.pdf">here</a> for a downloadable statewide map and <a target="_blank" class="linkBlack" href="http://www.cuservicecenters.com/">here</a> for a national map.  </span>'],
				//tab 14
				['<h4>Automatic Loan Payment Transfers</h4><span class="body">It\'s no longer necessary to write a check to make a payment, let us transfer your payment from your savings or checking account and always be on time.</span>'],
				//tab 16 default
				['<p>Please use the menu to the left of the page to browse our other services.</p>']
];













				//you can have more tabs if you want

//if you have empty space between your tabs, adjust this to a lower number
var width = 10;

function preloadImages() {
	for (var y = 0; y < 2; y++) {
		for (var x = 0; x < tabs.length; x++) {
			image = new Image();
			image.src = tabs[x][y];
		}
	}
}

function drawTabs() {
document.write("<table cellspacing=0 cellpadding=0 border=0><tr><td>");
document.write("</td><td></td></tr><tr><td id=currentTab colspan="+(tabs.length+1)+">");
document.write(tabs[16][0]);
document.write("</td></tr></table>");
	//document.write("<table cellspacing=0 cellpadding=0 border=0><tr>");
	//for (var x = 0; x < tabs.length; x++) {
		//document.write("<td><a href='javascript:switchTab("+x+")'><img name='tab"+x+"' border=0 src="+tabs[x][0]+"></a></td>");
	//}
	//document.write("</td><td></td></tr><tr><td id=currentTab colspan="+(tabs.length+1)+">");
	//document.write(tabs[0][2]);
	//document.write("</td></tr></table>");
	//document.images["tab0"].src = tabs[0][1];
}

function switchTab(tab) {
	//for (var x = 0; x < tabs.length; x++) {
		//if (x != tab)
			//document.images["tab"+x].src = tabs[x][0];
	//}
	//document.images["tab"+tab].src = tabs[tab][1];
	document.getElementById("currentTab").innerHTML = tabs[tab][0];
}

//preloadImages();
