var fDesc=new Array(); fDesc[0] = "Flash Memory Toolkit brings you a collection of utilities for flash memory devices. This application will let you recover lost documents from almost any type of USB device, wipe the entire content from your memory cards, check for errors and many other.
Flash Memory Toolkit also comes with a back up function that allows you to create bit-by-bit identical copies."; 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 = ''; } }