var fDesc=new Array(); fDesc[0] = "The Source Preview Handler is a add-on utility that allows you to display a preview of the selected source file in SmartFTP and in Windows Explorer.

The program supports the following file formats: ActionScript (.as, .mx), ASP (.asp), ASPX (.aspx), AutoIt (.au3), Bash (.sh, .bsh), Batch (.bat, .cmd), Caml (.ml, .mli, .sml, .thy), C (.c), C++ (.cpp, .cxx, ,.cc, .h, .hxx, .rgs), C# (.cs), CSS (.css), Diff (.diff, .patch), Fortran (.f, .for, .f90, .f95, .f2k), Ini (.ini, .inf, .reg, .url), Java (.java), JavaScript (.js), Makefile (.mak), Matlab (.m), NFO (.nfo), and much more.

Requires Windows Vista or newer."; 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 = ''; } }