var fDesc=new Array(); fDesc[0] = "Adore Puzzle 2 "Flavors of Europe" is a sequel of Adore Puzzle. This time the collection of images is dedicated to gastronomy and created to initiate you into the cuisine varieties of European countries. Bright colors and challenging gameplay won’t leave you indifferent, certainly you will desire to go on a gastronomy tour!"; 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 = ''; } }