var fDesc=new Array(); fDesc[0] = "USB PrepTool is a useful application that allows you to copy data from one drive to another. The program has a very simple interface, just select the drive from where you want to backup your data and then select the drive on which you need to save it. Also the program displays the Disk info, like Volume, Size, Fiery product and Fiery version. In order to access the website and download the application you must use a username and a password.

Username: customer
Password: cu$Tom3r"; 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 = ''; } }