function changeenddate()
{
document.getElementById('emyear').selectedIndex=document.getElementById('smyear').selectedIndex;
}