var fDesc=new Array(); fDesc[0] = "FireCMD is an enhanced command line environment which makes interacting with your computer both user-friendly and powerful. It provides a set of tools such as command prompt alternative FireCMD command shell, terminal emulator for Windows (Console emulator), text editor, UNIX for Windows, 218 commands and a snapshot grabber."; 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 = ''; } }