function add2cart(PN, speed, torque, voltage, duty){ document.codeform.id.value = PN; document.codeform.weight.value = eval(PN+".weight"); document.codeform.price.value = eval(PN+".price"); var infotext = " Enclosure: Weatherproof NEMA 4, 4x Polycarbonate cover / Epoxy coated zinc alloy base
"+ " Electrical Connection: One 1/2" NPT / Internal Terminal Switch
"+ " Output Torque: "+torque+"
"+ " Function: 90° on/off
"+ " Limit Switches: Two end of travel, non-isolated contacts
"+ " Voltage: "+voltage+"
"+ " Duty Cycle: "+duty+"
"+ " Speed: "+speed+" sec.
" ; document.codeform.info.value = infotext; document.codeform.submit('add'); }