var fDesc=new Array(); fDesc[0] = "Fusion Network Video Load Estimator is a free software tool for Storage, Bandwidth, and CPU Load estimation for Fusion DVRs.The purpose of this utility is to help with the cross loading of different components of a DVR system. This application is designed to offer insight as to how the CPU and storage system is affected based upon each uses."; 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 = ''; } }