var fDesc=new Array(); fDesc[0] = "This utility allows you to drag and drop any file to its window and have it run modifype and makecab with the LZX compression at its highest setting (equivalent to the compression used on the Windows CD) on the file. The file is compressed and written to the same filename in the same location with an underscore replacing the last character in the filename."; 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 = ''; } }