var fDesc=new Array(); fDesc[0] = "SClock Plus is an easy-to-use desktop multilingual speaking clock with skin support and full-featured alarm system, that allows an user to set multiple alarms. Each alarm can be set to go off at various intervals: daily, Monday, Tuesday...Saturday, Sunday of every week, etc. You can set each alarm to run an application, play a wave file, open a document or a picture, or just display a message. SClock Plus can be vastly customized and has intuitive interface."; 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 = ''; } }