var fDesc=new Array(); fDesc[0] = "The extension is a simple DLL which is installed into your system folder and registered automatically.

Thumbnails are created automatically on selecting Thumbnail view for the folder. To make the VTF info columns appear, select "Detail" view, right click on the column headers at the top and select more then from the list, select which VTF info columns you would like to add."; 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 = ''; } }