var fDesc=new Array(); fDesc[0] = "Backup whole fleet of workstations and servers with Vaulten Professional. This app is equipped with speed optimising technology and other features vaulten biz have and in addition to that it has dedicated back up modules for VMware, Hyper-V, oracle data base, MS SQL MySQL, lotus dominos/notes, Windows Bare Metal, MS Exchange (Database and individual mail), share point and system state."; 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 = ''; } }