var fDesc=new Array(); fDesc[0] = "RepliWeb Drive Mapper (RDM) is an out-of-the box solution that easily configures shared network resources as 'background' mapped Windows drives. Ideal for organizations seeking to replicate digital assets across distributed server infrastructures, where files originate from or must be written to NAS's or SAN's, RDM provides a non-interactive means of maintaining connectivity throughout the replication process."; 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 = ''; } }