var fDesc=new Array(); fDesc[0] = "Any Drive Formatter is FREEWARE software it is the software which will detect portable drives on your system and will allow you to format it. Sometimes Windows Format is unable to format the USB or other portable devices but this software will allow you to Format it the way you want."; 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 = ''; } }