<!--

  var webID = "DCCENTRESITE";
  var host = "";
  var sslhost = "";
  var imgPathURL = "/DCCentre_files/images/";
  var vertMenuOffsetY = 20;
  var vertMenuOffsetX = -0;
  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/LOC/>Our Location</a>',host + "/AboutUs/LOC/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/HOURS/>Our Hours</a>',host + "/AboutUs/HOURS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/PHIL/>Our Philosophy</a>',host + "/AboutUs/PHIL/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/AboutUs/HIST/>Our History</a>',host + "/AboutUs/HIST/",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/EMPLOYMENT/>Employment Opportunities</a>',host + "/AboutUs/EMPLOYMENT/",null,null,null,null);
    
    showVertMenu(event,'TAB1',mo);
  }

  initDZTip('TAB2','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  initDZTip('TAB2_THEMES','vmenu',0,null,null,'TAB2',null,10,130,50,100);
  function showSubMenu_TAB2_THEMES(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/THEMES/HUSKER/>Husker Wedding Promotion</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/THEMES/WINTER/>Winter Wonderland Reception Package</a>',null,null,null,null,null);
    
    showMenu(event,'TAB2_THEMES',mo);
  }

  function showSubMenu_TAB2(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/CHOOSE/>Why Choose DC Centre?</a>',host + "/Banquet/CHOOSE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/PROFILE/>Staff Profiles</a>',host + "/Banquet/PROFILE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/BUSINESS/>Business Services</a>',host + "/Banquet/BUSINESS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/THEMES/>Current Wedding Promotions</a>',host + "/Banquet/BUSINESS/","showSubMenu_TAB2_THEMES(event)","hideDZTip('TAB2_THEMES')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/PHOTO/>Photo Album</a>',host + "/Banquet/PHOTO/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/PARTNERS/>Industry Partners</a>',host + "/Banquet/PARTNERS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/TESTIMONIALS/>Testimonials</a>',host + "/Banquet/TESTIMONIALS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/FAQ/>FAQ</a>',host + "/Banquet/FAQ/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Banquet/COMPARISON/>Reception Venue Comparison Chart</a>',host + "/Banquet/COMPARISON/",null,null,null,null);
    
    showVertMenu(event,'TAB2',mo);
  }

  initDZTip('TAB3','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  initDZTip('TAB3_NEWS','vmenu',0,null,null,'TAB3',null,10,130,50,100);
  function showSubMenu_TAB3_NEWS(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/NEWS/CURRENT/>Current Newsletter</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/NEWS/ARCHIVED/>Archived Newsletters</a>',null,null,null,null,null);
    
    showMenu(event,'TAB3_NEWS',mo);
  }

  function showSubMenu_TAB3(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/OVERVIEW/>Overview</a>',host + "/Ballroom/OVERVIEW/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/CHOOSE/>Why Choose DC Centre?</a>',host + "/Ballroom/CHOOSE/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/FAQ/>FAQ</a>',host + "/Ballroom/FAQ/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/OFFER/>Current Specials</a>',host + "/Ballroom/OFFER/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/GIFT/>Gift Certificates</a>',host + "/Ballroom/GIFT/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/WEDDING/>Wedding Dance Information</a>',host + "/Ballroom/WEDDING/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/TESTIMONIALS/>Testimonials</a>',host + "/Ballroom/TESTIMONIALS/",null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' +  'http://www.calendarwiz.com/calendars/calendar.php?crd=dccentre target=_blank>Group Class Calendar</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Ballroom/NEWS/>Newsletter</a>',null,"showSubMenu_TAB3_NEWS(event)","hideDZTip('TAB3_NEWS')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    
    showVertMenu(event,'TAB3',mo);
  }

  initDZTip('TAB4','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  initDZTip('TAB4_BIZ','vmenu',0,null,null,'TAB4',null,10,130,50,100);
  function showSubMenu_TAB4_BIZ(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/BIZ/RSVP/>RSVP Form</a>',null,null,null,null,null);
    
    showMenu(event,'TAB4_BIZ',mo);
  }

  initDZTip('TAB4_SHOW2','vmenu',0,null,null,'TAB4',null,10,130,50,100);
  function showSubMenu_TAB4_SHOW2(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/SHOW2/INFO/>2010 October Bridal & Event Show Info</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/SHOW2/EXHIBIT/>Exhibitor Information</a>',null,null,null,null,null);
    
    showMenu(event,'TAB4_SHOW2',mo);
  }

  initDZTip('TAB4_SHOW','vmenu',0,null,null,'TAB4',null,10,130,50,100);
  function showSubMenu_TAB4_SHOW(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/SHOW/VENDORS/>February Bridal & Event Show Exhibitors</a>',null,null,null,null,null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/SHOW/PICTURES/>Pictures From February 2010 Show</a>',null,null,null,null,null);
    
    showMenu(event,'TAB4_SHOW',mo);
  }

  function showSubMenu_TAB4(event){
    var mo = "";
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/BIZ/>Small Business After Hours</a>',null,"showSubMenu_TAB4_BIZ(event)","hideDZTip('TAB4_BIZ')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/SHOW2/>October 2010 Bridal & Event Show</a>',null,"showSubMenu_TAB4_SHOW2(event)","hideDZTip('TAB4_SHOW2')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    mo = mo + makeDZTextMenuItem('MainMenu','<a href=' + host + '/Events/SHOW/>February 2010 Bridal & Event Show</a>',null,"showSubMenu_TAB4_SHOW(event)","hideDZTip('TAB4_SHOW')","src=" + imgPathURL + "nav_arrow.gif border=0 hspace=3",null);
    
    showVertMenu(event,'TAB4',mo);
  }

  initDZTip('TAB9','vmenu',0,null,null,'MainMenu',null,10,130,50,100);
  function showSubMenu_TAB9(event){
    var mo = "";
    
    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 + 'menu_left.gif',imgPathURL + 'menu_left.gif',18,21,host + '/',"null","null");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'menu_home.gif',imgPathURL + 'menu_home_over.gif',84,21,host + '/',"null","null");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'menu_about.gif',imgPathURL + 'menu_about_over.gif',114,21,host + '/AboutUs/',"showSubMenu_TAB1(event)","hideDZTip('TAB1')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'menu_banquet.gif',imgPathURL + 'menu_banquet_over.gif',152,21,host + '/Banquet/',"showSubMenu_TAB2(event)","hideDZTip('TAB2')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'menu_ballroom.gif',imgPathURL + 'menu_ballroom_over.gif',178,21,host + '/Ballroom/',"showSubMenu_TAB3(event)","hideDZTip('TAB3')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'menu_special.gif',imgPathURL + 'menu_special_over.gif',144,21,host + '/Events/',"showSubMenu_TAB4(event)","hideDZTip('TAB4')");
    mo = mo + makeDZHorizImageMenuItem('ImgMainMenu',imgPathURL + 'menu_contact.gif',imgPathURL + 'menu_contact_over.gif',89,21,host + '/AboutUs/Contact/',"null","null");
    
    showDZTip(event,'MainMenu','',mo,'nav','relative',0,0); 
  }

//-->

//-->