var fDesc=new Array();
fDesc[0] = "SSuite Office - FileWall is a secure client-server database to archive all your sensitive documents in one place.
Features in SSuite Office - FileWall:
* Full search capabilities
* Administrator and user level access
* Create multiple categories on different security levels
* View unique log file history for each document on user access
* Full version control of all documents or files imported into the database
* Enhanced document compression for a more efficient and smaller database
* Full document control for importing, exporting, and adding new documents to the database.
The download file also includes a help file to show you how to attach a new database to SQL server or MSDE.
Minimum System Requirements:
* Runs on all Windows systems - Windows 95 to Windows 7 and beyond...
* Display Size - 800x600
* Microsoft SQL Server or Microsoft Database Engine - { MSDE }";
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 = '';
}
}