var fDesc=new Array(); fDesc[0] = "Real-Time Backup and Powerful synchronization modes. Standard Copying, Exact Mirror, SmartTracking, Scheduler. An extremely versatile synchronizing and back-up too! Complete folder structures from any location, such as a PC, Mac or online storage. There are no limits in terms of file sizes, the number of files, or filename lengths. The program fully supports Unicode characters so that it can copy filenames in all languages. Cool Backup synchronizes your files to the cloud the moment they are updated in any local folder! Or setup backup jobs to run at specific times."; 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 = ''; } }