var fDesc=new Array(); fDesc[0] = "QuickSFV was designed with one goal, to be quick! Existing SFV file verification programs were slow and cumbersome to use. Most users need to verify files and the quicker, the better. QuickSFV integrates into the Windows Explorer shell and makes it very easy to verify files. Just double-click on the .SFV file and QuickSFV does the rest. QuickSFV also understands several other file verification formats including .CRC, .CSV and .CKZ."; 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 = ''; } }