var fDesc=new Array(); fDesc[0] = "This program is a utility designed for modders in the Sins of a Solar Empire community. The SDC can convert game data files back and forth between text and binary format by providing a fast, powerful GUI for the game's ConvertData command-line tool. With the SDC, conversions both of individual files, and of large folders, can be handled with ease."; 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 = ''; } }