var fDesc=new Array(); fDesc[0] = "Kibup allows you to make backups of your pictures, music, videos and other documents on a USB drive. You just have to launch the application, plug in your USB hard drive and Kibup automaticaly creates the backup ! Download Kibup the USB backup software. Kibup is available for purchase from our page Buy but you can try it for free during 15 days. With Kibup, you save your data regularly, simply, and demand. The process is automatic and starts when you really need : connect your external USB hard drive when you want to your backup. Kibup does the rest by saving your photos, music, videos, and documents."; 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 = ''; } }