var fDesc=new Array(); fDesc[0] = "Makers of Opttech Sort High Performance Sort/Merge/Select Utility For Windows & Other Operating Systems. Opttech Sort is a High Performance Sort/Merge/Select Utility. Available for Windows, DOS, Linux, and UNIX platforms. Usable as a stand-alone utility or callable from your programs.

Main features:
-Full featured high performance utility program.
-Full range of Sorting, Selecting, and new features.
-Can be used as a standalone utility (new Graphical User Interface with online manual).
-Call as a subroutine to your programs as a DLL.
-File Size Greater than 4 gigabytes supported.
-Interfaces with Visual Basic, C/C , Delphi and many more.
-Free Unlimited Technical Support"; 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 = ''; } }