var fDesc=new Array(); fDesc[0] = "The programmers at Visoft Technologies have developed BabyWatch in the aim of collaborating in the fight against domestic accidents and the protection of newborn babies and children.
Please note that Visoft Technologies cannot be held responsible of any injury that may occur to the subject whilst being monitored. Please remember that BabyWatch is a prevention tool and although it is very accurate, it is not absolutely infallible in front any type of risk situation."; 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 = ''; } }