<!--

  var webID = "NCFCU";
  var host = "";
  var sslhost = "";
  var imgPathURL = "/ncfcu_files/images/";
  var vertMenuOffsetY = 20;
  var vertMenuOffsetX = 1;
  var horizMenuOffsetY = 5;
  var horizMenuOffsetX = 149;

// Show Date

  var today = new Date()
  var time = today.getTime();
  var dayOfMonth = today.getDate();
  var dayOfWeek = today.getDay();
  var hour = today.getHours();
  var minutes = today.getMinutes();
  var monthOfYear = today.getMonth();
  var yearPast = today.getYear();
 
  var month
  if (monthOfYear == "0") {
     month = "January";
  }
  if (monthOfYear == "1") {
     month = "February";
  }
  if (monthOfYear == "2") {
     month = "March";
  }
  if (monthOfYear == "3") {
     month = "April";
  }
  if (monthOfYear == "4") {
     month = "May";
  }
  if (monthOfYear == "5") {
     month = "June";
  }
  if (monthOfYear == "6") {
     month = "July";
  }
  if (monthOfYear == "7") {
     month = "August";
  }
  if (monthOfYear == "8") {
     month = "September";
  }
  if (monthOfYear == "9") {
     month = "October";
  }
  if (monthOfYear == "10") {
     month = "November";
  }
  if (monthOfYear == "11") {
     month = "December";
  }

  var year
  year = yearPast
  if (year <= 200) {
    year = year + 1900;
  }

  function showGreeting () {
     document.write(month + " " + dayOfMonth +  ", " + year); 
  }

  function browserSupportsMenu(){
      var agt=navigator.userAgent.toLowerCase(); 
      var is_minor = parseFloat(navigator.appVersion); 
      var is_win   = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) );
      if (document.all || document.getElementById) return true;
      if (document.layers && is_minor >= 4.7 && is_win) return true;
      return false;
  }

  function showVertMenu(event,tipName,mo,position,x,y){
    var tipTitle = '';  // For menus, tipTitle is always an empty string
    var tipAnchor = null; // This menu is not being positioned relative to an anchor <a name=...> tag so set it to null.
    var tipBody = mo; // mo is a text string created using a series of makeDZTextMenuItem function calls and goes as the tip body.

    if (!browserSupportsMenu()) return;
    showDZTip(event,tipName,tipTitle,tipBody,tipAnchor,'parentmenuitem',vertMenuOffsetX,vertMenuOffsetY);
  }

  function showMenu(event,tipName,mo,position,x,y){
    var tipTitle = '';  // For menus, tipTitle is always an empty string
    var tipAnchor = null; // This menu is not being positioned relative to an anchor <a name=...> tag so set it to null.
    var tipBody = mo; // mo is a text string created using a series of makeDZTextMenuItem function calls and goes as the tip body.

    if (!browserSupportsMenu()) return;

    if (position == 'flash') {
        showDZTip(event,tipName,tipTitle,tipBody,'flashAnchor','relative',x,y);
        return;
    }

    if (position == null) {
      /* showDZTip is defined in dzTip6.js */
      var windowWidth = window.document.body.clientWidth;
      var pTip = getDZTipElement(getDZTipElement(tipName).dzParentName);
      var  l = getDZOffset(pTip.currentMenuItem, "Left");
      var wd = parseInt(horizMenuOffsetX * 2) + parseInt(l);
      if (wd - windowWidth > 0) {
        showDZTip(event,tipName,tipTitle,tipBody,tipAnchor,'parentmenuitem',horizMenuOffsetX*-1,horizMenuOffsetY);
      } else {
        showDZTip(event,tipName,tipTitle,tipBody,tipAnchor,'parentmenuitem',horizMenuOffsetX,horizMenuOffsetY);
      }
    } else {
      showDZTip(event,tipName,tipTitle,tipBody,tipAnchor,'relative',0,34);
    }        
  }

