function yearact(id) {
    document.getElementById('year').value = id;
    document.getElementById('year1').value = id;
}
