<!-- Begin

function profondita(form) {

a=eval(form.a.value)

b=eval(form.b.value)

c=a/3.14/b/0.15

form.ans.value=parseInt(c)

}

function carico(form) {

a=eval(form.a.value)

b=eval(form.b.value)

c=3.14*a*b*0.15

form.ans.value=parseInt(c)

}

function sezione(form) {

a=eval(form.a.value)

b=eval(form.b.value)

c=a/3.14/b/0.15

form.ans.value=parseInt(c)

}



// End -->

