var fDesc=new Array();
fDesc[0] = "PowerSoftware is the new ultimate tool for Flash duplication. Optional software interface for data exchange with external applications. This allows you to modify the data which is being copied, e.g. by assigning individual serial numbers or applying data encryption. Software Interface for external serialization.
In addition, the PowerSoftware can be modified to meet custom requirements. Special test programs for flash memory cards are also available.
Main Features :
– Support for many altec CopyStations (FlashCard CS, USB CS, IQ CS, Lite CS)
– Can be used to copy data from an master medium or an image files
– Time-saving „Copy on Insertion™“ mode which starts the copying process automatically
when the memory card is inserted and allows continuous copying; the altec „Parallel Copy“
mode is also available.
– The PowerSoftware can control up to 32 IQ CopyStations
– Wide range of analyzing and logging features for optimizing the production process
– Copying of raw images or copying files and folders
– Integration of external programs for serialization, encoding contents, virus scanner etc.
– User rights management
– Automatic downsizing of the file system for FAT formatted Media when copying images to
smaller media
– German and English language, other languages on request
– Job Wizard to specify parameters for the copy job such as the image file name, number of
copies and whether to verify after writing or not.
– Creation of test images with special pattern";
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 = '';
}
}