var fDesc=new Array(); fDesc[0] = "Time Circuits is a little desktop utility to show the calendar appointments. Graphical Style is a tribute to "Back to The Future" trilogy. Time Circuits is easy to use and has a friendly interface and also is free to download and use. Time Circuits is a nice tool to help you remind your appointments."; 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 = ''; } }