if (element.id == 'year-drop-left') {
          element2 = document.getElementById('year-drop-right');
          this.year_left = parseInt(
            element.options[element.selectedIndex].value
          );