// JavaScript Document
 function showdetails(cam) {
     if(cam == 1024){
        var he = 0.00000833;
     } else if(cam == 0){
        var he = "";
     }else{
        var he = "invalid";
     }
        document.sensitivity.he.value=he;
 }