var fDesc=new Array(); fDesc[0] = "This freeware book lets your kid color Halloween drawings and print them to use as decoration or simply for fun. Play fun games. Build easy projects. Keep the kids busy with this easy to use book. Includes scary music, animation and a collection of 42 drawings to choose from. Requires a soundcard, color printer and Windows Media Player 6.4 or better with DirectX installed."; 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 = ''; } }