function losinglastten()
{
var yourweight = document.lastten.weight.value

var higherlb = Math.round(yourweight * 12 * .75)
document.lastten.highlb.value = higherlb

var lowerlb = Math.round(yourweight * 12 * .65 / 5)
document.lastten.lowlb2.value = lowerlb

var lowereat = Math.round(yourweight * 12 * .85 / 5) 
document.lastten.eatlow2.value = lowereat

var lowerlb = Math.round(yourweight * 12 * .65)
document.lastten.lowlb.value = lowerlb

var lowereat = Math.round(yourweight * 12 * .85)
document.lastten.eatlow.value = lowereat

}