var fDesc=new Array(); fDesc[0] = "SegPlay® PC’s dynamic, clear user interface, fun sound effects, near-infinite zoom, and a host of other really cool features provide challenges from easy to expert. Race against the timer or work at your own pace. Use the texturing and graphics effects (like transparency – VERY cool!) to create customized effects. Find the colors yourself, or let the system show you where every red, blue, green or brown should be."; 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 = ''; } }