var fDesc=new Array(); fDesc[0] = "Pizza Business is an interactive game where you can run your own pizza business. Hire people and fire them if necessary, manage your expenses, buy and sell different materials and ingredients and feel like you rule a business in the food industry. The simulator also provides daily statistics, so that you can manage your restaurant better."; 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 = ''; } }