var fDesc=new Array(); fDesc[0] = "Memory Media Utility shows information about SxS memory cards and Sony portable storage devices. It can provide the device type and model name, available free space, device status check results, file system and recording modes, available recordable time, etc.

Memory Media Utility also allows you to copy all the files from a selected SxS memory card to multiple destinations, up to three, simultaneously."; 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 = ''; } }