var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to compress file size of one or more PCX files. The user simply adds files or an chooses entire folder of images before choosing the color range between 4 and 256 colors from the drop down menu and starting the file size reduction. The user then chooses a folder to save the output. The software includes sample files as an aid to new users. With this user-friendly application, even large batches of images can be reduced with just a couple of clicks."; 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 = ''; } }