<!-- Begin
function calc_cost (form) {
form.cost.value = "$" + form.feet.value*4.75;
}
// End -->
