<!--

  var webID = "ohdsite";
  var host = "";
  var sslhost = "";
  var imgPathURL = "/OHD_files/images/";
  var vertMenuOffsetY = 20;
  var vertMenuOffsetX = 2;
  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('TAB1','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB1(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/OVR/>Overview</a>',host + "/AboutUs/OVR/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/TSA/>Tri-State Area</a>',host + "/AboutUs/TSA/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/REC/>Our Recommendations</a>',host + "/AboutUs/REC/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/NE/>News</a>',host + "/AboutUs/NE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/PRIVACY/>Privacy Policy</a>',host + "/AboutUs/PRIVACY/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/LEGAL/>Our Legal Duty</a>',host + "/AboutUs/LEGAL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/CONTACT/>Contact Us</a>',host + "/AboutUs/CONTACT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/81/>Health Fair Return on Investment</a>',host + "/AboutUs/81/",null,null,null,null);
    
    showVertMenu(event,'TAB1',mo);
  }

  initDZTip('TAB2','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB2(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/CWT/>Corporate Wellness Trends</a>',host + "/CorporateBenefits/CWT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/HFT/>Health Fair Trends</a>',host + "/CorporateBenefits/HFT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/DSHF/>The "Down Side" of Health Fairs</a>',host + "/CorporateBenefits/DSHF/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/WOF/>What To Watch Out For</a>',host + "/CorporateBenefits/WOF/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/CS/>Corporate Solutions</a>',host + "/CorporateBenefits/CS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/ROI/>ROI Benefit</a>',host + "/CorporateBenefits/ROI/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/INP/>In-Network Providers</a>',host + "/CorporateBenefits/INP/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/IHF/>In-House Health Fairs</a>',host + "/CorporateBenefits/IHF/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/CorporateBenefits/OHDPY/>OHD Protects You</a>',host + "/CorporateBenefits/OHDPY/",null,null,null,null);
    
    showVertMenu(event,'TAB2',mo);
  }

  initDZTip('TAB3','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  initDZTip('TAB3_SCR','vmenu',0,null,null,'TAB3',null,10,130,50,100);
  function showSubMenu_TAB3_SCR(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/SCR/GH/>General Health & Stress Relief</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/SCR/PFH/>Personal Fitness/Health</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/SCR/FFH/>Family Fitness/Health</a>',null,null,null,null,null);
    
    showMenu(event,'TAB3_SCR',mo);
  }

  function showSubMenu_TAB3(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/SCR/>Screenings</a>',host + "/CorporateBenefits/OHDPY/","showSubMenu_TAB3_SCR(event)","hideDZTip('TAB3_SCR')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/FLU/>Flu Shots</a>',host + "/ProactiveHealth/FLU/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/IV/>Immunization / Vaccinations</a>',host + "/ProactiveHealth/IV/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/CDC/>CDC Flu Shot Recommendations</a>',host + "/ProactiveHealth/CDC/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/CW/>Corporate Wellness</a>',host + "/ProactiveHealth/CW/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/MT/>Massage Therapy</a>',host + "/ProactiveHealth/MT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/YOG/>Yoga</a>',host + "/ProactiveHealth/YOG/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/EDU/>Education</a>',host + "/ProactiveHealth/EDU/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/SDD/>Stress Down Days</a>',host + "/ProactiveHealth/SDD/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/ProactiveHealth/LEC/>Lectures</a>',host + "/ProactiveHealth/LEC/",null,null,null,null);
    
    showVertMenu(event,'TAB3',mo);
  }

  initDZTip('TAB4','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB4(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/DE/>Designing the Event</a>',host + "/YourEvent/DE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/EC/>Event Coordination</a>',host + "/YourEvent/EC/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/EV/>Event Variety</a>',host + "/YourEvent/EV/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/EX/>Exhibitors</a>',host + "/YourEvent/EX/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/EPP/>OHD\'s Exhibitor Prescreening Policy</a>',host + "/YourEvent/EPP/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/PAR/>Participation</a>',host + "/YourEvent/PAR/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/PRO/>Promotions</a>',host + "/YourEvent/PRO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/EIP/>Employee Incentive Programs</a>',host + "/YourEvent/EIP/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/TEST/>Testimonials</a>',host + "/YourEvent/TEST/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/WES/>What Employees Said</a>',host + "/YourEvent/WES/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/YourEvent/EMPSU/>Employee Screening Signup</a>',host + "/YourEvent/EMPSU/",null,null,null,null);
    
    showVertMenu(event,'TAB4',mo);
  }

  initDZTip('TAB9','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB9(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/OnlineServices/LOGIN/>Login</a>',host + "/OnlineServices/LOGIN/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/OnlineServices/REGISTER/>Register</a>',host + "/OnlineServices/REGISTER/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/OnlineServices/POLICY/>Privacy Policy</a>',host + "/OnlineServices/POLICY/",null,null,null,null);
    
    showVertMenu(event,'TAB9',mo);
  }


  function showMainMenu(event){
    if (!browserSupportsMenu()) return;
    var mo = "";
    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_TAB9(event)","hideDZTip('TAB9')");
    
    showDZTip(event,'MainMenu','',mo,'','absolute',43,103);
  }

  function showMainMenu(event){
    if (!browserSupportsMenu()) return;
    var mo = "";
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'NAV_About_Off.gif',imgPathURL + 'NAV_About_Over.gif',134,22,host + '/AboutUs/',"showSubMenu_TAB1(event)","hideDZTip('TAB1')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'NAV_Corp_Off.jpg',imgPathURL + 'NAV_Corp_Over.jpg',179,22,host + '/CorporateBenefits/',"showSubMenu_TAB2(event)","hideDZTip('TAB2')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'NAV_Proactive_Off.gif',imgPathURL + 'NAV_Proactive_Over.gif',166,22,host + '/ProactiveHealth/',"showSubMenu_TAB3(event)","hideDZTip('TAB3')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'NAV_Event_Off.jpg',imgPathURL + 'NAV_Event_Over.jpg',127,22,host + '/YourEvent/',"showSubMenu_TAB4(event)","hideDZTip('TAB4')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'NAV_Contact_Off.jpg',imgPathURL + 'NAV_Contact_Over.jpg',126,22,host + '/AboutUs/Contact/',null,null);
    
    showDZTip(event,'MainMenu','',mo,'nav','relative',0,0);
  }

//-->

//-->