<!--

  var webID = "EXCELPTSITE";
  var host = "";
  var sslhost = "";
  var imgPathURL = "/ExcelPT_files/images/";
  var vertMenuOffsetY = 30;
  var vertMenuOffsetX = 3;
  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 + '/Locations/LOCHRS/>Convenient Locations</a>',host + "/Locations/LOCHRS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/NWO/>Northwest Omaha</a>',host + "/Locations/NWO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/SWO/>Southwest Omaha</a>',host + "/Locations/SWO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/CENO/>Central Omaha</a>',host + "/Locations/CENO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/PAP/>Papillion</a>',host + "/Locations/PAP/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/STHO/>South Omaha</a>',host + "/Locations/STHO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/BELL/>Bellevue</a>',host + "/Locations/BELL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/MILL/>Millard</a>',host + "/Locations/MILL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/MOFO/>Mutual of Omaha</a>',host + "/Locations/MOFO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/FRE/>Fremont</a>',host + "/Locations/FRE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/GIL/>Grand Island</a>',host + "/Locations/GIL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/COL/>Columbus</a>',host + "/Locations/COL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/WAHO/>Wahoo</a>',host + "/Locations/WAHO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/CBLFS/>Council Bluffs</a>',host + "/Locations/CBLFS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/ANK/>Ankeny</a>',host + "/Locations/ANK/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Locations/CORP/>Corporate Office</a>',host + "/Locations/CORP/",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 + '/Staff/CLIN/>Clinical Staff</a>',host + "/Staff/CLIN/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Staff/CORP/>Corporate Staff</a>',host + "/Staff/CORP/",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 + '/Services/TRTMNT/>Techniques & Programs</a>',host + "/Services/TRTMNT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/MUSKEL/>Musculoskeletal Conditions</a>',host + "/Services/MUSKEL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/OTHER/>Other Conditions</a>',host + "/Services/OTHER/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/SPSVCS/>Special Services Available</a>',host + "/Services/SPSVCS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/PFAQ/>Patient FAQ</a>',host + "/Services/PFAQ/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/NEWPT/>New Patients</a>',host + "/Services/NEWPT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/SVCS/>Services for Employers</a>',host + "/Services/SVCS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/TRAIN/>Training & Seminars</a>',host + "/Services/TRAIN/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Services/FAQ/>Employers FAQ</a>',host + "/Services/FAQ/",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 + '/News/NEWS/>News</a>',host + "/News/NEWS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/News/PRESS/>Press Releases</a>',host + "/News/PRESS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/News/CURRENT/>Current Newsletter</a>',host + "/News/CURRENT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/News/ARCHIVE/>Newsletter Archive</a>',host + "/News/ARCHIVE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/News/SUBSCRIBE/>Subscribe to Newsletter</a>',host + "/News/SUBSCRIBE/",null,null,null,null);
    
    showVertMenu(event,'TAB4',mo);
  }

  initDZTip('TAB6','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB6(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/PROF/>Company Profile</a>',host + "/About/PROF/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/FOUND/>Our Founder</a>',host + "/About/FOUND/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/PHIL/>Philosophy</a>',host + "/About/PHIL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/EMPL/>Employment Opportunities</a>',host + "/About/EMPL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/TEST/>Testimonials</a>',host + "/About/TEST/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/TV/>Television Commercial</a>',host + "/About/TV/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/LINKS/>Valuable Links</a>',host + "/About/LINKS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/CONTACT/>Contact</a>',host + "/About/CONTACT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/About/MAP/>Site Map</a>',host + "/About/MAP/",null,null,null,null);
    
    showVertMenu(event,'TAB6',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_TAB6(event)","hideDZTip('TAB6')");
    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_01_off.gif',imgPathURL + 'nav_01_on.gif',45,26,host + '/',null,null);
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'nav_02_off.gif',imgPathURL + 'nav_02_on.gif',128,26,host + '/Locations/',"showSubMenu_TAB1(event)","hideDZTip('TAB1')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'nav_03_off.gif',imgPathURL + 'nav_03_on.gif',73,26,host + '/Staff/',"showSubMenu_TAB2(event)","hideDZTip('TAB2')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'nav_04_off.gif',imgPathURL + 'nav_04_on.gif',155,26,host + '/Services/',"showSubMenu_TAB3(event)","hideDZTip('TAB3')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'nav_05_off.gif',imgPathURL + 'nav_05_on.gif',116,26,host + '/Patient/',"showSubMenu_TAB4(event)","hideDZTip('TAB4')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'nav_06_off.gif',imgPathURL + 'nav_06_on.gif',165,26,host + '/Employers/',"showSubMenu_TAB5(event)","hideDZTip('TAB5')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'nav_07_off.gif',imgPathURL + 'nav_07_on.gif',90,26,host + '/About/',"showSubMenu_TAB6(event)","hideDZTip('TAB6')");
    
    showDZTip(event,'MainMenu','',mo,'nav','relative',0,0);
  }

//-->

//-->