if (!window.imgdir)
{
var imgdir="http://www.pfcu.org/images/"
var sitedir="http://www.pfcu.org/site/"
var securedir="http://www.pfcu.org/site/"
var homedir="http://www.pfcu.org/"
}

function Include()
{
this.domain = "milfordnationalonline";
this.friendly = "PFCU";
this.ib = "https://www.pfcu.org/onlineserv/HB";
this.ib_demo = "https://www.pfcu.org/onlineserv/HB/demo.html";
this.ib_open_window = true;
this.cm_open_window = true;
this.ib_register = "https://www.pfcu.org/onlineserv/HB/OnlineForm.cgi?form=enhancedNDB";
this.cm = "https://www.pfcu.org/onlineserv/CM/";
this.headergraphic = "";
this.contentgraphic = "";

this.setHeaderGraphic = setHeaderGraphic;
this.setContentGraphic = setContentGraphic;
this.makeHeader = makeHeader;
this.makeTopNav = makeTopNav;
this.makeMainNav = makeMainNav;
this.makeLinks = makeLinks;
this.makeUltraseek = makeUltraSeek;
this.makeFooter = makeFooter;
this.makeFooterLogos = makeFooterLogos;
this.openIB = openIB;
this.openIBRegister = openIBRegister;
this.openCM = openCM;

}


/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/



/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/


