var fDesc=new Array(); fDesc[0] = "Cars2 tries to give users every conceivable time-telling device they could want. With a variety of options, this is an impressive program with a simple interface that users will love.
This free program imbeds itself into your desktop tray and provides a wizard once clicked on. Here, users can select between setting a clock, a stopwatch, a reminder, an auction watch, a timer or a sticky note."; 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 = ''; } }