var fDesc=new Array(); fDesc[0] = "MagiCure is a cutting edge software solution designed to help PC users restore and recover their own PCs from any kind of failure instantly.

Once installed, MagiCure innovative solution allows users and IT professionals to easily and quickly go back in time before certain events occurred. Using this magic software prevents disruptive downtime eliminate troubleshooting, and hours of restoring."; 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 = ''; } }