var fDesc=new Array(); fDesc[0] = "In order for an SD card to function in its optimal level, it needs to be formatted at regular intervals. Apart from deleting the files, users will also have to resize the files in order to manage the available space effectively. The Free SD Formatter is one such app which achieves all this and much more. Apart from SD, it also supports SDHC and SDXC memory cards. There are a number of options available for users and all these can be used with just a few clicks."; 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 = ''; } }