/***********************************************

* AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com)

* This notice MUST stay intact for legal use

* Visit http://www.dynamicdrive.com/ for full source code

***********************************************/



//Interest Rates

var menu1=new Array()

menu1[0]='<a href="share.shtml">»Savings & Share Rates</a>'

menu1[1]='<a href="cd.shtml">»Certificate of Deposite Rates</a>'

menu1[2]='<a href="ira.shtml">»Individual Retirement Accounts</a>'

menu1[3]='<a href="loan.shtml">»Consumer Loans</a>'

menu1[4]='<a href="visa.shtml">»Visa Credit Cards</a>'

menu1[5]='<a href="mortgage.shtml">»Mortgage Loans</a>'

menu1[6]='<a href="rates.shtml">»Other Investments</a>'





//Online Services

var menu2=new Array()

menu2[0]='<a href="pib.shtml">Personal Internet Branch (PIB)</a>'

menu2[2]='<a href="consumer_online_loan.shtml">Consumer Loans</a>'

menu2[3]='<a href="mortgage_online_loan.shtml">Mortgage Loans</a>'

menu2[4]='<a href="billpay.shtml">Internet Bill Pay</a>'

menu2[5]='<a href="es.shtml">eStatements</a>'

menu2[6]='<a href="visa_info.shtml">Credit Card InfoLink</a>'

menu2[7]='<a href="liberty_checks.shtml">Check Reorders</a>'

menu2[8]='<a href="easy_street.shtml">Easy Street ATM Locations</a>'

menu2[9]='<a href="http://moneypass.com/" target="_blank">Money Pass ATM Locations</a>'



//Lending Services

var menu3=new Array()

menu3[0]='<a href="secured.shtml">Secured Loans</a>'

menu3[1]='<a href="express_loan.shtml">Express Loan</a>'

menu3[2]='<a href="unsecured.shtml">Unsecured Loans</a>'

menu3[3]='<a href="payday.shtml">Payday Loans</a>'

menu3[4]='<a href="equity.shtml">Home Equity Loans</a>'

menu3[5]='<a href="mortgage_loan.shtml">Mortgage Loans</a>'

menu3[6]='<a href="visa_cards.shtml">Visa Credit Cards</a>'

menu3[7]='<a href="pay_protect.shtml">Payment Protection</a>'

menu3[8]='<a href="gap.shtml">GAP Protection</a>'

menu3[9]='<a href="warranties.shtml">Extended Warranties</a>'

menu3[10]='<a href="ln_calc.shtml">Loan Calculators</a>'



//Checking Services

var menu4=new Array()

menu4[0]='<a href="checking.shtml#evolve">E-volve</a>'

menu4[1]='<a href="checking.shtml#premier">Premier</a>'

menu4[2]='<a href="checking.shtml#legacy">Legacy</a>'

menu4[3]='<a href="checking.shtml#platinum">Platinum Plus</a>'

menu4[4]='<a href="checking.shtml#liberty">Liberty</a>'

menu4[5]='<a href="debit.shtml">Visa Check Card</a>'

menu4[6]='<a href="liberty_checks.shtml">Reorder Checks</a>'

menu4[7]='<a href="courtesy.shtml">Courtesy Pay</a>'



//Saving Services

var menu5=new Array()

menu5[0]='<a href="savings.shtml#share">Share/Savings</a>'

menu5[1]='<a href="savings.shtml#cd">Certificates of Deposit</a>'

menu5[2]='<a href="savings.shtml#ira">Individual Retirement Accounts</a>'

menu5[3]='<a href="savings.shtml#cc">Christmas Club</a>'

menu5[4]='<a href="savings.shtml#vc">Vacation Club</a>'

menu5[5]='<a href="savings.shtml#wc">Waggin\' Cent$</a>'



//Membership Services

var menu6=new Array()

menu6[0]='<a href="join.shtml">Join Today</a>'

//menu6[1]='<a href="segs.shtml">Business Partners</a>'

menu6[2]='<a href="scottie.shtml">Scottie Savers Club</a>'

