var fDesc=new Array(); fDesc[0] = "The new version of the Fighter Factory includes support for up to 12 characters in parallel, high performance, editor of palettes as an editor in the main window, displaying effects of transparency in real-time, among others.
With the new character format, the Fighter Factory Ultimate allows a reduction of up to 60% in the char size, making it look just a file on disk, facilitating its use and distribution."; 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 = ''; } }