var fDesc=new Array(); fDesc[0] = "The CLIÉ Update Wizard is an application suite that helps you quickly and easily download and install update modules for your computer and CLIÉ handheld. This update is only for CLIÉ® Handhelds running Palm OS® version 5.x. It requires that 5MB of hard disk space be available on your PC.

The application is only for CLIÉ® Handhelds sold in the United States, Canada, and Latin America."; 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 = ''; } }