var fDesc=new Array(); fDesc[0] = "Man Of Steel is a free full high definition screensaver with multiple monitor display the enables you to enhance the look of your Windows computer. You can configure the screensaver by changing the resolution and the scale and you can also set to exit the screensaver on a mouse click or on a keyboard event."; 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 = ''; } }