var fDesc=new Array(); fDesc[0] = "s1res (s1 resource editor) is a open-source win32 gui tool. With this program, you can modify or change all possible resources of your s1mp3 player, like fonts, text strings, images and icons. You must connect your mp3 player and choose Import Firmware from the menu, follow the wizard to extract your firmware. Finally, select Export Firmware and send your new firmware up to the device."; 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 = ''; } }