var fDesc=new Array(); fDesc[0] = "igsaw Game is a fun picture puzzle game with the facility to customize puzzles. Many free jigsaw puzzle pictures like birds; animals; and cartoons such as Mickey Mouse, Tom & Jerry are provided in the game. Create your puzzle game from your own preferred pictures with a few clicks. Load the picture you want to play, set the level and square size to play easy or hard, and start the game. Download this free jigsaw puzzle game and have fun."; 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 = ''; } }