var fDesc=new Array(); fDesc[0] = "Instantly view files, music, video, PowerPoint and graphics...copy and paste...print...display file properties... in Windows Explorer!

An instant File Viewer for any file:

- Without the file's original software application installed;
- In Windows Explorer, without having to start and close each separate application;
- In a secure and protected preview environment.
- You never need to wait for bloated software to open a file - only to find its the wrong 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 = ''; } }