

function  dobass() {
var one = eval(document.theForm.elements[0].value)
var two = eval(document.theForm.elements[1].value)  
var prod = Math.round(((one  * one *  two) / 1200)*Math.pow(10,2))/Math.pow(10,2)

alert("The estimated weight of your Bass is "  +  prod  +  " pounds!")
}
