var fDesc=new Array(); fDesc[0] = "Fast Food Fiasco is an puzzle game for free. Swap adjacent foods to form groups of three or more of the same food items. Fulfill the need for each food before time runs out. All this fast food - without adding an inch to your waistline! Instead, this game provides your brain with some fast food - to think and solve fast! Match 3 or more fast foods icons together to clear the board and move on to the next level."; 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 = ''; } }