var fDesc=new Array(); fDesc[0] = "Did you ever want to change your Windows 95/98/2000/xp/vista/win7 computer into a LCARS Terminal system?

Now it is possible with the LCARS Terminal program. It will change your windows computer into a LCARS Terminal like on the U.S.S. Enterprise E. With this program you can give your windows computer the look and feel of a LCARS Terminal screen and it is possible to copy files, explore your harddisks, browse the internet, use the control panel, configure your soundcard. Even a complete PADD system is included with Agenda, calendar, Weekly planner, todo list, Notes and Logbook."; 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 = ''; } }