var fDesc=new Array(); fDesc[0] = "nutraCoster is a powerful tool for analyzing recipes and formulas. It allows you to precisely calculate materials costs, labor costs, packaging costs and overhead costs.nutraCoster uses state of the art production control technology (known as a multi-level Bill of Materials) to accurately calculate materials cost, labor cost, packaging cost and overhead cost."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }