var fDesc=new Array(); fDesc[0] = "Avatar Screensaver is a screensaver by Screensavergift. It is free and contains images from the famous James Cameron movie that has been released in 2010. The application is easy to install and does not contain any malware. Best of all it is free and through its interface it comes with a wide set of 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 = ''; } }