


//Contents for menu 1
var menu10=new Array()
menu10[0]='<a href="http://www.am850.com/communitycalendar/default.asp">Community Calendar</a>'
menu10[1]='<a href="comlinks.html">Community Links</a>'
menu10[2]='<a href="partners.html">Local Businesses</a>'


//Contents for location menu 
var menu11=new Array()
menu11[0]='<a href="cu24.html">ATM Locations</a>'
menu11[1]='<a href="phone_directory.html">Call Center</a>'
menu11[2]='<a href="http://www.cuservicecenter.com">Shared Branches</a>'
menu11[3]='<a href="branches.html">Branch Locations</a>'

//Contents for security menu
var menu12=new Array()
menu12[0]='<a href="atmscams.html">ATM Skimmers</a>'
menu12[1]='<a href="threats.html">Common Threats</a>'
menu12[2]='<a href="fraud.html">Protect Yourself</a>'
menu12[3]='<a href="security_tools.html">Online Security Tools</a>'
menu12[4]='<a href="password.html">Secure Passwords</a>'
menu12[5]='<a href="alerts.html">Security Alerts</a>'
menu12[6]='<a href="ealerts.html">SunState e-Alerts</a>'

//Contents for tools menu 
var menu13=new Array()
menu13[0]='<a href="http://anytime.cuna.org/13840/">AnyTime Adviser</a>'
menu13[2]='<a href="http://hffo.cuna.org/index.html?sub_id=13840">Family Finance Center</a>'
menu13[3]='<a href="http://gti.cuna.org/13840/">Guide to Independence</a>'
menu13[4]='<a href="https://www.ezcardinfo.com">Credit Card EzCardInfo</a>'
menu13[5]='<a href="http://moneymix.cuna.org/13840/index.php">Money Mix</a>'
menu13[6]='<a href="http://planit.cuna.org/13840/">Plan It</a>'
menu13[7]='<a href="http://www.kqzyfj.com/click-2310659-10434925">Your Credit Report</a>'
menu13[8]='<a href="http://www.membersautohome.com/default.aspx?contract=00905176&ICU=BBB5&utm_source=00905176&utm_medium=Link&utm_campaign=BBB4">Get Insurance Quote Now!</a>'
menu13[9]='<a href="http://www.lifelock.com/default.aspx?promocode=SFCUWEB">LifeLock</a>'

//Contents for youth menu
var menu14=new Array()
menu14[0]='<a href="FEA.html">Future Endeavors</a>'
menu14[1]='<a href="http://googolplex.cuna.org/index.html?sub_id=13840">Googolplex</a>'
menu14[2]='<a href="http://gti.cuna.org/13840">Guide to Independence</a>'
menu14[3]='<a href="http://moneymix.cuna.org/13840/index.php">Money Mix</a>'
menu14[4]='<a href="http://www.netsmartzkids.org/indexFL.htm">NetSmartz - For Kids</a>'
menu14[5]='<a href="pdf/TeenLoanWorkPacket.pdf">Teen Work Packet</a>'



//Contents for vehicle pricing menu
var menu15=new Array()
menu15[0]='<a href="carinfo.1.html">New and Used Vehicles</a>'
menu15[1]='<a href="carinfo.2.html">RVs</a> '
menu15[2]='<a href="carinfo.3.html">New and Used Boats</a>'
menu15[4]='<a href="carinfo.5.html">Vans, Trucks & Limos</a>'
menu15[5]='<a href="carinfo.6.html">Classic Cars</a>'
menu15[6]='<a href="http://www.membersautohome.com/default.aspx?contract=00905176&ICU=BBB5&utm_source=00905176&utm_medium=Link&utm_campaign=BBB4">Get Insurance Quote Now!</a>'

//Content for about menu
var menu16=new Array()
menu16[0]='<A href="press_release/2009AnnualReport.pdf">Annual Report</A>'
menu16[1]='<A href="BoardDirectors.html">Board of Directors</A>'
menu16[2]='<A href="jobs.html">Employment</A>'
menu16[3]='<A href="faq2.html">FAQ</A>'
menu16[4]='<A href="pdf/feeschedule.pdf">Fee Schedule</A>'
menu16[5]='<A href="about.html">Mission Statement</A>'
menu16[6]='<A href="ManagementTeam.html">Management Team</A>'
menu16[7]='<A href="newsletters/NL0710.pdf">Newsletter</A>'


//Contents for contact menu 
var menu17=new Array()
menu17[0]='<A href="contact.html">Contact Information</A>'
menu17[1]='<A href="https://www.sunstatefcu.org/servicerequest.html">Information Request</A>'
menu17[2]='<A href="MailingAddress.html">Mailing Addresses</A>'
menu17[3]='<A href="https://www.sunstatefcu.org/feedback.html">Webmaster</A>'
	

var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var horizontaloffset=2 //horizontal offset of menu from default location. (0-5 is a good value)

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv2" style="visibility:hidden;width: 160px" 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
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
}
// clearbowserege can interfer with menu.js  
// make sure to change the name if using a horizonal and vertical script.
function clearbrowseredge2(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-obj.offsetWidth < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
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){ //move menu up?
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then)
edgeoffset=dropmenuobj.y
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu2(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-clearbrowseredge2(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge2(obj, "bottomedge")+"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))
delayhidemenu2()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu2()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu2(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}