function makeHeader()
{
var content = new Array();
var index = 0;

//CODE GOES HERE
var content = new Array();
var index = 0;
content[index++] = '<table width="748" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '  <tr> ';
content[index++] = '    <td valign="top"> ';
content[index++] = '	';
content[index++] = inc.makeTopNav();
content[index++] = '      <table width="100%" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '        <tr valign="top"> ';
content[index++] = '          <td width="99"> ';
content[index++] = '            <p><img src="' + imgdir + 'page-corner.gif" width="95" height="93"></p>';
content[index++] = '          </td>';
content[index++] = '          <td><img src="' + imgdir + 'clearpix.gif" width="1" height="28"><br>';
content[index++] = inc.headergraphic;
content[index++] = inc.contentgraphic;
content[index++] = '            ';
content[index++] = '            <table width="100%" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr> ';
content[index++] = '                <td valign="top" class="ficontent">';
content.join("");

//CODE GOES HERE


var index = 0;

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function makeTopNav()
{
var content = new Array();
var index = 0;

//CODE GOES HERE
content[index++] = '      <table width="100%" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '        <tr> ';
content[index++] = '          <td bgcolor="#F0DDA8"> ';
content[index++] = '            <table width="100%" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr> ';
content[index++] = '                <td><img src="' + imgdir + 'logo.gif" width="95" height="98" alt="Pasadena Federal Credit Union"><img src="' + imgdir + 'logo-words.gif" width="244" height="98" alt="Pasadena Federal Credit Union"></td>';
content[index++] = '                <td align="right" valign="top" bgcolor="#F0DDA8"><a href="' + homedir + 'home.html"><img src="' + imgdir + 'nav-top-home.gif" width="31" height="28" border="0" alt="Home"></a><img src="' + imgdir + 'nav-top-divider.gif" width="15" height="28"><a href="javascript:void(0);" OnMouseOver="popUp(\'HM_Menu7\',event);" OnMouseOut="popDown(\'HM_Menu7\');"><img src="' + imgdir + 'nav-top-about.gif" width="61" height="28" border="0" name="about" alt="About PFCU"></a><img src="' + imgdir + 'nav-top-divider.gif" width="15" height="28"><a href="javascript:void(0);" OnMouseOver="popUp(\'HM_Menu8\',event);" OnMouseOut="popDown(\'HM_Menu8\');"><img src="' + imgdir + 'nav-top-contact.gif" width="54" height="28" border="0" name="contactus" alt="Contact Us"></a><img src="' + imgdir + 'nav-top-divider.gif" width="15" height="28"><a href="javascript:void(0);" OnMouseOver="popUp(\'HM_Menu9\',event);" OnMouseOut="popDown(\'HM_Menu9\');"><img src="' + imgdir + 'nav-top-locations.gif" width="89" height="28" border="0" name="locations" alt="Locations and Hours"></a><img src="' + imgdir + 'nav-top-divider.gif" width="15" height="28"><a href="'+homedir+'pdfs/presidents_message.pdf" target="_blank"><img src="' + imgdir + 'nav-top-president.gif" width="100" height="28" border="0" name="president" alt="President\'s Message"></a><br>';
content[index++] = '                  <img src="' + imgdir + 'login-personalbranch.gif" width="156" height="28" alt="Personal Branch"><br>';
content[index++] = '                  <a href="https://www.pfcu.org/onlineserv/HB"><img src="' + imgdir + 'login-login.gif" width="81" height="21" alt="Login" border="0"></a><a href="https://www.pfcu.org/onlineserv/HB/demo.html"><img src="' + imgdir + 'login-demo.gif" width="75" height="21" border="0" alt="Demo"></a></td>';
content[index++] = '                <td><img src="' + imgdir + 'clearpix.gif" width="5" height="8"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '          </td>';
content[index++] = '        </tr>';
content[index++] = '        <tr> ';
content[index++] = '          <td> ';
content[index++] = '            <table width="100%" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr> ';
//content[index++] = '			<td background="' + imgdir + 'nav-bg.gif" ><img src="' + imgdir + 'nav-curve.gif" width="95" height="27" border="0"><img src="' + imgdir + 'nav-curve2.gif" width="11" height="27" border="0"></td>';
content[index++] = '                <td background="' + imgdir + 'nav-curvefull.gif" align="center"><a href="javascript:void(0);" OnMouseOver="img_act(\'automated\'); popUp(\'HM_Menu1\',event); window.status=\'Automated Services\'; return true" OnMouseOut="img_inact(\'automated\'); popDown(\'HM_Menu1\');"><img src="' + imgdir + 'nav-automated-off.gif" width="107" height="27" name="automated" border="0" alt="Automated Services"></a><img src="' + imgdir + 'nav-divider.gif" width="12" height="27"><a href="javascript:void(0);" OnMouseOver="img_act(\'loancenter\'); popUp(\'HM_Menu2\',event); window.status=\'Loan Center\'; return true" OnMouseOut="img_inact(\'loancenter\'); popDown(\'HM_Menu2\');"><img src="' + imgdir + 'nav-loancenter-off.gif" width="70" height="27" name="loancenter" border="0" alt="Loan Center"></a><img src="' + imgdir + 'nav-divider.gif" width="12" height="27"><a href="javascript:void(0);" OnMouseOver="img_act(\'savings\'); popUp(\'HM_Menu3\',event); window.status=\'Savings\'; return true" OnMouseOut="img_inact(\'savings\'); popDown(\'HM_Menu3\');"><img src="' + imgdir + 'nav-savings-off.gif" width="121" height="27" name="savings" border="0" alt="Savings and Investments "></a><img src="' + imgdir + 'nav-divider.gif" width="12" height="27"><a href="javascript:void(0);" OnMouseOver="img_act(\'tools\'); popUp(\'HM_Menu4\',event); window.status=\'Tools\'; return true" OnMouseOut="img_inact(\'tools\'); popDown(\'HM_Menu4\');"><img src="' + imgdir + 'nav-tools-off.gif" name="tools" border="0" alt="Tools"></a><img src="' + imgdir + 'nav-divider.gif" width="12" height="27"><a href="javascript:void(0);" OnMouseOver="img_act(\'insurance\'); popUp(\'HM_Menu5\',event); window.status=\'Insurance\'; return true" OnMouseOut="img_inact(\'insurance\'); popDown(\'HM_Menu5\');"><img src="' + imgdir + 'nav-insurance-off.gif" width="57" height="27" name="insurance" border="0" alt="Insurance"></a><img src="' + imgdir + 'nav-divider.gif" width="12" height="27"><a href="javascript:void(0);" OnMouseOver="img_act(\'kids\'); popUp(\'HM_Menu6\',event); window.status=\'Kids\'; return true" OnMouseOut="img_inact(\'kids\'); popDown(\'HM_Menu6\');"><img src="' + imgdir + 'nav-kids-off.gif" width="66" height="27" name="kids" border="0" alt="Kids Korner"></a><img src="' + imgdir + 'nav-divider.gif" width="12" height="27"><a href= "' + sitedir + 'safety.html"  OnMouseOver="img_act(\'safety\'); popUp(\'\',event); window.status=\'safety\'; return true" OnMouseOut="img_inact(\'safety\');"><img src="' + imgdir + 'nav-safety-off.gif" width="94" height="27" name="safety" border="0" alt="Safety and Security"></a></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '          </td>';
content[index++] = '        </tr>';
content[index++] = '      </table>';
content.join("");

//CODE GOES HERE

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function makeMainNav()
{
var content = new Array();
var index = 0;

//CODE GOES HERE

//CODE GOES HERE

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function setContentGraphic(graphic , alt_tag)
{
if (!alt_tag)
var alt_tag = "";

if (graphic == null)
	{
	this.contentgraphic = "";
	}
else
	{
	this.contentgraphic = '<img src="' + imgdir + 'pic-' + graphic + '.jpg" alt="' + alt_tag + '" border="0" width="437" height="76"><br><img src="' + imgdir + 'clearpix.gif" width="1" height="17"><br>';
	}	
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function setHeaderGraphic(graphic , alt_tag)
{
if (!alt_tag)
var alt_tag = "";

if (graphic == null)
	{
	this.headergraphic = "";
	}
else
	{
	this.headergraphic = '<img src="' + imgdir + 'hed-' + graphic + '.gif" alt="' + alt_tag + '" border="0" ><br>';
	}	
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function makeLinks()
{
var content = new Array();
var index = 0;

//CODE GOES HERE
if (backpage==1){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Automated Services<br><img src="' + imgdir + 'clearpix.gif" width="10">Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '                        : <a href="' + sitedir + 'services_automated.html">Personal Branch</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'services_automated.html#telephone">Telephone Teller</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'services_automated.html#billpay">Bill Payment</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'services_automated.html#visa">VISA Information</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'services_direct.html">Direct Deposit</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'services_direct.html">Payroll Deduction</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'services_verified.html">Verified by VISA</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'services_visa.html">VISA Debit Cards/ATM</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}


if (backpage==2){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Loan Center Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'rates_loan.html">Loan Rates</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_vehicle.html">Automobile</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_vehicle.html#trans">Motorcycle</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_vehicle.html#trans">Boats</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_vehicle.html#fun">Recreational Vehicle</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_unsecured.html">Lines of Credit</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_unsecured.html#personal">Personal Loan</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_real.html">Mortgage Loans</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_real.html#hloc">Home Equity</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'loans_visa.html">VISA Credit Cards</a><br>';
content[index++] = '                        : <a href="' + homedir + 'pdfs/visa_application.pdf">Printable Loan Application</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
if(/loans_vehicle|loans_real/i.test(document.location.href)){
	content[index++] = '		  <br /><br /><a href="http://members.cunamutual.com/h2/insurance.aspx?SITE=10401783" target="_blank"><img src="../images/banM120005.gif" border="0" /></a>';
}
content[index++] = '            </td>';
content.join("");
}

if (backpage==3){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Savings &<br><img src="' + imgdir + 'clearpix.gif" width="10">Investments Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'rates_savings.html">Savings Rates</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html">Savings Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#regular">Regular Share</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#super">Super Variable</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#club">Club Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#target">Target Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#kids">Kids Club</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#prime">Primetime</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_checking.html">Checking Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_investments.html">Term Share Certificate</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_investments.html#ira">Individual Retirement Account</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'rates_savings.html#ira_certificate">Special IRA Rates</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Here are some great<br /><img src="' + imgdir + 'clearpix.gif" width="10" />links from the NCUA<br /><img src="' + imgdir + 'clearpix.gif" width="10" />to help you verify<br /><img src="' + imgdir + 'clearpix.gif" width="10" />coverage:</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="http://ncua.gov/Resources/ShareInsurance/InsuranceEstimator.aspx" target="_blank" onclick="tpw();">NCUA Share Insurance Estimator</a><br>';
content[index++] = '					    : <a href="http://ncua.gov/Resources/ShareInsurance/NCUA Share Insurance and You.pdf" target="_blank" onclick="tpw();">Easy to use Share Insurance Guide "Share Insurance and You"</a><br>';
content[index++] = '					    : <a href="http://ncua.gov/Resources/ShareInsurance/NCUAInsuranceFundFAQs.htm" target="_blank" onclick="tpw();">NCUA Insurance FAQ Sheet</a><br>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Plus, PFCU offers<br /><img src="' + imgdir + 'clearpix.gif" width="10" /><i>additional</i> coverage<br /><img src="' + imgdir + 'clearpix.gif" width="10" />through American<br /><img src="' + imgdir + 'clearpix.gif" width="10" />Share Insurance</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="http://www.americanshare.com/Public/default.aspx?pid=80" target="_blank" onclick="tpw();">Learn about ASI coverage</a><br>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}

if (backpage==10){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Savings &<br><img src="' + imgdir + 'clearpix.gif" width="10">Investments Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'rates_savings.html">Savings Rates</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html">Savings Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#regular">Regular Share</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#super">Super Variable</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#club">Club Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#target">Target Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#kids">Kids Club</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#prime">Primetime</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_checking.html">Checking Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_investments.html">Term Share Certificate</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_investments.html#ira">Individual Retirement Account</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FFFFFF"><img src="' + imgdir + 'clearpix.gif" width="1" height="20"></td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FFFFFF" class="ficontent">Build your checks online. To reorder checks, please <a href="https://reorder.libertysite.com/" target="blank">click here</a>.<br><a href="https://reorder.libertysite.com/" target="blank"><img src="' + imgdir + 'liberty.gif" border="0"></a></td>';
content[index++] = '              </tr>';

content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}

if (backpage==4){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Tools Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'apps.html">Applications and Forms</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'calculators.html">Calculators</a><br>';
content[index++] = '                        : <a href="javascript:showWarning(\'https://reorder.libertysite.com/\');">Check Re-orders</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'rates_savings.html">Savings Rates</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'rates_loan.html">Loan Rates</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'resources.html">Resources</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"></td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table><br>';




if (document.URL.indexOf('rates_loan.html')!=-1){
	content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
	content[index++] = '              <tr>';
	content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Loans</td>';
	content[index++] = '              </tr>';
	content[index++] = '              <tr>';
	content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
	content[index++] = '<table width="100%" cellspacing="0" cellpadding="0" border="0">';
	content[index++] = '<tr>';
	content[index++] = '<td>&nbsp;</td>';
	content[index++] = '<td valign="top" width="35"><img src="' + imgdir + 'money6.gif"></td>';
	content[index++] = '<td valign="top" width="10"><img src="' + imgdir + 'bullet6.gif" width="10" height="10"></td>';
	content[index++] = '<td valign="top" class="keyins" width="103"><span class="keyinheader"><a href="https://www.24x7loans.com/PFCUAuto/default.aspx" target="_blank">Click Here</a> to Apply for a loan online</td>';
	content[index++] = '</tr>';
	content[index++] = '</table>';
	content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"></td>';
	content[index++] = '              </tr>';
	content[index++] = '              <tr>';
	content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
	content[index++] = '              </tr>';
	content[index++] = '            </table>';
}
content[index++] = '            </td>';
content.join("");
}

if (backpage==5){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Insurance Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html">Share Insurance</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#ncua">National Credit Union Administration (NCUA)</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#asi">American Share Insurance (ASI)</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#autohome">Auto and Homeowners</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#security">MemberCONNECT©</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#life">Life insurance</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#care">Long Term Care insurance</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#credit">Credit Life and Disability Insurance</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#mbi">Mechanical Breakdown Insurance (MBI)</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'insurance.html#gap">Guaranteed Auto Protection (GAP)</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'insurance.html#accidental">Accidental Death & Dismemberment (AD&D)</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
if(/insurance/i.test(document.location.href)){
	content[index++] = '		  <br /><br /><a href="http://members.cunamutual.com/h2/insurance.aspx?SITE=10401783" target="_blank"><img src="../images/banM120005.gif" border="0" /></a>';
}
content[index++] = '            </td>';
content.join("");
}

if (backpage==6){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Kid’s Corner Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'kids.html">Kid&#39s Club </a><br>';
content[index++] = '                        : <a href="' + sitedir + 'youth_resources.html">Youth Resources</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}


if (backpage==7){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">About PFCU Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'about_history.html">Our History</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'about_community.html">Community Involvement</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'about_membership.html">Membership Information</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'about_how_apply.html">How to Apply for a Loan</a><br>';
//content[index++] = '					    : <a href="' + sitedir + 'about_seg.html">Select Employer Groups</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'about_employment.html">Careers @ PFCU</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'about_fee.html">Fee Schedule</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}


if (backpage==8){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Contact Us Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'contact.html">PFCU</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'contact_frequently.html">Frequently Requested Numbers & Links</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}

if (backpage==9){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Locations & Hours<br><img src="' + imgdir + 'clearpix.gif" width="10">Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'locations_atm.html">ATMs</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'locations_atm.html#credit">CU Service Centers</a><br>';
content[index++] = '					    : <a href="' + sitedir + 'locations_hours.html">Location & Hours</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'locations_hours.html#holiday">Holiday Schedule</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}

if (backpage==11){
content[index++] = '<td width="185" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="62"><br>';
content[index++] = '<table width="150" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '              <tr>';
content[index++] = '                <td class="tableheader"><img src="' + imgdir + 'quicklinks-arrow.gif" width="10" height="18" align="absmiddle">Savings &<br><img src="' + imgdir + 'clearpix.gif" width="10">Investments Links</td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#FAF5E5" valign="top" align="center"><img src="' + imgdir + 'clearpix.gif" width="1" height="4">';
content[index++] = '                  <table width="135" border="0" cellspacing="0" cellpadding="0">';
content[index++] = '                    <tr>';
content[index++] = '                      <td valign="top" class="ficontentsmall">';
content[index++] = '					    : <a href="' + sitedir + 'rates_savings.html">Savings Rates</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html">Savings Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#regular">Regular Share</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#super">Super Variable</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#club">Club Accounts</a><br>';
// content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#target">Target Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#kids">Kids Club</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_savings.html#prime">Primetime</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_checking.html">Checking Accounts</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_investments.html">Term Share Certificate</a><br>';
content[index++] = '                        : <a href="' + sitedir + 'deposit_investments.html#ira">Individual Retirement Account</a></td>';
content[index++] = '                    </tr>';
content[index++] = '                  </table>';
content[index++] = '                  <img src="' + imgdir + 'clearpix.gif" width="1" height="7"> </td>';
content[index++] = '              </tr>';
content[index++] = '              <tr>';
content[index++] = '                <td bgcolor="#A8AEB8"><img src="' + imgdir + 'clearpix.gif" width="1" height="5"></td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            </td>';
content.join("");
}








//CODE GOES HERE

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function makeUltraSeek()
{
var content = new Array();
var index = 0;

//CODE GOES HERE

//CODE GOES HERE

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function makeDateStamp()
{

var myDate = new Date();
var day = myDate.getDay();
var month = myDate.getMonth();
var date = myDate.getDate();
var year = "";

if (document.all)
	{
	year = myDate.getYear();
	}
else
	{
	year =myDate.getYear() + 1900;
	}	

var months = new Array ("January", "February","March", "April", "May", "June", "July", "August", "September", "October", "November", "December");

var days = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");


//alert (days[day] + ", " + months[month] + " " + date + ",  " + year);
var finalDate = (days[day] + ", " + months[month] + " " + date + ",  " + year);


var content = new Array();
var index = 0;
content[index++] = '<td align="right" valign="middle"><font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#741533">' + finalDate + '</font><img src="' + imgdir + 'clearpix.gif" width="15" height="1" alt="" border="0"></td>';

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/




/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||HEADER FUNCTIONS|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/












/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/





/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/
function makeFooter()
{
var content = new Array();
var index = 0;

//CODE GOES HERE
var content = new Array();
var index = 0;
content[index++] = '                </td>';
content[index++] = '              </tr>';
content[index++] = '            </table>';
content[index++] = '            <img src="' + imgdir + 'clearpix.gif" width="1" height="25"><img src="' + imgdir + 'clearpix.gif" width="1" height="50"></td>';
content[index++] = '          <td width="14">&nbsp;';
content[index++] = '		  </td>';
content[index++] = inc.makeLinks();
content[index++] = '			';
content[index++] = '          ';
content[index++] = '        </tr>';
content[index++] = '      </table>';
content[index++] = '    </td>';
content[index++] = '  </tr>';
content[index++] = '</table>';
content[index++] = '<!--START FOOTER -->';
content[index++] = inc.makeFooterLogos();
content[index++] = '<!--END FOOTER -->';
content.join("");


//CODE GOES HERE

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function makeFooterLogos()
{
var content = new Array();
var index = 0;

//CODE GOES HERE

content[index++] = '<table width="748" border="0" cellspacing="0" cellpadding="4" bgcolor="#FAF3E1">';
content[index++] = '  <tr>';
content[index++] = '    <td width="95"> <img src="' + imgdir + 'clearpix.gif" width="95" height="1"></td>';
content[index++] = '    <td width="350"><a href="http://www.hud.gov" target="_new" OnClick="alert(\'By clicking on any link to other Internet addresses, you are leaving the Pasadena Federal Credit Unions web site. The links provided on this site are for your convenience and reference. PFCU does not endorse any of the products or services offered by these companies. PFCU does not maintain these sites and is not responsible for content or availability of any linked site. Please review the sites privacy policies as they may differ from those of Pasadena Federal Credit Union. Any issue arising from content, use or inability to access these sites should be directed to the actual site owner.\')"><img src="' + imgdir + 'backpage-footer-ehl.gif" width="36" height="33" border="0" alt="Equal Housing Lender"></a>';
content[index++] = '       <img src="' + imgdir + 'clearpix.gif" width="10" height="1"><a href="http://www.digitalinsight.com" target="_blank" OnClick="alert(\'By clicking on any link to other Internet addresses, you are leaving the Pasadena Federal Credit Unions web site. The links provided on this site are for your convenience and reference. PFCU does not endorse any of the products or services offered by these companies. PFCU does not maintain these sites and is not responsible for content or availability of any linked site. Please review the sites privacy policies as they may differ from those of Pasadena Federal Credit Union. Any issue arising from content, use or inability to access these sites should be directed to the actual site owner.\')"><!--[if lt IE 7]><script type="text/javascript" src="https://www.pfcu.org/mstinc/web/js/png.js"></script><![endif]--><img src="https://www.pfcu.org/mstinc/web/images/di_91x22_2c.png" width="91" height="22" border="0" alt="Digital Insight, an Intuit company" /></a>';
content[index++] = '       <img src="' + imgdir + 'clearpix.gif" width="10" height="1"><img src="' + imgdir + 'asi.gif" alt="ASI" border="1"><br />'
content[index++] = '       <!--[if lt IE 7]><script type="text/javascript" src="https://www.pfcu.org/mstinc/web/js/png.js"></script><![endif]--><a href="https://www.ncua.gov"><img src="//www.pfcu.org/mstinc/web/images/ncua_351x32_blue.png" width="351" height="32" border="0" alt="Your savings federally insured to at least $250,000 and backed by the full faith and credit of the United States Government.  National Credit Union Administration, a U.S. Government Agency." /></a></td>';
content[index++] = '    <td width="303" align="center" class="tablecontent2"><a href="' + sitedir + 'privacy.html" class="footerlink">PRIVACY POLICY</a><img src="' + imgdir + 'footer-divider.gif" width="15" height="17"><a href="' + sitedir + 'sitemap.html" class="footerlink">SITEMAP</a></td>';
content[index++] = '  </tr>';
content[index++] = '</table>';
content.join("");

//CODE GOES HERE

return (content.join(""));
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||FOOTER FUNCTIONS|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/





function openIB(which)
{
if (which == 'demo')
	{
	if (this.ib_open_window == true)
		{
		window.open(this.ib_demo);
		}
	else
		{
		location.href = this.ib_demo;
		}
	}
else if (which == 'topdemo')
	{
		top.location.href = this.ib_demo;
	}			
else if (which == 'top')
	{
		top.location.href = this.ib;
	}	
else
	{
	if (this.ib_open_window == true)
		{
		window.open(this.ib);
		}
	else
		{
		location.href = this.ib;
		}
	}
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function openIBRegister()
{
	window.open(this.ib_register);
}

function openCM()
{
if (this.cm_open_window == true)
	{	
	window.open(this.cm);
	}
else
	{
	location.href = this.cm;
	}
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function make_NAMEHERE_dropdown()
{

var items = new Array();
var index = -1;
items[index++] = new Array('#' , 'Make a Selection &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' , 'same');
items[index++] = new Array('link1.html' , 'Personal Checking Accounts' , 'same');
items[index++] = new Array('checking_business.html' , 'Business Checking Accounts' , 'same');
items[index++] = new Array('checking_fastline.html' , 'Fastline' , 'same');
items[index++] = new Array('checking_local.html' , 'Local Connections' , 'same');
		
writeout_dropdown(items);		
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function writeout_dropdown(items)
{
var whole = '<form name="form1">';
whole += '<select name="dropdown_nav" onChange="javascript:changeLocations();" class="dropdown">';
for (i=0; i < items.length; i++)
	{
	if (items[i][2] == "new")
		{
		var target="?new";
		}
	else if (items[i][2] == "top")
		{
		var target="?top";
		}	
	else
		{
		var target="";
		}	
	whole += '<option value="' + items[i][0] + target + '">' + items[i][1] + '</option>';
	}
whole += '</select>';
document.write(whole);
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function changeLocations()
{
var location = document.form1.dropdown_nav[document.form1.dropdown_nav.selectedIndex].value;

var first = location.indexOf("?");
if (first != -1)
	{
	var target = location.substring(first + 1 , location.length);
	location = location.substring(0 , first);
	}
else
	{
	var target = "";
	}	
	
	//alert(target);
	//alert(location);
	
if (target == "new")
	{
	window.open(location);
	}
else if (target == "top")
	{
	top.location.href = location;
	}	
else
	{
	window.location.href = location;
	}	

}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function make_NAMEHERE_subnav(whichnumber , breaknumber)
{
var items = new Array();
var index = -1;

items[index++] = new Array('<a href="link1.html">' , 'LINK1' , '</a>');
items[index++] = new Array('<a href="link2.html">' , 'LINK2' , '</a>');
items[index++] = new Array('<a href="link3" target="_new">' , 'LINK3' , '</a>');
items[index++] = new Array('<a href="link4.html">' , 'LINK4' , '</a>');


writeitout(items , whichnumber , breaknumber);
}

/*_______________________________________________________________________________________
||||||||||||||||||||||||||||||||||||||NEW FUNCTION|||||||||||||||||||||||||||||||||
_______________________________________________________________________________________*/

function writeitout(items , whichnumber , breaknumber)
{
var whole = '<div align="center" class="subnav">';
var spacer = ""
for (i=0; i < items.length; i++)
	{
	if (i != whichnumber)
		{
		spacer = " | ";
		if (i == items.length - 1)
			spacer = "";
		else if (i == breaknumber)
			spacer = "<br />";
		whole += items[i][0] + items[i][1] + items[i][2] + spacer;
		}
	else
		{
		spacer = " | ";
		if (i == items.length - 1)
			spacer = "";
		else if (i == breaknumber)
			spacer = "<br />";
		whole += items[i][1] + spacer;
		}
	}
whole += '</div><br />';
document.write(whole);
}


function tpw() {
	alert('By clicking on any link to other Internet addresses, you are leaving the Pasadena Federal Credit Unions web site. The links provided on this site are for your convenience and reference. PFCU does not endorse any of the products or services offered by these companies. PFCU does not maintain these sites and is not responsible for content or availability of any linked site. Please review the sites privacy policies as they may differ from those of Pasadena Federal Credit Union. Any issue arising from content, use or inability to access these sites should be directed to the actual site owner.');
}
