var fDesc=new Array(); fDesc[0] = "Welcome to the website dedicated to Java text editor 'WordRider' which helps with creating TxtRider's text format ( HibView and uView compatible)
WordRider is similar to applications such as RidEdit, MadCoder's Text Editor or Okin's Word. WordRider brings full support of TxtRider view-tags and more user convenience with working TI-89/92 /V200 text format (89t, 92t, 9xt). WordRider editor is "almost" WYSIWYG.

Main features:

- you can easily change font sizes, alignments, margins, word wrap, math expressions and insert line separators
- really easy work with breakpoints and inserting special characters
- math expressions are distinguished by color"; 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 = ''; } }