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