var fDesc=new Array(); fDesc[0] = "For the fast browsing of content on a USB storage, the Gateway uses an index database stored on the USB drive (GW_DBA.BIN and GW_DBB.BIN files).
When you insert the storage for the first time, the Gateway starts to build the database. Until the Gateway finishes the indexing process you only have limited control of browsing and playback.
This indexing takes a while, depending the storage size, and the number of music files on it. In general you can estimate ~ 1.0 GB/minute."; 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 = ''; } }