function add2cart(PN){ document.codeform.id.value = PN; document.codeform.weight.value = eval(PN+".weight"); document.codeform.price.value = eval(PN+".price"); var infotext = " Body: Stainless steel
"+ " Pin: Stainless steel
"+ " Coupling: Stainless steel
"; document.codeform.info.value = infotext; document.codeform.submit('add'); }