var fDesc=new Array(); fDesc[0] = "ABF Slide Show Screen Saver is a screen saver with cool looking effects and abilities to show pictures ether from local folders or from the web. The program allows to customize a list of folders or URLs, interval of changing, type of effect, background color, image stretching and other options. ABF Slide Show Screen Saver supports more then 130 amazing slide effects for any test, also a random effects feature is present."; 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 = ''; } }