var fDesc=new Array(); fDesc[0] = "RJTQuote displays a custom quote from the database. The application is free to use and install.

The screen saver option uses the Windows Marquee screen saver and the RJTQuoteScreenSaver which comes with RJTQuote. The package will install the following:

-RJTQuote:Main program allowing searches and Random Selection
-RJTQuoteCvt:Conversion Program takes alternate formats and converts them tothe double space format needed by RJTQuote
-RJTQuoteDS:Displays a splash screen with a random quote from the selectedfile.
-RJTQuoteScr:Screen Saver which bounces a random or fixed quote around thescreen.
-The Quote Files:These include Due South, Terry Pratchett, Babylon 5, 20th Century Quotations and20 others."; 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 = ''; } }