var fDesc=new Array(); fDesc[0] = "This allows plenty of time to boost the score. So in that way, the challenge of getting a high score only requires a bit of patience.Perhaps, to increase the enjoyment for all players, the makers could consider offering different experience modes in future games (Normal and Advanced) with a time limit once the last order is filled for the people playing in advanced mode."; 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 = ''; } }