var fDesc=new Array(); fDesc[0] = "Puzzles is the computer version of wooden inset puzzles. Each puzzle has 4 to 12 pieces to insert into their appropriate holes. Children will learn matching and memory skills as they solve each puzzle. This educational toy will provide hours of entertainment for a young child. Puzzle themes include toys, kids, adults, vehicles, plants, animals, furniture, and fantasy characters. Published by Dataware."; 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 = ''; } }