var fDesc=new Array();
fDesc[0] = "Eyespyfx Mobile enables you to view your webcam through a mobile phone. Supported models: Any WAP or iMode based colour picture phone and pocket PC's / Palm devices.
The webcam can also be viewed on a standard pc.
Using a standard web cam EyeSpyFX - Mobile will broadcast a web cam page that is optimised to suit your mobile phone. It also broadcasts a live web cam page viewable on a regular PC browser. The PC that is broadcasting can have a fixed or dynamically assigned IP address.
When the software is on it sends a "live" message to the EyeSpyFX Live Listings with the camera name and address. The live listings are available on both pc & phone.
View your home web cam from anywhere using your mobile phone web browser and/or PC browser
Optimise the image size to suit your phone
Broadcast from your home PC using a standard web cam
Works with fixed and dynamically assigned IP addresses
Password protect your cam
Take snapshots from a remote location
Chat box on PC browser view
Live camera listings maintained by EyeSpyFX
20 day free trail";
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 = '';
}
}