var fDesc=new Array(); fDesc[0] = "PlexTools was released in 1999 by Plextor to give extra support to Plextor hardware by enhancing the possibility to directly control specific functions. The standard version was discontinued in April 2003, and replaced by an advanced version.

Since then, PlexTools Professional has proven to be stable, precise and useful. It offers high quality audio and multimedia capabilities and advanced control of several powerful features of Plextor drives. The distinctive design allows ease of use for newcomers without compromising on the powerful features that experienced burners demand.

Based on existing solid code, PlexTools Professional XL offers more features and extra options. The new layout with resizable windows and improved graphs, enhanced audio functions and project options as well as the unique update check system are designed and tuned for the demanding user. A Limited Edition of PTPXL is available as free utility. PlexTools Professional HDD is a cut-down version that only has the functions for Plextor hard disks build-in.

Currently, PlexTools is available in following flavors: PlexTools Professional LE:
bundled and available for download as free utility
PlexTools Professional HDD:
free-of-charge downloadable version."; 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 = ''; } }