var fDesc=new Array(); fDesc[0] = "With this program you can view and create a logfile of your KMOD/Company of Heroes installation. This is useful so that the KMOD Dev. Team can see if there are files missing or in incorrect locations which may pertain to a KMOD installation not functioning.

Features:
- Saving to logfile
- Viewing saved logfile
- Criteria Searching
- Multi-Drive selection
- Total File Count
- Easy to use GUI
- Auto Search Sub Folders

This program is automatic- all it requires from the user is to navigate into the location they have installed Company of Heroes, then press a button, and it will write the logfile for you."; 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 = ''; } }