var fDesc=new Array(); fDesc[0] = "2Tasty game has got a long-awaited sequel! Meet Libby again with new recipes and addicting love adventures.2 Tasty too is a new innovation of blended hidden-dash game, with lots of features and interesting mini games, also with a spoonful well done romantic story between Cole and Libby in the most romantic city in the world !"; 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 = ''; } }