var fDesc=new Array(); fDesc[0] = "Motion Hunter controls 1 to 4 cameras connected to your computer. When any motion is detected Motion Hunter livens up. You can set the certain sound (i.e. of police siren) that will be played to scare off intruders. Motion Hunter can also send you e-mail notifications with a photo snap of the motion or noise event. You can have stream video or audio live to view what is happening remotely. Try it for free (30 days trial period, no limitations) and find out that it is really worth its money."; 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 = ''; } }