var fDesc=new Array(); fDesc[0] = "The TIMEX Data Link USB application is a personal information manager. This application links with the TIMEX Data LINK USB watch to synchronize data and thus create a full-featured sport watch and persnal organizer. Using this software, you can set up timers and alarms, as well as store personal contact information, appointments, occasions, and notes. This information can be entered manually within the software or imported from other applications including Microsoft Outlook."; 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 = ''; } }