function makeArray() {
  for (i = 0; i<makeArray.arguments.length; i++)
    this[i + 1] = makeArray.arguments[i];
}
function makeArray0() {
  for (i = 0; i<makeArray0.arguments.length; i++)
    this[i] = makeArray0.arguments[i];
}

function y2k(number) {
  return (number < 1000) ? number + 1900 : number;
}

var months = new makeArray('January','February','March','April','May','June','July','August','September','October','November','December');
var days = new makeArray0('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var today = new Date();
var day   = days[today.getDay()];
var date  = today.getDate();
var month = today.getMonth() + 1;
var year  = y2k(today.getYear());

   NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);
 isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event = null;
var dir = "";

function makenav(str,w,h) {
  this.off=new Image (w,h);
  this.off.src="/images/"+str+".jpg";
  this.on=new Image (w,h);
  this.on.src="/images/"+str+"_on.jpg";
}

function toggle(n,on) {
  if (on==1) {
    document.images["nav"+n].src=navIMG[n].on.src;
  } else {
    document.images["nav"+n].src=navIMG[n].off.src;
  }
}

function leaving( toSite ) {
 leave =  confirm( "You are now leaving Western Healthcare Federal Credit Union's web-site and are going to a web-site that is not operated by the credit union. Western Healthcare Federal Credit Union is not responsible for the content or availability of linked sites.\nPlease be advised that Western Healthcare 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 ( leave == true ) {
    window.location = toSite;
  }
}

function leaving1( toSite ) {
 leave =  confirm( "You are now leaving Western Healthcare Federal Credit Union's web-site and are going to a web-site that is not operated by the credit union. Western Healthcare Federal Credit Union is not responsible for the content or availability of linked sites.\nPlease be advised that Western Healthcare 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 ( leave == true ) {
    window.open(toSite,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=550,height=500');
  }
}

// Open Window JavaScript
function open_window(url) {
 window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=550,height=500');
}
