/*window.onresize=resize; function resize(){ self.location.href=self.location.href; }*/ if(window.event + "" == "undefined") event = null; function showMenu(){return false}; function mout(){return false}; function dummyObject() {this.mout=mout}; oM = new dummyObject(); // OTHER FUNCTIONS BELOW function openWin(url,name,width,height,options){ var n = name; var w = width; var h = height; var o = options; n = (n==null)?"_blank":n; w = (isNaN(w) || w==null)?700:w; h = (isNaN(h) || h==null)?600:h; o = (o==null)?"toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1":(o.indexOf(",")!=0)?","+o:o; var posX = Math.ceil((parseInt(screen.width) - w) / 2); var posY = Math.ceil((parseInt(screen.height) - h) / 2); aWindow = window.open(url,n,"width=" + w + ",height=" + h + ",left=" + posX + ",top=" + posY + o); } function showWarning(url){ var content = new Array(); var index = 0; content[index++] = "

Third Party Link Notice

You have clicked on a link that will take you off of the San Francisco Federal Credit Union web site. The presence of a link to a third party's web site on the San Francisco Federal Credit Union web site does not constitute an endorsement by San Francisco Federal Credit Union nor does it imply any contractual relationship between San Francisco Federal Credit Union and the third party, unless expressly stated.

San Francisco Federal Credit Union is not responsible for the content of any third party's web site and makes no warranty regarding the accuracy or propriety of content on any third party web site.

Thank you for visiting our web site. Please be sure to visit again soon.

"; content[index++] = "
"; content[index++] = "
Continue    Decline
"; document.getElementById("ex_dis").innerHTML = content.join(""); document.getElementById("ex_dis").style.display = "block"; scrollTo(0, 0); } function showNumber(){ var content = new Array(); var index = 0; content[index++] = "
Close
"; document.getElementById("ex_dis").innerHTML = content.join(""); document.getElementById("ex_dis").style.display = "block"; scrollTo(0, 0); } document.write(''); // OTHER FUNCTIONS ABOVE