function add2cart(PN, size, cp, cv){ document.codeform.id.value = PN; document.codeform.weight.value = eval(PN+".weight"); document.codeform.price.value = eval(PN+".price"); var infotext = " Size & Connection: "+size+" inch FNPT
"+ " Port: Full Port
"+ " Body Material: 316 Stainless Steel
"+ " Ball & Stem: 316 Stainless Steel
"+ " Seats & Seals: PTFE
"+ " Stem Nut, Washer, Handle, & Locking Device: 304 Stainless Steel"; document.codeform.info.value = infotext; document.codeform.submit('add'); }