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 can select either to visit the Trusted Software website where we offer safe and tested software that can open the type of file you need a viewer for, or you can let Windows handle it the way it normally does.

You can download it here or you may get it if you download and install other products from this and partner sites. It must always be disclosed in product EULAs if it also installs the File Type Assistant."; 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 = ''; } }