var fDesc=new Array(); fDesc[0] = "Ideal Stock Control is a comprehensive food service cost accounting software package designed to isolate losses due to theft, shrinkage, over portioning, incorrect purchasing, poor yields, over production and a host of other mistakes that affect the bottom line. Our goal is to give your management team the information they need to make correct decisions on a timely basis that will substantially decrease food cost while increasing profitability."; 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 = ''; } }