var fDesc=new Array(); fDesc[0] = "With MacClock you can customize the bar with the digital clock in Mac OS X Style. You can set multiple date/time formats as well as choose from different settings: you can view the date& time either in float window or system tray; display the time with seconds, show AM/PM, show the day of the week, flash the time separators, use a 24-hour clock. It also has embedded Text-to-Speech API, with the support of many voices that announces the time according to the your settings."; 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 = ''; } }