var fDesc=new Array(); fDesc[0] = "The worst case scenario for all working with their computer: A loss of data is often only one click away. Crash. Data loss. Annoyingly. Time-consuming. But resolvable. We have a solution: DiscSafe!
DiscSafe was designed in order to meet the growing need of storing large amounts of data as easily as possible. DiscSafe is an easy-to-use tool that provides an inexpensive way to do backups of large amounts of data onto CD-R(W), DVD-R(W, DVD+R(W) and DVD-RAM. All in all it's a powerful Backup Solution with data spanning and time controlled backup."; 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 = ''; } }