function chk(f) {
for (i=1; i<arguments.length; i++) {
if (f.elements[arguments[i]].value == "")
return false;
}
return true;
}
function chk(f) {
for (i=1; i<arguments.length; i++) {
if (f.elements[arguments[i]].value == "")
return false;
}
return true;
}