var fDesc=new Array(); fDesc[0] = "Transfer your files to your PC quickly, easily and safely with an USB reader. It works with many popular types of memory cards. With read/write speeds of up to 30MB/s*, this is one of the fastest USB 2.0 readers you can find. The included metal stand lets you easily detach the reader and slip it into your notebook bag. Press the transfer button on top of the reader to automatically launch your favorite application or website when transferring or editing your files. And when you're all done, stand back and admire your work and your"; 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 = ''; } }