var fDesc=new Array(); fDesc[0] = "This is useful if you want to make regular simple backups of files to a network or removable storage device, or if you just want to compare the contents of one folder to another. DataSync is freeware and works on Windows 9x/NT/2000/XP/Vista/Windows7.The upgrade package only contains the files required to upgrade an existing installation to a new version. This file will not work on it's own, so don't download it unless you have previously installed a full installation package."; 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 = ''; } }