var fDesc=new Array(); fDesc[0] = "ToolWiz Care is a set of free-of-charge tools designed to speed up your PC and give your system a full range of care. With multi-functional optimization suite, this software provides a collection of tools that includes System Check-up, System Clean-up, System Speed-up, System Fix-up, System Back-up, System Satrtup Optimizer, System Virtualization and other 50+ powerful built-in utilities to enhance PC performance, security, and to optimize PC system boot-up. ToolWiz guarantees users that our softwares will stay free-of-charge. This tool suite is designed for all levels of PC users, from beginners to experts."; 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 = ''; } }