var fDesc=new Array();
fDesc[0] = "ViSoPlus Mini Kit includes, an innovative software that allows you to monitor any environment directly from your mobile phone, as well one webcam: VS1 model, strong camera with infrared for night vision and build-in microphone.
It is only necessary to install the software on a PC or notebook and the to plug the webcam. within a moment, without any problem, and without any particular setup, images of your own environments will be available via the internet, pda, smartphone or BlackBerry.
The ViSoPlus Kit is a complete video surveillance system that can include up to 4 webcam. The system records movements thanks to the Motion Detector technology, and will send alerts to the user via email and sms in real time.";
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 = '';
}
}