EnableLiveChat = true;

function openMap()
{	var myzip=document.branchmap.zipcode.value;
	if(!myzip || isNaN(myzip))
	{	alert('Please enter a valid zipcode.');
	} else {
		var bmurl='http://www.branchmap.com/mapserver.php?client=aspire&zip='+myzip;
		window.open(bmurl,'branchmap','width=805,height=635,top=0,toolbar=no,personalbar=no,location=no,directories=no,statusbar=no,menubar=no,status=no,resizable=yes,left=10,screenX=10,top=10,screenY=10');
	}
}

function LoadLiveChat()
{	if (EnableLiveChat)
	{	var js = document.createElement('script');
		js.setAttribute( 'type', 'text/javascript' );
		js.setAttribute( 'src', 'https://livechat.volusion.com/script.aspx?id=195138' );
		js.setAttribute( 'defer', 'defer' );
		document.body.appendChild( js );
	}
}

function QuickLinkJump (newLoc)
{	newPage = newLoc.options[newLoc.selectedIndex].value;
	if (newPage != "")
	{	left = 1;
		if (newPage.substr(7, 17) == "www.aspirefcu.org") { left=0; }
		if (newPage.substr(8, 16) == "aspiresecure.org")  { left=0; }
		
		if (left == 0)
			{ window.location = newPage; }
		else
			{ LeaveSiteConf(newPage, 1); }
	}
}


