/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: Delan Ahmad :: http://users.bmail.com.au/azabani/ */

function cnvrtb() {
  document.getElementById("theIBox").value=document.getElementById("theBox").value/2.54;
}

function cnvrta() {
  document.getElementById("theCBox").value=document.getElementById("theBox").value*2.54;
}