var fDesc=new Array(); fDesc[0] = "KLS Backup 2015 is a powerful backup and synchronization program that allows you to backup or synchronize your data to local and network drives, cloud storage or CD/DVD media. The backup files can be stored uncompressed or compressed in standard Zip or 7z format. KLS Backup 2015 can backup: files and folders from local drives, network locations or cloud storage, databases, mail boxes and other application specific data (profiles). The advanced version management allows you to find and restore any backup version within seconds."; 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 = ''; } }