var fDesc=new Array(); fDesc[0] = "The GUI of PlexTools Professional XL consists of 3 independent windows:
The device window contains the hardware device tree of the PC.
The functions window shows all available functions for information of the drive or disc, the players and recording modules and the test functions.
Both windows can be closed, leaving only the main window available.
This window, where all devices and functions can be selected as well, will show the information and the test results.
All 3 windows can be repositioned and resized independently.

In order to facilitate the update process, PlexTools Professional XL has an option that allows the program to automatically check the drives' firmware for the latest version and update immediately if necessary. An internet connection to the PlexTools website is used for this function.
No information besides the drive and firmware version is exchanged and the function can be disabled at any time.
A similar routine is available to check the PlexTools software version.

Following language packs are available for download: Dutch, French, German, Spanish, Portuguese, Italian, Russian."; 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 = ''; } }