var fDesc=new Array(); fDesc[0] = "IBM® Tivoli® Continuous Data Protection for Files is continuous backup software that protects your most important files. This real-time, continuous data protection solution for file servers and user endpoints automatically backs up your most critical files the moment they are saved. It helps you capture every save of a file when it occurs and protect against corruption, file loss or system loss, you can specify as many as three target backup/replication ares for high-priority files."; 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 = ''; } }