function TP_NOF_OptionsHandler_OnSetValue(destForm,dstName, name, value) { if (destForm["product[]"]) destForm["product[]"].value += ", " + name + ": " + value; }