var fDesc=new Array();
fDesc[0] = "Are you familar with the problem, that you, administrator, are not granted access to some files and folders? If you use mst TotalAccess Disk, you will never again be bothered by "Acces denied" messages.
mst TotalAcces Disk grants you access to all data on a storage volume. It does not even matter whether it is a hard disk or any other device - mst TotalAccess Disk integrates with the operating system.
Sometimes, administrators have to take a look in folders like "System Volume Information" or personal folders of other users. Normally, to be able to do this, the security of this object has to be modified, sometimes it is even required to take over ownership. But not with mst TotalAccess Disk! Just run it and get total access!";
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 = '';
}
}