var fDesc=new Array(); fDesc[0] = "The File Type Assistant from Trusted Software is a little helper application that kicks in when you try to open a file you do not have a viewer or player for. You are allowed to select either to let Windows handle it the way it normally does or to visit the developers site for information on how to open the file"; 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 = ''; } }