function start() {
form3.tx.disabled = true;
}
onload = start;
function chgtx() {
form3.tx.disabled = !form3.cb.checked;
}
function start() {
form3.tx2.disabled = true;
}
onload = start;
function chgtx2() {
form3.tx2.disabled = !form3.cb2.checked;
}
function start() {
form3.tx3.disabled = true;
}
onload = start;
function chgtx3() {
form3.tx3.disabled = !form3.cb3.checked;
}
function start() {
form3.europallet.disabled = true;
}
onload = start;
function chgeuro() {
form3.europallet.disabled = !form3.cbeupa.checked;
}
function start() {
form3.pallet.disabled = true;
}
onload = start;
function chgpa() {
form3.pallet.disabled = !form3.cbpa.checked;
}
function start() {
form3.cassoni.disabled = true;
}
onload = start;
function chgcas() {
form3.cassoni.disabled = !form3.cbcas.checked;
}
function start() {
form3.contenitore.disabled = true;
}
onload = start;
function chgcont() {
form3.contenitore.disabled = !form3.cbcont.checked;
}
function start() {
form3.altro.disabled = true;
}
onload = start;
function chgaltro() {
form3.altro.disabled = !form3.cbaltro.checked;
}