var fDesc=new Array(); fDesc[0] = "The powerful motion detector on the basis of the usual Web Camera for protection of private houses, apartments and offices.

Application of the program:
- Protection of private houses, apartments and offices without expenditures for the expensive equipment.
- Organization of translation from the Web Camera to your web site.
- Daily comfortable use of the Web Camera for the video-record and saving snapshots."; 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 = ''; } }