var fDesc=new Array(); fDesc[0] = "Sharp World Clock provides multiple analog or digital clocks on your Windows desktop. Each clock can be customized with the time of a selected location; this program features a database of more then 23,000 cities in 244 countries. You can also make use of its alarms, news feed, calendar, time and date converter, and meeting planner, along with daylight savings."; 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 = ''; } }