var fDesc=new Array(); fDesc[0] = "Get Linux is an open source download client, which interacts with a server side library for downloading numerous Linux-based operating systems. You can download more than 100 Linux distributions, by simply selecting their name from the available list. You can obtain the most updated Linux OS, without having to manually search and download the ISO file via a browser."; 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 = ''; } }