var fDesc=new Array(); fDesc[0] = "Megatec compatible UPS minidriver for Windows 2000/XP/2003. This is a freeware product which allows you to integrate your UPS with power management system of Window 2000/XP/2003 (initially Window 2000/XP/2003 contains only APC UPS driver). This software was tested with HP-500VA, OPTI-UPS 525 bt, OPTI-UPS 825 bt. It also should be suitable for several UPS models produced by Megatec (the UPS should use Megatec compatible signaling protocol)."; 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 = ''; } }