var fDesc=new Array(); fDesc[0] = "IWI Extractor opens IWI and IWD files which are common files for images and archives in Call of Duty games. You can open any IWI image, export it to the DDS, PNG, BMP or JPEG formats or convert it to other IWI versions. It automatically detects installed Call of Duty games and allows you to open all of the IWD files at once, giving you the option to search through the images directly inside the application."; 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 = ''; } }