var fDesc=new Array();
fDesc[0] = "Ahsay OBM and RPS fits companies needs perfectly.
It runs thin, will backend to a NAS, SAN, removable or installed HDD.
Licensing is very reasonable and easy to understand. They do not nickel and dime you on agents.
It comes with built-in Replication.
This product is designed for off site on line backup similar to carbonite, but this one will work wonderfully in a LAN environment.
It will also install directly to several NAS units.";
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 = '';
}
}