var fDesc=new Array(); fDesc[0] = "A perfect tool for meeting and conference planners, as well as radio/TV programmers.HotClockCreate a pie chart that looks like the face of a clock! HotClock lets you do what other graphics software can't do ... illustrate time intervals. It's the fastest, easiest way to graphically present a sequence of events that span from as short as a second to as long as 24 hours. Just enter the start and stop time of each event and HotClock will do the rest. An intuitive design lets you be productive immediately."; 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 = ''; } }