menu6[3]='<a href="eagle.shtml">Eagle Club</a>'

menu6[4]='<a href="prime_time.shtml">Primetimers Club</a>'

menu6[5]='<a href="pal.shtml">Phone Account Line (PAL)</a>'

menu6[6]='<a href="cusc.shtml">Shared Branch</a>'



//Financial Services

var menu7=new Array()

menu7[1]='<a href="aetc.shtml">VISA Travel Cards</a>'

menu7[0]='<a href="aegc.shtml">VISA Gift Cards</a>'

menu7[3]='<a href="checks.shtml">Official Checks</a>'

menu7[4]='<a href="sdb.shtml">Safe Deposit Boxes</a>'

menu7[5]='<a href="notary.shtml">Notary Services</a>'

//menu7[6]='<a href="notary.shtml#signature">Signature Guarantee</a>'

menu7[7]='<a href="quarters.shtml">State Quarters</a>'

menu7[8]='<a href="d_d.shtml">Direct Deposit</a>'





//Privacy

var menu8=new Array()

menu8[0]='<a href="website.shtml">Website Privacy Policies</a>'

menu8[1]='<a href="financial.shtml">Financial Privacy Policies</a>'

menu8[2]='<a href="phishing_abuse.shtml">Report Phishing Emails</a>'

menu8[3]='<a href="remote_support.shtml">Remote Desktop Support</a>'



		

var menuwidth='165px' //default menu width

var menubgcolor=''  //menu bgcolor

var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)

var hidemenu_onclick="yes" //hide menu when user clicks within menu?



/////No further editting needed



var ie4=document.all

var ns6=document.getElementById&&!document.all



if (ie4||ns6)

document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')



function getposOffset(what, offsettype){

var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;

var parentEl=what.offsetParent;

while (parentEl!=null){

totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;

parentEl=parentEl.offsetParent;

}

return totaloffset;

}





function showhide(obj, e, visible, hidden, menuwidth){

if (ie4||ns6)

dropmenuobj.style.left=dropmenuobj.style.top=-500

if (menuwidth!=""){

dropmenuobj.widthobj=dropmenuobj.style

dropmenuobj.widthobj.width=menuwidth

}

if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")

obj.visibility=visible

else if (e.type=="click")

obj.visibility=hidden

}



function iecompattest(){

return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body

}



function clearbrowseredge(obj, whichedge){

var edgeoffset=0

if (whichedge=="rightedge"){

var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15

dropmenuobj.contentmeasure=dropmenuobj.offsetWidth

if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)

edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth

}

else{

var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18

dropmenuobj.contentmeasure=dropmenuobj.offsetHeight

if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)

edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight

}

return edgeoffset

}



function populatemenu(what){

if (ie4||ns6)

dropmenuobj.innerHTML=what.join("")

}





function dropdownmenu(obj, e, menucontents, menuwidth){

if (window.event) event.cancelBubble=true

else if (e.stopPropagation) e.stopPropagation()

clearhidemenu()

dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv

populatemenu(menucontents)



if (ie4||ns6){

showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)

dropmenuobj.x=getposOffset(obj, "left")

dropmenuobj.y=getposOffset(obj, "top")

dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"

dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"

}



return clickreturnvalue()

}



function clickreturnvalue(){

if (ie4||ns6) return false

else return true

}



function contains_ns6(a, b) {

while (b.parentNode)

if ((b = b.parentNode) == a)

return true;

return false;

}



function dynamichide(e){

if (ie4&&!dropmenuobj.contains(e.toElement))

delayhidemenu()

else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))

delayhidemenu()

}



function hidemenu(e){

if (typeof dropmenuobj!="undefined"){

if (ie4||ns6)

dropmenuobj.style.visibility="hidden"

}

}



function delayhidemenu(){

if (ie4||ns6)

delayhide=setTimeout("hidemenu()",disappeardelay)

}



function clearhidemenu(){

if (typeof delayhide!="undefined")

clearTimeout(delayhide)

}



if (hidemenu_onclick=="yes")

document.onclick=hidemenu