function header()
{	IndexPage = false;
	pathArray = window.location.pathname.split( '/' );
	pathArray.reverse();
	if ((pathArray[0] != "index.htm") && (pathArray[0] != "")) { IndexPage = true; }
	
	document.writeln("<table border='0' width='900px' cellpadding='0' cellspacing='0'>");
	document.writeln("	<tr><td rowspan='3'><img src='images/spacer.gif' width='17px' height='1px' border='0'></td>");
	document.writeln("		<td rowspan='3' valign='bottom'><table border='0' width='202px' cellpadding='0' cellspacing='0'>");
	document.writeln("				<tr><td><a href='http://www.aspirefcu.org'><img src='images/aspire_logo.gif' border='0'></a></td></tr>");

	if (IndexPage)
	{	document.writeln("			<tr><td align='center' style='font:700 14px Trebuchet MS, Helvetica;' valign='bottom'>");
		document.writeln("					Your Dream. Our Purpose.</td></tr>");
	}

	document.writeln("			</table></td>");
	document.writeln("		<td rowspan='3'><img src='images/spacer.gif' width='30px' height='1px' border='0'></td>");
	document.writeln("		<td><img src='images/spacer.gif' height='5px' border='0'></td>");
	document.writeln("		<td rowspan='3'><img src='images/spacer.gif' width='20px' height='1px' border='0'></td></tr>");
	document.writeln("	<tr><td><table border='0' cellpadding='0' cellspacing='0' width='631px'>");
	document.writeln("				<tr><td rowspan='2'><img src='images/spacer.gif' height='1px' width='5px' border='0'></td>");
	document.writeln("					<td><img src='images/spacer.gif' height='1px' width='145px' border='0'></td>");
	document.writeln("					<td rowspan='2'><img src='images/spacer.gif' height='1px' width='5px' border='0'></td>");

	if (!(EnableLiveChat))
		{ document.writeln("			<td><img src='images/spacer.gif' height='1px' width='165px' border='0'></td>"); }

	document.writeln("					<td><img src='images/spacer.gif' height='1px' width='142px' border='0'></td>");
	document.writeln("					<td rowspan='2'><img src='images/spacer.gif' height='1px' width='5px' border='0'></td>");
	
	if (EnableLiveChat)
	{	document.writeln("				<td><img src='images/spacer.gif' height='1px' width='155px' border='0'></td>");
		document.writeln("				<td rowspan='2'><img src='images/spacer.gif' height='1px' width='5px' border='0'></td>");
	}

	document.writeln("					<td><img src='images/spacer.gif' height='1px' width='142px' border='0'></td></tr>");
	document.writeln("				<tr><td width='145px' valign='top' style='padding-top:4px;'><!--<a ");
	document.writeln("						href='javascript:LeaveSiteConf(\"http://survey.raddon.com/fs.aspx?surveyid=3caa06498fa4de7a2ed62ee6bbb486e\", 1);'>");
	document.writeln("						<img src='images/headbutton_survey.gif' border='0'></a>--></td>");
	document.writeln("					<td width='142px' valign='top' style='padding-top:4px;'>");
	document.writeln("						<img src='images/headbutton_nmla.gif' border='0' usemap='#nmlamap'></td>");
/*	document.writeln("						<table border='0' cellpadding='0' cellspacing='0' width='142px' background='images/mycu_bg.gif'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' height='7px' border='0'></td></tr>");
	document.writeln("							<tr><td height='42px'  style='font:900 13px Trebuchet MS, Helvetica; line-height:14px; ");
	document.writeln("									padding-left:25px;' align='center'>Non-Member<br>Loan<br>Application</td></tr>");
	document.writeln("							<tr><td align='center' style='padding-left:25px;'><a target='_blank' ");
	document.writeln("									href='https://aspiresecure.org/logon_nmloan.aspx'>");
	document.writeln("									<img border='0' src='images/nmla_apply.gif'></a></td></tr>");
	document.writeln("							<tr><td><img src='images/spacer.gif' height='12px' border='0'></td></tr>");
	document.writeln("						</table></td>");*/
	
	if (EnableLiveChat)
	{	document.writeln("				<td width='155px' valign='bottom'><!-- Begin Volusion Live Chat -->");
		document.writeln("					<div id='VolusionLiveChat'>");
		document.writeln("						<a href='http://www.aspirefcu.org/livechat_software.asp'>Live Chat Software</a></div>");
		document.writeln("					<!-- End Volusion Live Chat --></td>");
	}
	
	document.writeln("					<td width='142px' valign='top' style='padding-top:4px;'>");
	document.writeln("						<img src='images/headbutton_mycu.gif' border='0' usemap='#mycumap'></td></tr>");
/*	document.writeln("						<table border='0' cellpadding='0' cellspacing='0' width='142px' background='images/mycu_bg.gif'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' height='4px' border='0'></td></tr>");
	document.writeln("							<tr><td align='center' style='font:900 16px Trebuchet MS, Helvetica; ");
	document.writeln("									padding-left:25px;'><b>My CU Online</b></td></tr>");
	document.writeln("							<tr><td style='font:900 14px Trebuchet MS, Helvetica; line-height:12px; padding-left:25px;' ");
	document.writeln("									align='center'><b>Access Your<br>Accounts</b></td></tr>");
	document.writeln("							<tr><td align='center' style='padding-left:25px;'><a href='https://aspiresecure.org/' ");
	document.writeln("									target='_blank'><img border='0' src='images/mycu_login.gif'></a></td></tr>");
	document.writeln("							<tr><td><img src='images/spacer.gif' height='12px' border='0'></td></tr>");
	document.writeln("						</table></td></tr>");*/
	document.writeln("			</table></td></tr>");
	document.writeln("	<tr><td><table border='0' cellpadding='0' cellspacing='0' width='631px'>");
	document.writeln("				<tr><td><img src='images/spacer.gif' width='84px' height='6px' border='0'></td>");
	document.writeln("					<td><img src='images/spacer.gif' width='84px' height='6px' border='0'></td>");
	document.writeln("					<td><img src='images/spacer.gif' width='154px' height='6px' border='0'></td>");
	document.writeln("					<td><img src='images/spacer.gif' width='99px' height='6px' border='0'></td>");
	document.writeln("					<td><img src='images/spacer.gif' width='210px' height='6px' border='0'></td></tr>");
	document.writeln("				<tr><td align='center' valign='bottom'><a class='headlink' ");
	document.writeln("						href='http://www.aspirefcu.org'>Home</a></td>");
	document.writeln("					<td align='center' valign='bottom'><a class='headlink' ");
	document.writeln("						href='http://www.aspirefcu.org/rates.cgi'>Rates</a></td>");
	document.writeln("					<td align='center' valign='bottom'><a class='headlink' ");
	document.writeln("						href='http://www.aspirefcu.org/not_member.htm'>Not Yet A Member?</a></td>");
	document.writeln("					<td align='center' valign='bottom'><a class='headlink' ");
	document.writeln("						href='http://www.aspirefcu.org/contactus.htm'>Contact Us</a></td>");
	document.writeln("					<td><select name='newLocation' class='headlink' onchange='QuickLinkJump(this)'>");
	
	document.writeln("<option value=''>QUICK LINKS</option>");
	document.writeln("<option value='http://www.aspirefcu.org/overdraft.cgi'>Update My Courtesy Pay</option>");
	document.writeln("<option value='http://www.aspirefcu.org/kasasa_cash.htm'>Kasasa Cash</option>");
	document.writeln("<option value='http://www.aspirefcu.org/kasasa_saver.htm'>Kasasa Saver</option>");
	document.writeln("<option value='http://www.aspirefcu.org/member_benefits.htm'>Member Benefits</option>");
	document.writeln("<option value='https://www.webpmt.com/cgi-bin/customers/clogin.pl?investornumber=156'>Access my Mortgage Account</option>");
	document.writeln("<option value='http://aspire.frc.finresourcecenter.com/Financial_Calculators_89978.html'>Financial Calculators</option>");
	document.writeln("<option value='http://aspire.frc.finresourcecenter.com/'>Financial Resource Center</option>");
	document.writeln("<option value='https://secure.andera.com/index.cfm?fiid=BCD5487BAA2045DBA75637248C0C27CB'>Join Now</option>");
	document.writeln("<option value='https://aspiresecure.org/logon_nmloan.aspx'>Non-Member Apply for a Loan</option>");
	document.writeln("<option value='https://aspiresecure.org/'>Member Apply for a Loan</option>");
	document.writeln("<option value='https://www.myaccountaccess.com/onlineCard/login.do'>Access Your Credit Card Account</option>");
	document.writeln("<option value='http://www.aspirefcu.org/locations.cgi'>Branch/ATM Locator</option>");
	document.writeln("<option value='http://www.aspirefcu.org/contactus.htm'>Contact Us</option>");
	document.writeln("<option value='http://www.aspirefcu.org/rates.cgi'>Rates</option>");
	document.writeln("<option value='http://www.aspirefcu.org/news_events.cgi'>News & Events</option>");
	document.writeln("<option value='http://www.aspirefcu.org/form_apps.cgi'>Forms & Applications</option>");
	document.writeln("<option value='http://www.aspirefcu.org/toolbox.cgi'>Financial Toolbox</option>");
	
	document.writeln("						</select></td></tr>");
	document.writeln("			</table></td></tr>");
	document.writeln("</table>");
	document.writeln("<map name='mycumap'><area shape='rect' coords='41,54, 111,74' ");
	document.writeln("	href='https://aspiresecure.org/' target='_blank'></map>");
	document.writeln("<map name='nmlamap'><area shape='rect' coords='41,54, 111,74' ");
	document.writeln("	href='https://aspiresecure.org/logon_nmloan.aspx' target='_blank'></map>");
}

