var fDesc=new Array(); fDesc[0] = "Every time you load a large text file with Notepad it displays a message box saying that the file is too large for Notepad and it starts wordpad. I have a lot of large text files so I decided to make a replacement of notepad with no file size limit. After I completed the firsts function I noticed that there were a lot of replacement of notepad so i decided to make something different... and i create TrekText a Notepad with LCars interface! This is still beta and it has all the basic features that a notepad needs but it is only a beginning with your help TrekText will have more and more features! This is ideal for all Star Trek fans like me :)) if you like star trek and you hate notepad this is the right choice!"; 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 = ''; } }