var fDesc=new Array(); fDesc[0] = "1001 Jigsaw World Tour: American Puzzle is an exciting puzzle game and a fantastic tour guide. Put together 500 quality jigsaw puzzles and study the history, traditions and sights of the United States of America. Now you can solve your favorite jigsaw puzzles and travel the world without leaving the comforts of home."; 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 = ''; } }