function initdt(mf) {
var t = new Date;
mf.zday.value = t.getDate();
mf.zmonth.value = t.getMonth() + 1;
mf.zyear.value = t.getFullYear();
}