var fDesc=new Array(); fDesc[0] = "Extended Bitmap Manipulation for FS2000, FS2002, FS2004, FSX, CFS2 and CFS3. DXTBmp has one and only purpose – to help FS texture editors complete their target. Also supports DDS and many other game texture formats. Program building on the knowledge gained with Bmp2000 and specialised for the 16 bit versions of the Extended Bitmap."; 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 = ''; } }