var fDesc=new Array(); fDesc[0] = "Emerald Clock Live Wallpaper is a nice and easy to manipulate program. If you need a clock on your desktop with an interesting image, this is the right tool. For the hours, this clock offers you Roman numerals and small stars for all the rest. It is really a helpful software, specially designed for you."; 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 = ''; } }