var fDesc=new Array(); fDesc[0] = "World's Greatest Places Mosaics is a puzzle game for Windows users. You will learn about the most interesting places in the world as you play through colorful and unique mosaics puzzles. You’ll discover fascinating things about some of the world’s most incredible temples, cities, and monuments as you progress through over 200 unique mosaic levels."; 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 = ''; } }