// UpdateDate
function UpdateDate()
{

  document.afpForm.retmonth.selectedIndex=document.afpForm.outmonth.selectedIndex;
 // retmonth_obj.options[retmonth_obj.selectedIndex].value=outmonth_obj.options[outmonth_obj.selectedIndex].value;
}