var fDesc=new Array(); fDesc[0] = "This program can help restaurant chefs and managers. The program has full recipe and menu costing, and develop banquet costing and stock management functions. Resort Restaurant is ideal for a single site, single sales outlet operation (i.e. a restaurant) looking for a complete recipe and menu costing package. It works on Windows 2000, Windows XP, Windows Vista, and Windows 7."; 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 = ''; } }