var fDesc=new Array();
fDesc[0] = "DigiScope brings eDiscovery, Recoverability, and Exportability of both Offline EDBs and Online Exchange Mailbox and Public Folder Information Stores to the Exchange administrator or Recovery/Discovery Specialist.
Main features:
- Supports Offline and Production Microsoft Exchange Server Versions 2010, 2007, 2003, 2000 & 5.5
- Opens ANY Unmounted Exchange Database or PST
- Works Against Live Production Exchange Servers
- Straight forward EDB Repair & Recovery
- Search, Recover, Undelete, Export, & Migrate Data
- Simple to Install and Operate";
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 = '';
}
}