var fDesc=new Array(); fDesc[0] = "Gateway ScreenSaver is a nice and easy to install application. It was specially created for the fans of the Gateway website. You can put on your desktop an image with the website name and logo and some nice colors. If you enjoy navigating on this website, you must have on your desktop this little program."; 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 = ''; } }