/* This script available at
The JavaScript Source */


function startCalc(){
  interval = setInterval("calc()",1);
}
function calc(){
  volts = document.autoSumForm.voltsBox.value;
  watts = document.autoSumForm.wattsBox.value; 
  life = document.autoSumForm.lifeBox.value; 
  lumen = document.autoSumForm.lumenBox.value; 
  k = document.autoSumForm.kBox.value;
  document.autoSumForm.volts100Box.value = (volts * 1);
  document.autoSumForm.watts100Box.value = (watts * 1) * Math.pow((document.autoSumForm.volts100Box.value) / (volts * 1),1.6);
  document.autoSumForm.life100Box.value = (life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts100Box.value),13);
  document.autoSumForm.lifeper100Box.value = (document.autoSumForm.life100Box.value) / (life * 1) * 100
  document.autoSumForm.lumen100Box.value = (lumen * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts100Box.value),3.4);
  document.autoSumForm.intensityper100Box.value = (document.autoSumForm.lumen100Box.value) / (lumen * 1) * 100
  document.autoSumForm.k100Box.value = (k * 1) * Math.pow((document.autoSumForm.volts100Box.value) / (volts * 1),0.42);
	document.autoSumForm.volts110Box.value = Math.round(volts * 1.10);
  document.autoSumForm.watts110Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts110Box.value) / (volts * 1),1.6));
  document.autoSumForm.life110Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts110Box.value),13));
  document.autoSumForm.lifeper110Box.value = Math.round((document.autoSumForm.life110Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen110Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts110Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper110Box.value = Math.round((document.autoSumForm.lumen110Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k110Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts110Box.value) / (volts * 1),0.42));
	document.autoSumForm.volts109Box.value = Math.round(volts * 1.09);
  document.autoSumForm.watts109Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts109Box.value) / (volts * 1),1.6));
  document.autoSumForm.life109Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts109Box.value),13));
  document.autoSumForm.lifeper109Box.value = Math.round((document.autoSumForm.life109Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen109Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts109Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper109Box.value = Math.round((document.autoSumForm.lumen109Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k109Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts109Box.value) / (volts * 1),0.42));
      document.autoSumForm.volts108Box.value = Math.round(volts * 1.08);
  document.autoSumForm.watts108Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts108Box.value) / (volts * 1),1.6));
  document.autoSumForm.life108Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts108Box.value),13));
  document.autoSumForm.lifeper108Box.value = Math.round((document.autoSumForm.life108Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen108Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts108Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper108Box.value = Math.round((document.autoSumForm.lumen108Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k108Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts108Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts107Box.value = Math.round(volts * 1.07);
  document.autoSumForm.watts107Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts107Box.value) / (volts * 1),1.6));
  document.autoSumForm.life107Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts107Box.value),13));
  document.autoSumForm.lifeper107Box.value = Math.round((document.autoSumForm.life107Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen107Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts107Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper107Box.value = Math.round((document.autoSumForm.lumen107Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k107Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts107Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts106Box.value = Math.round(volts * 1.06);
  document.autoSumForm.watts106Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts106Box.value) / (volts * 1),1.6));
  document.autoSumForm.life106Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts106Box.value),13));
  document.autoSumForm.lifeper106Box.value = Math.round((document.autoSumForm.life106Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen106Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts106Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper106Box.value = Math.round((document.autoSumForm.lumen106Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k106Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts106Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts105Box.value = Math.round(volts * 1.05);
  document.autoSumForm.watts105Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts105Box.value) / (volts * 1),1.6));
  document.autoSumForm.life105Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts105Box.value),13));
  document.autoSumForm.lifeper105Box.value = Math.round((document.autoSumForm.life105Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen105Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts105Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper105Box.value = Math.round((document.autoSumForm.lumen105Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k105Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts105Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts104Box.value = Math.round(volts * 1.04);
  document.autoSumForm.watts104Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts104Box.value) / (volts * 1),1.6));
  document.autoSumForm.life104Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts104Box.value),13));
  document.autoSumForm.lifeper104Box.value = Math.round((document.autoSumForm.life104Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen104Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts104Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper104Box.value = Math.round((document.autoSumForm.lumen104Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k104Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts104Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts103Box.value = Math.round(volts * 1.03);
  document.autoSumForm.watts103Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts103Box.value) / (volts * 1),1.6));
  document.autoSumForm.life103Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts103Box.value),13));
  document.autoSumForm.lifeper103Box.value = Math.round((document.autoSumForm.life103Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen103Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts103Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper103Box.value = Math.round((document.autoSumForm.lumen103Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k103Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts103Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts102Box.value = Math.round(volts * 1.02);
  document.autoSumForm.watts102Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts102Box.value) / (volts * 1),1.6));
  document.autoSumForm.life102Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts102Box.value),13));
  document.autoSumForm.lifeper102Box.value = Math.round((document.autoSumForm.life102Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen102Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts102Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper102Box.value = Math.round((document.autoSumForm.lumen102Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k102Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts102Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts101Box.value = Math.round(volts * 1.01);
  document.autoSumForm.watts101Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts101Box.value) / (volts * 1),1.6));
  document.autoSumForm.life101Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts101Box.value),13));
  document.autoSumForm.lifeper101Box.value = Math.round((document.autoSumForm.life101Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen101Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts101Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper101Box.value = Math.round((document.autoSumForm.lumen101Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k101Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts101Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts99Box.value = Math.round(volts * 0.99);
  document.autoSumForm.watts99Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts99Box.value) / (volts * 1),1.6));
  document.autoSumForm.life99Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts99Box.value),13));
  document.autoSumForm.lifeper99Box.value = Math.round((document.autoSumForm.life99Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen99Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts99Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper99Box.value = Math.round((document.autoSumForm.lumen99Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k99Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts99Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts98Box.value = Math.round(volts * 0.98);
  document.autoSumForm.watts98Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts98Box.value) / (volts * 1),1.6));
  document.autoSumForm.life98Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts98Box.value),13));
  document.autoSumForm.lifeper98Box.value = Math.round((document.autoSumForm.life98Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen98Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts98Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper98Box.value = Math.round((document.autoSumForm.lumen98Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k98Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts98Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts97Box.value = Math.round(volts * 0.97);
  document.autoSumForm.watts97Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts97Box.value) / (volts * 1),1.6));
  document.autoSumForm.life97Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts97Box.value),13));
  document.autoSumForm.lifeper97Box.value = Math.round((document.autoSumForm.life97Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen97Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts97Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper97Box.value = Math.round((document.autoSumForm.lumen97Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k97Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts97Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts96Box.value = Math.round(volts * 0.96);
  document.autoSumForm.watts96Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts96Box.value) / (volts * 1),1.6));
  document.autoSumForm.life96Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts96Box.value),13));
  document.autoSumForm.lifeper96Box.value = Math.round((document.autoSumForm.life96Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen96Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts96Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper96Box.value = Math.round((document.autoSumForm.lumen96Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k96Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts96Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts95Box.value = Math.round(volts * 0.95);
  document.autoSumForm.watts95Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts95Box.value) / (volts * 1),1.6));
  document.autoSumForm.life95Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts95Box.value),13));
  document.autoSumForm.lifeper95Box.value = Math.round((document.autoSumForm.life95Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen95Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts95Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper95Box.value = Math.round((document.autoSumForm.lumen95Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k95Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts95Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts94Box.value = Math.round(volts * 0.94);
  document.autoSumForm.watts94Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts94Box.value) / (volts * 1),1.6));
  document.autoSumForm.life94Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts94Box.value),13));
  document.autoSumForm.lifeper94Box.value = Math.round((document.autoSumForm.life94Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen94Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts94Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper94Box.value = Math.round((document.autoSumForm.lumen94Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k94Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts94Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts93Box.value = Math.round(volts * 0.93);
  document.autoSumForm.watts93Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts93Box.value) / (volts * 1),1.6));
  document.autoSumForm.life93Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts93Box.value),13));
  document.autoSumForm.lifeper93Box.value = Math.round((document.autoSumForm.life93Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen93Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts93Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper93Box.value = Math.round((document.autoSumForm.lumen93Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k93Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts93Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts92Box.value = Math.round(volts * 0.92);
  document.autoSumForm.watts92Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts92Box.value) / (volts * 1),1.6));
  document.autoSumForm.life92Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts92Box.value),13));
  document.autoSumForm.lifeper92Box.value = Math.round((document.autoSumForm.life92Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen92Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts92Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper92Box.value = Math.round((document.autoSumForm.lumen92Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k92Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts92Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts91Box.value = Math.round(volts * 0.91);
  document.autoSumForm.watts91Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts91Box.value) / (volts * 1),1.6));
  document.autoSumForm.life91Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts91Box.value),13));
  document.autoSumForm.lifeper91Box.value = Math.round((document.autoSumForm.life91Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen91Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts91Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper91Box.value = Math.round((document.autoSumForm.lumen91Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k91Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts91Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts90Box.value = Math.round(volts * 0.90);
  document.autoSumForm.watts90Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts90Box.value) / (volts * 1),1.6));
  document.autoSumForm.life90Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts90Box.value),13));
  document.autoSumForm.lifeper90Box.value = Math.round((document.autoSumForm.life90Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen90Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts90Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper90Box.value = Math.round((document.autoSumForm.lumen90Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k90Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts90Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts89Box.value = Math.round(volts * 0.89);
  document.autoSumForm.watts89Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts89Box.value) / (volts * 1),1.6));
  document.autoSumForm.life89Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts89Box.value),13));
  document.autoSumForm.lifeper89Box.value = Math.round((document.autoSumForm.life89Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen89Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts89Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper89Box.value = Math.round((document.autoSumForm.lumen89Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k89Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts89Box.value) / (volts * 1),0.42));
  document.autoSumForm.volts88Box.value = Math.round(volts * 0.88);
  document.autoSumForm.watts88Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts88Box.value) / (volts * 1),1.6));
  document.autoSumForm.life88Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts88Box.value),13));
  document.autoSumForm.lifeper88Box.value = Math.round((document.autoSumForm.life88Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen88Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts88Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper88Box.value = Math.round((document.autoSumForm.lumen88Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k88Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts88Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts87Box.value = Math.round(volts * 0.87);
  document.autoSumForm.watts87Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts87Box.value) / (volts * 1),1.6));
  document.autoSumForm.life87Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts87Box.value),13));
  document.autoSumForm.lifeper87Box.value = Math.round((document.autoSumForm.life87Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen87Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts87Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper87Box.value = Math.round((document.autoSumForm.lumen87Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k87Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts87Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts86Box.value = Math.round(volts * 0.86);
  document.autoSumForm.watts86Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts86Box.value) / (volts * 1),1.6));
  document.autoSumForm.life86Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts86Box.value),13));
  document.autoSumForm.lifeper86Box.value = Math.round((document.autoSumForm.life86Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen86Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts86Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper86Box.value = Math.round((document.autoSumForm.lumen86Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k86Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts86Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts85Box.value = Math.round(volts * 0.85);
  document.autoSumForm.watts85Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts85Box.value) / (volts * 1),1.6));
  document.autoSumForm.life85Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts85Box.value),13));
  document.autoSumForm.lifeper85Box.value = Math.round((document.autoSumForm.life85Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen85Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts85Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper85Box.value = Math.round((document.autoSumForm.lumen85Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k85Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts85Box.value) / (volts * 1),0.42));
   document.autoSumForm.volts84Box.value = Math.round(volts * 0.84);
  document.autoSumForm.watts84Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts84Box.value) / (volts * 1),1.6));
  document.autoSumForm.life84Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts84Box.value),13));
  document.autoSumForm.lifeper84Box.value = Math.round((document.autoSumForm.life84Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen84Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts84Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper84Box.value = Math.round((document.autoSumForm.lumen84Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k84Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts84Box.value) / (volts * 1),0.42));
   document.autoSumForm.volts83Box.value = Math.round(volts * 0.83);
  document.autoSumForm.watts83Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts83Box.value) / (volts * 1),1.6));
  document.autoSumForm.life83Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts83Box.value),13));
  document.autoSumForm.lifeper83Box.value = Math.round((document.autoSumForm.life83Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen83Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts83Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper83Box.value = Math.round((document.autoSumForm.lumen83Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k83Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts83Box.value) / (volts * 1),0.42));
   document.autoSumForm.volts82Box.value = Math.round(volts * 0.82);
  document.autoSumForm.watts82Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts82Box.value) / (volts * 1),1.6));
  document.autoSumForm.life82Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts82Box.value),13));
  document.autoSumForm.lifeper82Box.value = Math.round((document.autoSumForm.life82Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen82Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts82Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper82Box.value = Math.round((document.autoSumForm.lumen82Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k82Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts82Box.value) / (volts * 1),0.42));
   document.autoSumForm.volts81Box.value = Math.round(volts * 0.81);
  document.autoSumForm.watts81Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts81Box.value) / (volts * 1),1.6));
  document.autoSumForm.life81Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts81Box.value),13));
  document.autoSumForm.lifeper81Box.value = Math.round((document.autoSumForm.life81Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen81Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts81Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper81Box.value = Math.round((document.autoSumForm.lumen81Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k81Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts81Box.value) / (volts * 1),0.42));
   document.autoSumForm.volts80Box.value = Math.round(volts * 0.80);
  document.autoSumForm.watts80Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts80Box.value) / (volts * 1),1.6));
  document.autoSumForm.life80Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts80Box.value),13));
  document.autoSumForm.lifeper80Box.value = Math.round((document.autoSumForm.life80Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen80Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts80Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper80Box.value = Math.round((document.autoSumForm.lumen80Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k80Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts80Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts79Box.value = Math.round(volts * 0.79);
  document.autoSumForm.watts79Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts79Box.value) / (volts * 1),1.6));
  document.autoSumForm.life79Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts79Box.value),13));
  document.autoSumForm.lifeper79Box.value = Math.round((document.autoSumForm.life79Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen79Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts79Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper79Box.value = Math.round((document.autoSumForm.lumen79Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k79Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts79Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts78Box.value = Math.round(volts * 0.78);
  document.autoSumForm.watts78Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts78Box.value) / (volts * 1),1.6));
  document.autoSumForm.life78Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts78Box.value),13));
  document.autoSumForm.lifeper78Box.value = Math.round((document.autoSumForm.life78Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen78Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts78Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper78Box.value = Math.round((document.autoSumForm.lumen78Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k78Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts78Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts77Box.value = Math.round(volts * 0.77);
  document.autoSumForm.watts77Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts77Box.value) / (volts * 1),1.6));
  document.autoSumForm.life77Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts77Box.value),13));
  document.autoSumForm.lifeper77Box.value = Math.round((document.autoSumForm.life77Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen77Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts77Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper77Box.value = Math.round((document.autoSumForm.lumen77Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k77Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts77Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts76Box.value = Math.round(volts * 0.76);
  document.autoSumForm.watts76Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts76Box.value) / (volts * 1),1.6));
  document.autoSumForm.life76Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts76Box.value),13));
  document.autoSumForm.lifeper76Box.value = Math.round((document.autoSumForm.life76Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen76Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts76Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper76Box.value = Math.round((document.autoSumForm.lumen76Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k76Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts76Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts75Box.value = Math.round(volts * 0.75);
  document.autoSumForm.watts75Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts75Box.value) / (volts * 1),1.6));
  document.autoSumForm.life75Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts75Box.value),13));
  document.autoSumForm.lifeper75Box.value = Math.round((document.autoSumForm.life75Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen75Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts75Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper75Box.value = Math.round((document.autoSumForm.lumen75Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k75Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts75Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts74Box.value = Math.round(volts * 0.74);
  document.autoSumForm.watts74Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts74Box.value) / (volts * 1),1.6));
  document.autoSumForm.life74Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts74Box.value),13));
  document.autoSumForm.lifeper74Box.value = Math.round((document.autoSumForm.life74Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen74Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts74Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper74Box.value = Math.round((document.autoSumForm.lumen74Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k74Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts74Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts73Box.value = Math.round(volts * 0.73);
  document.autoSumForm.watts73Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts73Box.value) / (volts * 1),1.6));
  document.autoSumForm.life73Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts73Box.value),13));
  document.autoSumForm.lifeper73Box.value = Math.round((document.autoSumForm.life73Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen73Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts73Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper73Box.value = Math.round((document.autoSumForm.lumen73Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k73Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts73Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts72Box.value = Math.round(volts * 0.72);
  document.autoSumForm.watts72Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts72Box.value) / (volts * 1),1.6));
  document.autoSumForm.life72Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts72Box.value),13));
  document.autoSumForm.lifeper72Box.value = Math.round((document.autoSumForm.life72Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen72Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts72Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper72Box.value = Math.round((document.autoSumForm.lumen72Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k72Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts72Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts71Box.value = Math.round(volts * 0.71);
  document.autoSumForm.watts71Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts71Box.value) / (volts * 1),1.6));
  document.autoSumForm.life71Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts71Box.value),13));
  document.autoSumForm.lifeper71Box.value = Math.round((document.autoSumForm.life71Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen71Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts71Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper71Box.value = Math.round((document.autoSumForm.lumen71Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k71Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts71Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts70Box.value = Math.round(volts * 0.70);
  document.autoSumForm.watts70Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts70Box.value) / (volts * 1),1.6));
  document.autoSumForm.life70Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts70Box.value),13));
  document.autoSumForm.lifeper70Box.value = Math.round((document.autoSumForm.life70Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen70Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts70Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper70Box.value = Math.round((document.autoSumForm.lumen70Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k70Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts70Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts69Box.value = Math.round(volts * 0.69);
  document.autoSumForm.watts69Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts69Box.value) / (volts * 1),1.6));
  document.autoSumForm.life69Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts69Box.value),13));
  document.autoSumForm.lifeper69Box.value = Math.round((document.autoSumForm.life69Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen69Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts69Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper69Box.value = Math.round((document.autoSumForm.lumen69Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k69Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts69Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts68Box.value = Math.round(volts * 0.68);
  document.autoSumForm.watts68Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts68Box.value) / (volts * 1),1.6));
  document.autoSumForm.life68Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts68Box.value),13));
  document.autoSumForm.lifeper68Box.value = Math.round((document.autoSumForm.life68Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen68Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts68Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper68Box.value = Math.round((document.autoSumForm.lumen68Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k68Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts68Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts67Box.value = Math.round(volts * 0.67);
  document.autoSumForm.watts67Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts67Box.value) / (volts * 1),1.6));
  document.autoSumForm.life67Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts67Box.value),13));
  document.autoSumForm.lifeper67Box.value = Math.round((document.autoSumForm.life67Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen67Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts67Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper67Box.value = Math.round((document.autoSumForm.lumen67Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k67Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts67Box.value) / (volts * 1),0.42));
	document.autoSumForm.volts66Box.value = Math.round(volts * 0.66);
  document.autoSumForm.watts66Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts66Box.value) / (volts * 1),1.6));
  document.autoSumForm.life66Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts66Box.value),13));
  document.autoSumForm.lifeper66Box.value = Math.round((document.autoSumForm.life66Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen66Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts66Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper66Box.value = Math.round((document.autoSumForm.lumen66Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k66Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts66Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts65Box.value = Math.round(volts * 0.65);
  document.autoSumForm.watts65Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts65Box.value) / (volts * 1),1.6));
  document.autoSumForm.life65Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts65Box.value),13));
  document.autoSumForm.lifeper65Box.value = Math.round((document.autoSumForm.life65Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen65Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts65Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper65Box.value = Math.round((document.autoSumForm.lumen65Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k65Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts65Box.value) / (volts * 1),0.42));
  	document.autoSumForm.volts64Box.value = Math.round(volts * 0.64);
  document.autoSumForm.watts64Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts64Box.value) / (volts * 1),1.6));
  document.autoSumForm.life64Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts64Box.value),13));
  document.autoSumForm.lifeper64Box.value = Math.round((document.autoSumForm.life64Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen64Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts64Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper64Box.value = Math.round((document.autoSumForm.lumen64Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k64Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts64Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts63Box.value = Math.round(volts * 0.63);
  document.autoSumForm.watts63Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts63Box.value) / (volts * 1),1.6));
  document.autoSumForm.life63Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts63Box.value),13));
  document.autoSumForm.lifeper63Box.value = Math.round((document.autoSumForm.life63Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen63Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts63Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper63Box.value = Math.round((document.autoSumForm.lumen63Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k63Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts63Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts62Box.value = Math.round(volts * 0.62);
  document.autoSumForm.watts62Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts62Box.value) / (volts * 1),1.6));
  document.autoSumForm.life62Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts62Box.value),13));
  document.autoSumForm.lifeper62Box.value = Math.round((document.autoSumForm.life62Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen62Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts62Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper62Box.value = Math.round((document.autoSumForm.lumen62Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k62Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts62Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts61Box.value = Math.round(volts * 0.61);
  document.autoSumForm.watts61Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts61Box.value) / (volts * 1),1.6));
  document.autoSumForm.life61Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts61Box.value),13));
  document.autoSumForm.lifeper61Box.value = Math.round((document.autoSumForm.life61Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen61Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts61Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper61Box.value = Math.round((document.autoSumForm.lumen61Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k61Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts61Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts60Box.value = Math.round(volts * 0.60);
  document.autoSumForm.watts60Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts60Box.value) / (volts * 1),1.6));
  document.autoSumForm.life60Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts60Box.value),13));
  document.autoSumForm.lifeper60Box.value = Math.round((document.autoSumForm.life60Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen60Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts60Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper60Box.value = Math.round((document.autoSumForm.lumen60Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k60Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts60Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts59Box.value = Math.round(volts * 0.59);
  document.autoSumForm.watts59Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts59Box.value) / (volts * 1),1.6));
  document.autoSumForm.life59Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts59Box.value),13));
  document.autoSumForm.lifeper59Box.value = Math.round((document.autoSumForm.life59Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen59Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts59Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper59Box.value = Math.round((document.autoSumForm.lumen59Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k59Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts59Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts58Box.value = Math.round(volts * 0.58);
  document.autoSumForm.watts58Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts58Box.value) / (volts * 1),1.6));
  document.autoSumForm.life58Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts58Box.value),13));
  document.autoSumForm.lifeper58Box.value = Math.round((document.autoSumForm.life58Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen58Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts58Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper58Box.value = Math.round((document.autoSumForm.lumen58Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k58Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts58Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts57Box.value = Math.round(volts * 0.57);
  document.autoSumForm.watts57Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts57Box.value) / (volts * 1),1.6));
  document.autoSumForm.life57Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts57Box.value),13));
  document.autoSumForm.lifeper57Box.value = Math.round((document.autoSumForm.life57Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen57Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts57Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper57Box.value = Math.round((document.autoSumForm.lumen57Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k57Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts57Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts56Box.value = Math.round(volts * 0.56);
  document.autoSumForm.watts56Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts56Box.value) / (volts * 1),1.6));
  document.autoSumForm.life56Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts56Box.value),13));
  document.autoSumForm.lifeper56Box.value = Math.round((document.autoSumForm.life56Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen56Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts56Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper56Box.value = Math.round((document.autoSumForm.lumen56Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k56Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts56Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts55Box.value = Math.round(volts * 0.55);
  document.autoSumForm.watts55Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts55Box.value) / (volts * 1),1.6));
  document.autoSumForm.life55Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts55Box.value),13));
  document.autoSumForm.lifeper55Box.value = Math.round((document.autoSumForm.life55Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen55Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts55Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper55Box.value = Math.round((document.autoSumForm.lumen55Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k55Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts55Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts54Box.value = Math.round(volts * 0.54);
  document.autoSumForm.watts54Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts54Box.value) / (volts * 1),1.6));
  document.autoSumForm.life54Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts54Box.value),13));
  document.autoSumForm.lifeper54Box.value = Math.round((document.autoSumForm.life54Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen54Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts54Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper54Box.value = Math.round((document.autoSumForm.lumen54Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k54Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts54Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts53Box.value = Math.round(volts * 0.53);
  document.autoSumForm.watts53Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts53Box.value) / (volts * 1),1.6));
  document.autoSumForm.life53Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts53Box.value),13));
  document.autoSumForm.lifeper53Box.value = Math.round((document.autoSumForm.life53Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen53Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts53Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper53Box.value = Math.round((document.autoSumForm.lumen53Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k53Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts53Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts52Box.value = Math.round(volts * 0.52);
  document.autoSumForm.watts52Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts52Box.value) / (volts * 1),1.6));
  document.autoSumForm.life52Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts52Box.value),13));
  document.autoSumForm.lifeper52Box.value = Math.round((document.autoSumForm.life52Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen52Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts52Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper52Box.value = Math.round((document.autoSumForm.lumen52Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k52Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts52Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts51Box.value = Math.round(volts * 0.51);
  document.autoSumForm.watts51Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts51Box.value) / (volts * 1),1.6));
  document.autoSumForm.life51Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts51Box.value),13));
  document.autoSumForm.lifeper51Box.value = Math.round((document.autoSumForm.life51Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen51Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts51Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper51Box.value = Math.round((document.autoSumForm.lumen51Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k51Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts51Box.value) / (volts * 1),0.42));
    document.autoSumForm.volts50Box.value = Math.round(volts * 0.50);
  document.autoSumForm.watts50Box.value = Math.round((watts * 1) * Math.pow((document.autoSumForm.volts50Box.value) / (volts * 1),1.6));
  document.autoSumForm.life50Box.value = Math.round((life * 1) * Math.pow((volts * 1) / (document.autoSumForm.volts50Box.value),13));
  document.autoSumForm.lifeper50Box.value = Math.round((document.autoSumForm.life50Box.value) / (life * 1) * 100);
  document.autoSumForm.lumen50Box.value = Math.round((lumen * 1) * Math.pow((document.autoSumForm.volts50Box.value) / (volts * 1),3.4));
  document.autoSumForm.intensityper50Box.value = Math.round((document.autoSumForm.lumen50Box.value) / (lumen * 1) * 100);
  document.autoSumForm.k50Box.value = Math.round((k * 1) * Math.pow((document.autoSumForm.volts50Box.value) / (volts * 1),0.42));

}
function stopCalc(){
  clearInterval(interval);
}
