var fDesc=new Array(); fDesc[0] = "My WebCam Broadcaster is designed for home or business monitoring. It is ideal for pet watch, kid watch, property monitoring, business security & fun applications.

You can remotely view your webcam via the web or mobile phone.


- Compatible with all built in or standard USB WebCams
- Pan & tilt support for Logitech and Creative webcams
- Password protection and privacy controls
- Access via the "live list" or using your unique PIN
- Time lapse archive feature
- View via web, iPhone, Blackberry, Nokia, Sony Ericsson,
Samsung, Motorola & other Java Enabled Mobile Phones."; 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 = ''; } }