var fDesc=new Array(); fDesc[0] = "So you've bought a new Palm, and you're wondering just how much faster it is than the last one you had? Give Benchmark 3.0 a try. It'll accurately show the speed of any Palm device. It's small, free, and written entirely on-board a Palm handheld using the Quartus Forth on-board compiler!"; 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 = ''; } }