var fDesc=new Array(); fDesc[0] = "EyeSoft has all the features of IP Camera Management Software you need for a successful IP deployment. Known for it's ability to connect to a wide range of IP cameras including: Axis, Arecont, Acti, BiKal, Panasonic, Samsung, Sony, Pelco Toshiba & more to USB Webcams and analog capture cards. EyeSoft is easy to use and makes IP Camera Management a snap for homes, small business up to enterprise deployments. Eyesoft's Video Analytics capabilities makes it the most robust software you can find on the market today."; 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 = ''; } }