function credit(form) {
checkParms(form, 'credit');
return false;
}
function credit_ct(val) {
alert('credit ct=' + val);
}
function credit_ccn(val) {
alert('credit ccn=' + val);
}
function credit_edm(val) {
alert('credit edm=' + val);
}
function credit_edy(val) {
alert('credit edy=' + val);
}
function credit_cin(val) {
alert('credit cin=' + val);
}
function credit_chn(val) {
alert('credit chn=' + val);
}
function food(form) {
checkParms(form, 'food');
return false;
}
function food_veg1(val) {
alert('food veg1=' + val);
}
function food_veg2(val) {
alert('food veg2=' + val);
}
function food_veg3(val) {
alert('food veg3=' + val);
}
function destination(form) {
checkParms(form, 'destination');
return false;
}
function destination_to(val) {
alert('destination to=' + val);
}

