var fDesc=new Array(); fDesc[0] = "Drive Bar allows you to conveniently open views of your drives in Windows Explorer. The Auto Hide function allows it to disappear from view when not in use so that it does not take up screen space when not in use. It can also remain visible and be resized You can also specify a File Manager program to use instead of Windows Explorer, launch drive views as 'Tiled' or not, not include specified drives in the list of drive icons, and have Drive Bar run automatically at Windows startup."; 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 = ''; } }