var fDesc=new Array(); fDesc[0] = "Advanced SmartCheck is a unique software program that is designed to provide detailed and comprehensive information about the hard drive health on all your network computers and help prevent hard drive failure and loss of important and valuable data. Advanced SmartCheck can monitor hard drives health of a lot of computers and display all statistics at a single workplace, higliting the most dangerous changes in a drives health and displaying it to the Network Administrator or sending report by E-mail."; 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 = ''; } }