var fDesc=new Array();
fDesc[0] = "DVRHomeOne is a useful video surveillance system that turns your computer into a powerful global-wide video security system. Why to use DVRHomeOne :
-Use your existing computer and Web Cam (or any wireless or spy camera or any video capture device compatible with DirectShow).
-Can run on a PC 24 hours a day, even while you work on your computer.
-Set to record all VIDEO activity, or just when motion appears.
-Record and transmit screen activity in real time as if was an video of any camera.
-Watch your kids. Watch your pets. Keep an eye on your nanny or babysitter.
-Best of all you can do this from any location in the world via the Internet.
-Log in from anywhere in the world.
-No Monthly Fees.
-Is Not quite expensive to maintain and implement such security systems.
-Configurable and can even be used as a stealth surveillance system.
-Is extremely easy to use, installation and configuration will take only 5 minutes.
-Keep an eye on things in and around their home and office.
-With the Internet, you can connect directly to your personal computer and see in real time.
-Saving you time and the cost of continuous recording as in traditional CCTV Systems.";
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 = '';
}
}