  //*****-------------------------------------------------------*****
  // (C) Copyright 2000 Neiman Marcus Online
  // All Rights Reserved
  //*****-------------------------------------------------------*****
function calendarPopup(varNumber){
      window.open('calendar.jhtml',varNumber,'width=325,height=275,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no,top=300,left=200');
      
}

