var fDesc=new Array(); fDesc[0] = "My Drive Icon is a quick and safety way to customize the drives icons. You should select an icon file, select the drive, enter a drive label (optional), and apply. You will need to refresh the view (F5) at your computer to see the result. In case you don't like the result, you can the default in one click."; 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 = ''; } }