function chgTime(elmList, timeInp, dateInp)
{
	$(timeInp).value = elmList.value;
	$(dateInp).value = elmList[elmList.selectedIndex].text;
}