var fDesc=new Array(); fDesc[0] = "One of the most popular games of all time has just evolved to a new level of excitement! "Living Scenes Jigsaw Puzzles" is a fascinating collection of full motion, computer jigsaw puzzle games on CD-ROM. Each Living Scenes jigsaw puzzle is a highly realistic, true color, action puzzle that will immerse you in puzzle heaven for hours. The CD-ROM includes 12 Living Scenes puzzles and 12 bonus still image puzzles. You can even create your own computer jigsaw puzzles using any computer image allowing endless puzzling pleasure. However, be warned... once you have played a Living Scenes action jigsaw puzzle you may never be able to go back to ordinary, static jigsaws again."; 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 = ''; } }