var fDesc=new Array(); fDesc[0] = "Food Cost Studio is a free food costing software program that allows you to track and control your food cost. It is a database program that is feature rich, and simple to use. Food Cost Studio has been designed with the end user in mind. The software was designed by a chef de cuisine who wanted something fast and a software program that would target food cost, and only food 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 = ''; } }