function right_nav_BACKUP()
{	  document.write("<table border='0' cellpadding='0' cellspacing='0' width='241px' ");
	document.writeln("style='background:url(\"images/right_bg.jpg\") no-repeat scroll top;'>");
	document.writeln("	<tr><td><img src='images/spacer.gif' width='11px' border='0'></td>");
	document.writeln("		<td><table border='0' cellpadding='0' cellspacing='0' width='205px'>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='24px' border='0'></td></tr>");

	document.writeln("				<tr><td><form name='branchmap' onsubmit='openMap();return false;' style='margin:0px;'>");
	document.writeln("						<input type='hidden' name='type' value='zs'>");
	document.writeln("						<table border='0' cellpadding='0' cellspacing='0' width='205px' height='43px'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' width='45px' height='1px' border='0'></td>");
	document.writeln("								<td><img src='images/spacer.gif' width='130px' height='1px' border='0'></td>");
	document.writeln("								<td><img src='images/spacer.gif' width='30px' height='1px' border='0'></td></tr>");
	document.writeln("							<tr><td colspan='3' height='20px' style='padding-left:5px;'><a href='http://www.aspirefcu.org/locations.cgi' ");
	document.writeln("									class='rslgtxt'>Find a branch or ATM</a></td></tr>");
	document.writeln("							<tr><td><a href='http://www.aspirefcu.org/locations.cgi'><img src='images/side_1.png' border='0'></a></td>");
	  document.write("								<td><input type='text' name='zipcode' value='Zipcode' style='height:18px; width:120px; ");
	document.writeln("										color:#706F6F; font:11px Trebuchet MS, Helvetica; border:2px solid #ccf691;' ");
	document.writeln("										onfocus=\"this.value='';\"></td>");
	document.writeln("								<td><a href='javascript:openMap();' class='rslgtxt'>Go &#62;</a></td>");
	document.writeln("						</table></form></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='14px' border='0'></td></tr>");

	document.writeln("				<tr><td><table cellpadding='0' cellspacing='0' onclick='window.location.href=\"http://www.aspirefcu.org/aboutus.htm\"' ");
	document.writeln("							width='205px' height='84px' onmouseover='document.body.style.cursor=\"pointer\"' ");
	document.writeln("							border='0' onmouseout='document.body.style.cursor=\"auto\"'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' width='45px' height='8px' border='0'></td>");
	document.writeln("								<td><img src='images/spacer.gif' width='160px' height='8px' border='0'></td></tr>");
	document.writeln("							<tr><td colspan='2' height='19px' class='rslgtxt' style='padding-left:5px;'>Aspire - Our Story</td></tr>");
	document.writeln("							<tr><td rowspan='2'><img src='images/side_2.png' border='0'></td>");
	document.writeln("								<td class='rssmtxt'>Learn more about how Aspire came to be</td></tr>");
	document.writeln("							<tr><td align='right' class='rslgtxt'>Go &#62;</td></tr>");
	document.writeln("							<tr><td colspan='2'><img src='images/spacer.gif' height='9px' border='0'></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='6px' border='0'></td></tr>");

	document.writeln("				<tr><td><table cellpadding='0' cellspacing='0' onclick='window.location.href=\"http://www.aspirefcu.org/eligibility.htm\"' ");
	document.writeln("							width='205px' height='83px' onmouseover='document.body.style.cursor=\"pointer\"' ");
	document.writeln("							border='0' onmouseout='document.body.style.cursor=\"auto\"'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' width='45px' height='8px' border='0'></td>");
	document.writeln("								<td><img src='images/spacer.gif' width='160px' height='8px' border='0'></td></tr>");
	document.writeln("							<tr><td colspan='2' height='19px' class='rslgtxt' style='padding-left:5px;'>");
	document.writeln("									Eligibility Requirements</td></tr>");
	document.writeln("							<tr><td rowspan='2'><img src='images/side_3.png' border='0'></td>");
	document.writeln("								<td class='rssmtxt'>See if you qualify for the many perks with Aspire.</td></tr>");
	document.writeln("							<tr><td align='right' class='rslgtxt'>Go &#62;</td></tr>");
	document.writeln("							<tr><td colspan='2'><img src='images/spacer.gif' height='8px' border='0'></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='6px' border='0'></td></tr>");

	document.writeln("				<tr><td><table cellpadding='0' cellspacing='0' onclick='window.location.href=\"http://www.aspirefcu.org/who_we_are.htm\"' ");
	document.writeln("							width='205px' height='85px' onmouseover='document.body.style.cursor=\"pointer\"' ");
	document.writeln("							border='0' onmouseout='document.body.style.cursor=\"auto\"'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' width='45px' height='9px' border='0'></td>");
	document.writeln("								<td><img src='images/spacer.gif' width='160px' height='9px' border='0'></td></tr>");
	document.writeln("							<tr><td colspan='2' height='19px' class='rslgtxt' style='padding-left:5px;'>");
	document.writeln("									Who We Are - Contact Info</td></tr>");
	document.writeln("							<tr><td rowspan='2'><img src='images/side_4.png' border='0'></td>");
	document.writeln("								<td class='rssmtxt'>See who we are at Aspire, and get contact information.</td></tr>");
	document.writeln("							<tr><td align='right' class='rslgtxt'>Go &#62;</td></tr>");
	document.writeln("							<tr><td colspan='2'><img src='images/spacer.gif' height='9px' border='0'></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='6px' border='0'></td></tr>");

	document.writeln("				<tr><td><table border='0' cellpadding='0' cellspacing='0' width='205px' height='83px'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' width='45px' height='2px' border='0'></td>");
	document.writeln("								<td><img src='images/spacer.gif' width='160px' height='2px' border='0'></td></tr>");
	document.writeln("							<tr><td colspan='2' height='18px' class='rslgtxt' style='padding-left:5px;'>ABA #</td></tr>");
	document.writeln("							<tr><td><img src='images/side_5.png' border='0'></td>");
	document.writeln("								<td class='rssmtxt'>Our Credit Union ABA number is 226076083. ABA numbers ");
	document.writeln("									are commonly needed for direct deposit and wire transfers.</td></tr>");
	document.writeln("							<tr><td colspan='2'><img src='images/spacer.gif' height='3px' border='0'></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='6px' border='0'></td></tr>");

	document.writeln("				<tr><td><table cellpadding='0' cellspacing='0' onclick='window.location.href=\"http://www.aspirefcu.org/emp_opp.cgi\"' ");
	document.writeln("							width='205px' height='84px' onmouseover='document.body.style.cursor=\"pointer\"' ");
	document.writeln("							border='0' onmouseout='document.body.style.cursor=\"auto\"'>");
	document.writeln("							<tr><td><img src='images/spacer.gif' width='45px' height='9px' border='0'></td>");
	document.writeln("								<td><img src='images/spacer.gif' width='160px' height='9px' border='0'></td></tr>");
	document.writeln("							<tr><td colspan='2' height='18px' class='rslgtxt' style='padding-left:5px;'>");
	document.writeln("									Job Listings</td></tr>");
	document.writeln("							<tr><td rowspan='2'><img src='images/side_6.png' border='0'></td>");
	document.writeln("								<td class='rssmtxt'>Come join the team at Aspire!</td></tr>");
	document.writeln("							<tr><td align='right' class='rslgtxt'>Go &#62;</td></tr>");
	document.writeln("							<tr><td><img src='images/spacer.gif' height='14px' border='0'></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='15px' border='0'></td></tr>");
	document.writeln("			</table></td>");
	document.writeln("		<td><img src='images/spacer.gif' width='25px' border='0'></td></tr>");
	document.writeln("</table>");
}

