var fDesc=new Array();
fDesc[0] = "Rogers Self Help Software is a free suite of tools and utilities for your computer that keeps your system running properly, and makes your Hi-Speed Internet experience smooth and trouble-free.
Rogers Self Help Software is a very useful tool to correct several computer problem issues. It really worked!
Main features:
- A variety of computer start-up tests that check the health of your Internet connection and email accounts.
- Live chat which allows you to connect with a Rogers Technical Support Representative and chat in real time.
- An email password recovery tool.
- An Outlook Express account creation tool. Create new email accounts quickly and easily!
- A system restore point tool and a system files verification tool.
- One-click fix tools, to quickly take care of tasks like setting your browser homepage and clearing your temporary Internet files.
- A variety of performance meters to check the performance of your system.";
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 = '';
}
}