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 = " Body Material: Lead Free Brass
"+ " Size & Connection: "+size+" inch FNPT
"+ " Cv: "+cv+"
"; document.codeform.info.value = infotext; document.codeform.submit('add'); }