var fDesc=new Array(); fDesc[0] = "The Swat Downloader is a custom built software which allows you to browse/download and install files from an online archive of Swat files and mods. Once you find the file you want, the software will then download and install it automatically for you. It also contains built in FTP software to allows mappers/modders to upload their own works."; 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 = ''; } }