var fDesc=new Array(); fDesc[0] = "This application acts as a central hub or a quick launcher for FPS Creator Official Applications such as the Entity Maker, Segments Editor etc. Also allows you to add the 3rd party applications to be added and accessed directly. You can also run the FPS Creator or its tools using shortcuts buttons in one click."; 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 = ''; } }