function right_nav()
{
document.writeln("	<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("							 font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("							<tr><td colspan='3'><img src='images/quick_side_top3.gif' border='0'></td></tr>");
document.writeln("						<table border='0' width='241px;' cellpadding='0' cellspacing='0' style=\"background:url('images/quick_side_bg.gif');  font:700 11px Trebuchet MS, Helvetica;'>\"");
document.writeln("							<tr><td width='55px'></td><td width='131px'></td><td width='55px'></td></tr>");
document.writeln("							<tr><td colspan='3' style='padding-left:15px;' align='left'>Search the Aspire FCU website</td></tr>");
							
document.writeln("							<tr><td colspan='3'><form name='searchform' action='search.cgi' method='post' style='margin:0px;'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("											font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><img src='images/quick_search.png' border='0'></td>");
document.writeln("										<td align='left' style='padding-left:0px;'><input name='searchstr' type='text' ");
document.writeln("												onUnFocus='javascript:document.searchform.submit();' style='height:22px; ");
document.writeln("												width:110px; font:14px Trebuchet MS, Helvetica; border:2px solid #ccf691; ");
document.writeln("												color:#706F6F;'></td>");
document.writeln("											<td align='left'><a href='javascript:document.searchform.submit();' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("											<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("									</table></form></td></tr>");
									
document.writeln("							<tr><td colspan='3'><img src='images/quick_side_div.png' border='0'></td></tr>");
document.writeln("							<tr><td colspan='3' height='25px' style='font-size:16px;' align='center'>Aspire at a glance</td></tr>");
document.writeln("							<tr><td></td><td colspan='2' height='15px' style='font-size:10px;' align='left'>");
document.writeln("									<a href='locations.cgi' class='rslink'>&nbsp;Find an ATM or Branch</a></td></tr>");
							
document.writeln("							<tr><td colspan='3'><form name='branchmap' onsubmit='openMap();return false;' style='margin:0px;'>");
document.writeln("									<input type='hidden' name='type' value='zs'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("										font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><img src='images/quick_atm.png' border='0'></td>");
document.writeln("											<td align='left' style='padding-left:0px;'><input type='text' name='zipcode' value='Zipcode' ");
document.writeln("												onfocus=\"this.value='';\" style='height:18px; width:110px; border:2px solid #ccf691; ");
document.writeln("												font:11px Trebuchet MS, Helvetica; color:#706F6F;'></td>");
document.writeln("											<td align='left'><a href='javascript:openMap();' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("										<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("									</table></form></td></tr>");
document.writeln("							<tr><td colspan='3'><img src='images/spacer.gif' height='5px' border='0'></td></tr>");
							
document.writeln("							<tr><td colspan='3'><img src='images/spacer.gif' height='5px' border='0'></td></tr>	");						

							
document.writeln("							<tr><td colspan='3'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("											font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><a href='contactus.htm#lostcard'><img src='images/quick_lost.png' border='0'></a></td>");
document.writeln("										<td align='left' style='padding-left:0px;'><a href='contactus.htm#lostcard' ");
document.writeln("									class='rslink'>Report Lost/Stolen ATM and Debit Cards</a></td>");
document.writeln("											<td align='left'><a href='contactus.htm#lostcard' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("											<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("							</table></form></td></tr>");

document.writeln("							<tr><td colspan='3'><img src='images/spacer.gif' height='5px' border='0'></td></tr>							");
							
document.writeln("							<tr><td colspan='3'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("											font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><a href='news_events.cgi'><img src='images/quick_news.png' border='0'></a></td>");
document.writeln("										<td align='left' style='padding-left:0px;'><a href='news_events.cgi' ");
document.writeln("									class='rslink'>News &amp; Events</a></td>");
document.writeln("											<td align='left'><a href='news_events.cgi' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("											<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("							</table></form></td></tr>		");

document.writeln("							<tr><td colspan='3'><img src='images/spacer.gif' height='5px' border='0'></td></tr>		");					
							
document.writeln("							<tr><td colspan='3'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("											font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><a href='products.htm'><img src='images/quick_prods.png' border='0'></a></td>");
document.writeln("										<td align='left' style='padding-left:0px;'><a href='products.htm' ");
document.writeln("									class='rslink'>View Products &amp; Services</a></td>");
document.writeln("											<td align='left'><a href='products.htm' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("											<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("							</table></form></td></tr>	");

document.writeln("							<tr><td colspan='3'><img src='images/spacer.gif' height='5px' border='0'></td></tr>							");
							
document.writeln("							<tr><td colspan='3'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("											font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><a href='aboutus.htm'><img src='images/side_2.png' border='0'></a></td>");
document.writeln("										<td align='left' style='padding-left:0px;'><a href='aboutus.htm' ");
document.writeln("									class='rslink'>Our Story</a></td>");
document.writeln("											<td align='left'><a href='aboutus.htm' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("											<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("							</table></form></td></tr>		");

document.writeln("							<tr><td colspan='3'><img src='images/spacer.gif' height='5px' border='0'></td></tr>							");
							
document.writeln("							<tr><td colspan='3'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("											font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><a href='who_we_are.htm'><img src='images/side_4.png' border='0'></a></td>");
document.writeln("										<td align='left' style='padding-left:0px;'><a href='who_we_are.htm' ");
document.writeln("									class='rslink'>Who We Are - Contact Info</a></td>");
document.writeln("											<td align='left'><a href='who_we_are.htm' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("											<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("							</table></form></td></tr>								");
							
document.writeln("							<tr><td colspan='3'><img src='images/spacer.gif' height='5px' border='0'></td></tr>");
							
document.writeln("							<tr><td colspan='3'>");
document.writeln("									<table border='0' width='241px' cellpadding='0' cellspacing='0' style='color:#000000; ");
document.writeln("											font:700 11px Trebuchet MS, Helvetica;'>");
document.writeln("										<tr><td align='right'><a href='emp_opp.cgi'><img src='images/side_6.png' border='0'></a></td>");
document.writeln("										<td align='left' style='padding-left:0px;'><a href='emp_opp.cgi' ");
document.writeln("									class='rslink'>Job Listings</a></td>");
document.writeln("											<td align='left'><a href='emp_opp.cgi' ");
document.writeln("												class='rslink'><i>Go &gt;</i></a></td></tr>");
document.writeln("											<tr><td width='55px'></td>");
document.writeln("											<td width='131px'></td>");
document.writeln("											<td width='55px'></td></tr>");
document.writeln("							</table></form></td></tr>															");
document.writeln("							<tr><td colspan='3'><img src='images/quick_side_bot.gif' border='0'></td></tr>");
document.writeln("							</table>");

}

function nav_scroll_old()
{	document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='900px'>");
	document.writeln("	<tr><td rowspan='5'><img src='images/spacer.gif' width='6px' border='0'></td>");
	document.writeln("				<td><img src='images/footer/nw.gif' border='0'></td>");
	document.writeln("				<td bgcolor='#8dc53f'><img src='images/spacer.gif' width='853px' height='6px' border='0'></td>");
	document.writeln("				<td colspan='3'><img src='images/footer/ne.gif' border='0'></td></tr>");
	document.writeln("	<tr><td colspan='2'><table border='0' cellpadding='0' cellspacing='0' width='863px'>");
	document.writeln("						<tr><td><img src='images/footer/titlel.gif' border='0'></td>");
	document.writeln("							<td><img src='images/footer/titlem.gif' border='0'></td>");
	document.writeln("							<td><img src='images/footer/titler.gif' border='0'></td></tr>");
	document.writeln("					</table></td>");
	document.writeln("		<td rowspan='3'><img border='0' src='images/footer/al.gif' onmousedown='scroll_arrow(slider, -.05);' ");
	document.writeln("							onmouseup='scroll_stop();' onmouseout='scroll_stop();'></td>");
	document.writeln("		<td rowspan='3'><img border='0' src='images/footer/ar.gif' onmousedown='scroll_arrow(slider, .05);' ");
	document.writeln("							onmouseup='scroll_stop();' onmouseout='scroll_stop();'></td>");
	document.writeln("		<td rowspan='3'><img src='images/footer/e.gif' border='0'></td></tr>");
	document.writeln("	<tr><td rowspan='3'><img src='images/footer/sw.gif' border='0'></td>");
	document.writeln("		<td height='135px' background='images/footer/bg.gif'>");
	document.writeln("			<div id='AspireTo' style='width:853px; height:135px; overflow:hidden;'>");
	document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='100'><tr>");

	ScrollCount = 8;
	ScrollImgs = new Array("bpic_ownhome.jpg", "bpic_savemoney.jpg", "bpic_owncar.jpg", "bpic_outofdebt.jpg", "bpic_managemoney.jpg", 
					"bpic_retire.jpg", "bpic_securefam.jpg", "bpic_employees.jpg");
	ScrollLinks = new Array("own_home.htm", "save_money.htm", "buyacar.htm", "out_of_debt.htm", "manage_money.htm", 
					"retire.htm", "secure_family.htm", "part_org.htm");
	ScrollText = new Array("Own a Home", "Save More Money", "Buy a Car", "Get Out of Debt", "Manage My Money", 
					"Retire", "Secure My Family", "Help My Employees");
	
	for (i=0; i<ScrollCount; i++)
	{	document.writeln("	<td valign='top'><table border='0' cellpadding='0' cellspacing='0' width='115px'>");
		document.writeln("			<tr><td class='navscrimg'><a href='"+ScrollLinks[i]+"'>");
		document.writeln("					<img border='0' src='images/footer/"+ScrollImgs[i]+"'></a></td></tr>");
		document.writeln("				<tr><td><img src='images/footer/bpic_bottom.gif' border='0'></td></tr>");
		document.writeln("		</table></td>");
		document.writeln("	<td rowspan='2'><img src='images/spacer.gif' width='5px' border='0'></td>");
	}
	document.writeln("</tr><tr>");
	for (i=0; i<ScrollCount; i++)
	{	document.writeln("	<td align='center' height='19px'><a href='"+ScrollLinks[i]+"' class='navscrlink'>"+ScrollText[i]+"</a></td>"); }
	document.writeln("</table>");
	document.writeln("					</div></td></tr>");
	document.writeln("			<tr><td background='images/footer/bg.gif'><div id='track' style='width:853px; height:1px;'>");
	document.writeln("						<div id='handle' style='width:1px; height:1px;'>");
	document.writeln("							<img src='images/spacer.gif' height='1px' alt='' style='float:left;'></div>");
	document.writeln("					</div></td></tr>");
	document.writeln("			<tr><td bgcolor='#cbf590'><img src='images/spacer.gif' height='6px' border='0'></td>");
	document.writeln("				<td colspan='3'><img src='images/footer/se_na.gif' border='0'></td></tr>");
	document.writeln("		</table></td></tr>");
}

function footer()
{	pathArray = window.location.pathname.split( '/' );
	pathArray.reverse();
	
	document.writeln("<table border='0' width='900px' cellpadding='0' cellspacing='0'>");
	document.writeln("	<tr><td><img src='images/spacer.gif' width='5px' height='1px' border='0'></td>");
	
	document.writeln("	<td><a href='ncua.htm'><img src='images/ncua_logo.gif' border='0'></a></td>");
	document.writeln("	<td><img src='images/spacer.gif' width='5px' height='1px' border='0'></td>");
	document.writeln("	<td><img src='images/ehl_logo.gif' border=0></div></td>");
	
	document.writeln("		<td><img src='images/spacer.gif' width='207px' height='1px' border='0'></td>");
/*
	document.writeln("		<td><img src='images/spacer.gif' width='14px' height='1px' border='0'></td>");
	document.writeln("		<td><table border='0' width='393px' cellpadding='0' cellspacing='0'>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='15px' border='0'></td></tr>");
	document.writeln("				<tr><td><table border='0' width='393px' height='20px' cellpadding='0' cellspacing='0'>");
	document.writeln("							<tr><td width='75px' align='center'><a href='http://www.aspirefcu.org/aboutus.htm' ");
	document.writeln("									class='footlink'>About Us</a></td>");
	document.writeln("								<td width='150px' align='center'><a href='http://www.aspirefcu.org/policies.cgi' ");
	document.writeln("									class='footlink'>Policies & Disclosures</a></td>");
	document.writeln("								<td width='72px' align='center'><a href='http://www.aspirefcu.org/sitemap.htm' ");
	document.writeln("									class='footlink'>Site Map</a></td>");
	document.writeln("								<td width='96px' align='center'><a href='https://nj1intranet.faaerfcu.org/' ");
	document.writeln("									class='footlink'>Passageways</a></td></tr>");
	document.writeln("						</table></td>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='10px' border='0'></td></tr>");
	document.writeln("				<tr><td><table border='0' width='393px' height='20px' cellpadding='0' cellspacing='0'>");
	document.writeln("							<tr><td width='145px' align='center'><a href='http://www.aspirefcu.org/form_apps.cgi' ");
	document.writeln("									class='footlink'>Forms &amp; Applications</a></td>");
	document.writeln("								<td width='110px' align='center'><a href='http://www.aspirefcu.org/security_alerts.cgi' ");
	document.writeln("									class='footlink'>Security Alerts</a></td>");
	document.writeln("								<td width='138px' align='center'><a href='http://www.aspirefcu.org/toolbox.cgi' ");
	document.writeln("									class='footlink'>Financial Toolbox</a></td></tr>");
	document.writeln("						</table></td>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='23px' border='0'></td></tr>");
	document.writeln("			</table></td>");
*/
	document.writeln("		<td><img src='images/spacer.gif' width='40px' height='1px' border='0'></td>");
	document.writeln("		<td><table border='0' cellpadding='0' cellspacing='0' width='305px'>");
	document.writeln("				<tr><td><table border='0' width='305px' height='20px' cellpadding='0' cellspacing='0'>");
	document.writeln("							<tr><td align='center' width=' 70px'><a href='http://www.aspirefcu.org/aboutus.htm' ");
	document.writeln("									class='footlink'>About Us</a></td>");
	document.writeln("								<td align='center' width='147px'><a href='http://www.aspirefcu.org/policies.cgi' ");
	document.writeln("									class='footlink'>Policies & Disclosures</a></td>");
	document.writeln("								<td align='center' width=' 88px'><a href='https://nj1intranet.faaerfcu.org/' ");
	document.writeln("									class='footlink'>Passageways</a></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='10px' border='0'></td></tr>");
	document.writeln("				<tr><td><table border='0' width='305px' height='20px' cellpadding='0' cellspacing='0'>");
	document.writeln("							<tr><td align='center' width='135px'><a href='http://www.aspirefcu.org/form_apps.cgi' ");
	document.writeln("									class='footlink'>Forms &amp; Applications</a></td>");
	document.writeln("								<td align='center' width=' 68px'><a href='http://www.aspirefcu.org/sitemap.htm' ");
	document.writeln("									class='footlink'>Site Map</a></td>");
	document.writeln("								<td align='center' width='102px'><a href='http://www.aspirefcu.org/security_alerts.cgi' ");
	document.writeln("									class='footlink'>Security Alerts</a></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='10px' border='0'></td></tr>");
	document.writeln("				<tr><td><table border='0' width='305px' height='20px' cellpadding='0' cellspacing='0'>");
	document.writeln("							<tr><td align='center' width='116px'><a href='http://www.aspirefcu.org/toolbox.cgi' ");
	document.writeln("									class='footlink'>Financial Toolbox</a></td>");
	document.writeln("								<td align='center' width=' 66px'><a class='footlink' target='_blank' ");
	document.writeln("href='https://mail.faaerfcu.org/exchweb/bin/auth/owalogon.asp?url=https://mail.faaerfcu.org/Exchange&reason=0'>");
	document.writeln("									Webmail</a></td>");
	document.writeln("								<td align='center'><span style='font:12px Trebuchet MS, Helvetica;'>ABA #226076083</span></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' height='8px' border='0'></td></tr>");
	document.writeln("			</table></td>");
	document.writeln("		<td><img src='images/spacer.gif' width='66px' height='1px' border='0'></td>");

//	document.writeln("		<td><img src='images/spacer.gif' width='18px' height='1px' border='0'></td></tr>");
	document.writeln("</table>");
}

function LeaveSiteConf(url, newwin)
{
	if (confirm("You are now leaving Aspire Federal Credit Union's web-site and are going to a web-site that is not operated by the "+
				"credit union. Aspire Federal Credit Union is not responsible for the content or availability of linked sites.\n\n"+
				"Please be advised that Aspire Federal Credit Union does not represent either the third party or you, the member, if "+
				"you enter into a transaction. Further, the privacy and security policies of the linked site may differ from those "+
				"practiced by the credit union."))
		{	if (newwin == 0)
				{ window.location = url; }
			else
				{ window.open(url, "extlinkwin"); }
		}
}

