var fDesc=new Array();
fDesc[0] = "VISEC turns any computer into a Powerful Video Surveillance System.
-Supports web camera, wireless, spy camera, ip cameras such as AXIS, Arecont IQ, ACTI, Panasonic, Airlink, Aviosys, Connectec, Dlink, Genius, EVo, Gadspot, Intellinet, I-VIEW NETMEDIA, Linksys,NetSnap, Mobotix, Panasonic, Pixord, Raytalk, Sweex, Toshiba, Trendnet, Vision Tech,Vivotek and generic support for standard mjpeg. capture cards, USB capture devices and more.)
-Be Notified to your cell phone via sms or mms, home or office via email when motion is detected
-Visec will record all video or when motion is detected, and even alert you to your phone or pda with a picture.
-Log in from anywhere in the world, including your cell phone to see live or past video.
-Support up to 8 separate monitors (drag cameras on up to 8 monitors and control PTZ on different monitors at the same time)
-IP camera PTZ Support
-No Monthly Fees
-Easy to use - Installs in minutes";
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 = '';
}
}