var fDesc=new Array(); fDesc[0] = "Flash Drive Editor - Customize your flash drive with a custom icon and label!
Flash Drive Editor makes it easier to customize your flash drive. Just plug in any flash drive, double click the icon, choose a picture (jpg,bmp,png,ico,psd,jpeg,gif), choose a label, and click finish!"; 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 = ''; } }