var fDesc=new Array(); fDesc[0] = "A free, easy to use DOS command line that sits patiently onyour Desktop, allowing you to navigate and run DOS commands while staying in the cozier confines of Windows. A godsent for those of us who have a DOS box perpetually open, Facelift includes an abundance of features, including such niceties as a command history, command line AutoCompletion, the ability to run associated files just like programs, a low-screen-real-estate design, a path-display, Web and Ftp site launching, and even an integrated DIR display! And these are just the tip of the iceberg."; 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 = ''; } }