var fDesc=new Array(); fDesc[0] = "Easy2Convert TGA to DDS converts Truevision Targa files (.tga, .targa) to DirectDraw Surface files (.dds). This is a free TGA-to-DDS image converter that can be used by regular users and game modders who often work with TGA and DDS images. It also has a built-in command-line support which allows you to convert TGA to DDS in shell/cmd as a .bat-script or service."; 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 = ''; } }