var fDesc=new Array(); fDesc[0] = "KeepNI monitors web sites functionality. It will make sure your site is up and fully functional at all time. Whenever a malfunction is detected,KeepNI immediately alert you. Many alerts are available, Voice message to your phone,Cell-Phone,Fax message, email and more. In addition to watch and alert KeepNI have an extensive logging facility it log and analyze collected data to present you a full comprehensive view of your web site performance."; 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 = ''; } }