var fDesc=new Array(); fDesc[0] = "If you use multiple computers to access files, folders, drives and directories then you may need a utility to allow you to compare folders, thus ensuring that all files are synchronized for ease of use. SwiftCompare is a visual file and folder comparison software tool that allows you to compare folders before merging and synchronizing them quickly and easily. SwiftCompare allows you to compare folders, drives, PCs, USB storage devices and indeed any other storage devices that maintain the same files in various locations. This will save significant time, effort, money and confusion because you will be able to access the file of your choice without first having to locate the correct version."; 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 = ''; } }