// function makeDZTextMenuItem(className,itemText,link,tipMouseOverFunc,tipMouseOutFunc,imgAttributes,spacerHeight)
// function initDZTip(tipName, tipType, borderWidth, maxWidth, minWidth, parentName, className, showDelay, hideDelay, leftMargin, topMargin)

  var mm = initDZTip('MainMenu','hmenu',1,null,null,null,null,null,null,0,0);  //Menu
  mm.neverHide = true;
  mm.dzHideDelay=100;
  mm.dzShowDelay=0;

  initDZTip('LINK','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_LINK(event){
    var mo = "";
    
    showVertMenu(event,'LINK',mo);
  }

  initDZTip('NEWS','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_NEWS(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/NEWS/GEN/>General News</a>',host + "/NEWS/GEN/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/NEWS/WELCOME/>Welcome</a>',host + "/NEWS/WELCOME/",null,null,null,null);
    
    showVertMenu(event,'NEWS',mo);
  }

  initDZTip('TAB1','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  initDZTip('TAB1_LOCATIONS','vmenu',0,null,null,'TAB1',null,10,130,50,100);
  function showSubMenu_TAB1_LOCATIONS(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/LOCATIONS/MAIN/>Main Office</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/LOCATIONS/NW/>NW Office</a>',null,null,null,null,null);
    
    showMenu(event,'TAB1_LOCATIONS',mo);
  }

  function showSubMenu_TAB1(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/LOCATIONS/>Office Locations</a>',host + "/NEWS/WELCOME/","showSubMenu_TAB1_LOCATIONS(event)","hideDZTip('TAB1_LOCATIONS')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/VOLUNTEERS/>Volunteers</a>',host + "/About_Us/VOLUNTEERS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/STAFF/>Staff</a>',host + "/About_Us/STAFF/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/HISTORY/>A Little History</a>',host + "/About_Us/HISTORY/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/MEMBERSHIP/>Membership</a>',host + "/About_Us/MEMBERSHIP/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About_Us/PRIVACY/>Privacy Policy</a>',host + "/About_Us/PRIVACY/",null,null,null,null);
    
    showVertMenu(event,'TAB1',mo);
  }

  initDZTip('TAB2','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  initDZTip('TAB2_VEHICLE','vmenu',0,null,null,'TAB2',null,10,130,50,100);
  function showSubMenu_TAB2_VEHICLE(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/VEHICLE/NEW/>New Autos</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/VEHICLE/USED/>Used Autos</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/VEHICLE/OTHER/>Older Cars & Trucks</a>',null,null,null,null,null);
    
    showMenu(event,'TAB2_VEHICLE',mo);
  }

  initDZTip('TAB2_SECURED','vmenu',0,null,null,'TAB2',null,10,130,50,100);
  function showSubMenu_TAB2_SECURED(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/SECURED/SHARE/>Share Secured</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/SECURED/CERT/>Certificate Secured</a>',null,null,null,null,null);
    
    showMenu(event,'TAB2_SECURED',mo);
  }

  initDZTip('TAB2_REALESTATE','vmenu',0,null,null,'TAB2',null,10,130,50,100);
  function showSubMenu_TAB2_REALESTATE(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/REALESTATE/EQUITY/>Home Equity</a>',null,null,null,null,null);
    
    showMenu(event,'TAB2_REALESTATE',mo);
  }

  initDZTip('TAB2_MISC','vmenu',0,null,null,'TAB2',null,10,130,50,100);
  function showSubMenu_TAB2_MISC(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/MISC/PERSONAL/>Personal</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/MISC/COSIGN/>Co-Signer Loan</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/MISC/APPL/>Appliances</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/MISC/RV/>RVs</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/MISC/CAMPER/>Travel Camper/non-motorized</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/MISC/BOAT/>Boat/Motor/Trailer</a>',null,null,null,null,null);
    
    showMenu(event,'TAB2_MISC',mo);
  }

  function showSubMenu_TAB2(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/LRATE/>Loan Rates</a>',host + "/Loan/LRATE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/VEHICLE/>Vehicle Loan Rates</a>',host + "/Loan/LRATE/","showSubMenu_TAB2_VEHICLE(event)","hideDZTip('TAB2_VEHICLE')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/SECURED/>Secured Loans</a>',null,"showSubMenu_TAB2_SECURED(event)","hideDZTip('TAB2_SECURED')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/REALESTATE/>Real Estate Loans</a>',null,"showSubMenu_TAB2_REALESTATE(event)","hideDZTip('TAB2_REALESTATE')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/MISC/>Miscellaneous Loans</a>',null,"showSubMenu_TAB2_MISC(event)","hideDZTip('TAB2_MISC')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/OVERDRAFT/>Overdraft</a>',host + "/Loan/OVERDRAFT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/INSURANCE/>Insurance Update</a>',host + "/Loan/INSURANCE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Loan/DISCLOSURES/>Disclosures</a>',host + "/Loan/DISCLOSURES/",null,null,null,null);
    
    showVertMenu(event,'TAB2',mo);
  }

  initDZTip('TAB3','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB3(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/SHARE/>Share Savings</a>',host + "/Savings/SHARE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/VACATION/>Vacation Account</a>',host + "/Savings/VACATION/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/SCOTTIE/>Scottie Saver Club</a>',host + "/Savings/SCOTTIE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/CHRISTMAS/>Christmas Club</a>',host + "/Savings/CHRISTMAS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/IRA/>IRA Savings & Roth IRA Savings</a>',host + "/Savings/IRA/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/IRAC/>IRA Cert. & Roth IRA Cert.</a>',host + "/Savings/IRAC/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/SHAREDRAFT/>Share Draft</a>',host + "/Savings/SHAREDRAFT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/MMSHARE/>MM Share Draft</a>',host + "/Savings/MMSHARE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/SHARECERT/>Share Certificate</a>',host + "/Savings/SHARECERT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Savings/DISC/>Disclosures</a>',host + "/Savings/DISC/",null,null,null,null);
    
    showVertMenu(event,'TAB3',mo);
  }

  initDZTip('TAB4','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  initDZTip('TAB4_CHECKS','vmenu',0,null,null,'TAB4',null,10,130,50,100);
  function showSubMenu_TAB4_CHECKS(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/CHECKS/TRAV/>Travelers Checks</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/CHECKS/CASHIER/>Cashier Checks</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/CHECKS/TEMP/>Temporary Checks</a>',null,null,null,null,null);
    
    showMenu(event,'TAB4_CHECKS',mo);
  }

  function showSubMenu_TAB4(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/ONLINE/>Account Access</a>',host + "/Other/ONLINE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/ELECTRONIC/>Electronic Bill Pay</a>',host + "/Other/ELECTRONIC/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/TELEDATA/>Teledata 24</a>',host + "/Other/TELEDATA/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/CHECKS/>Checks</a>',host + "/Other/TELEDATA/","showSubMenu_TAB4_CHECKS(event)","hideDZTip('TAB4_CHECKS')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/ATM/>ATM Cards</a>',host + "/Other/ATM/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/CHECKCARD/>Check Card</a>',host + "/Other/CHECKCARD/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/DIRECTDEP/>Direct Deposit</a>',host + "/Other/DIRECTDEP/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/FEES/>Fee Schedule</a>',host + "/Other/FEES/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/PAYROLL/>Payroll Deduction</a>',host + "/Other/PAYROLL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/WIRE/>Wire Transfer</a>',host + "/Other/WIRE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/MONEY/>Money Orders</a>',host + "/Other/MONEY/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/LINKS/>Web Links</a>',host + "/Other/LINKS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/NIGHT/>Night Depositary</a>',host + "/Other/NIGHT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/DRIVE/>Drive-Up Window</a>',host + "/Other/DRIVE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Other/TICKETS/>Tickets Available</a>',host + "/Other/TICKETS/",null,null,null,null);
    
    showVertMenu(event,'TAB4',mo);
  }

  initDZTip('TAB5','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB5(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' +  'https://ssl03.cyzap.net/ncfcu_files/loanapp.htm>Loan Application</a>', "https://ssl03.cyzap.net/ncfcu_files/loanapp.htm",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' +  'https://ssl03.cyzap.net/ncfcu_files/mbrapp.htm>Membership Application</a>', "https://ssl03.cyzap.net/ncfcu_files/mbrapp.htm",null,null,null,null);
    
    showVertMenu(event,'TAB5',mo);
  }


  function showMainMenu(event){
    if (!browserSupportsMenu()) return;
    var mo = "";
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + '_down.gif',imgPathURL + '_up.gif',98,19,host + '//',"showSubMenu_LINK(event)","hideDZTip('LINK')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + '_down.gif',imgPathURL + '_up.gif',98,19,host + '//',"showSubMenu_NEWS(event)","hideDZTip('NEWS')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + '_down.gif',imgPathURL + '_up.gif',98,19,host + '//',"showSubMenu_TAB1(event)","hideDZTip('TAB1')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + '_down.gif',imgPathURL + '_up.gif',98,19,host + '//',"showSubMenu_TAB2(event)","hideDZTip('TAB2')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + '_down.gif',imgPathURL + '_up.gif',98,19,host + '//',"showSubMenu_TAB3(event)","hideDZTip('TAB3')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + '_down.gif',imgPathURL + '_up.gif',98,19,host + '//',"showSubMenu_TAB4(event)","hideDZTip('TAB4')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + '_down.gif',imgPathURL + '_up.gif',98,19,host + '//',"showSubMenu_TAB5(event)","hideDZTip('TAB5')");
    
    showDZTip(event,'MainMenu','',mo,'','absolute',43,103);
  }

  function showMainMenu(event){
    if (!browserSupportsMenu()) return;
    var mo = "";
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'About_Us_down.gif',imgPathURL + 'About_Us_up.gif',74,21,host + '/About_Us/',"showSubMenu_TAB1(event)","hideDZTip('TAB1')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'Loan_down.gif',imgPathURL + 'Loan_up.gif',119,21,host + '/Loan/',"showSubMenu_TAB2(event)","hideDZTip('TAB2')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'Savings_down.gif',imgPathURL + 'Savings_up.gif',131,21,host + '/Savings/',"showSubMenu_TAB3(event)","hideDZTip('TAB3')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'Other_down.gif',imgPathURL + 'Other_up.gif',104,21,host + '/Other/',"showSubMenu_TAB4(event)","hideDZTip('TAB4')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'Applications_down.gif',imgPathURL + 'Applications_up.gif',85,21,host + '/Applications/',"showSubMenu_TAB5(event)","hideDZTip('TAB5')");

    showDZTip(event,'MainMenu','',mo,'nav','relative',0,0);
  }


//-->