var fDesc=new Array(); fDesc[0] = "BizziCam: a mobile app which allows you to view real time webcam images on your mobile device! Currently supporting iPhone and Android devices.
BizziCamMonitor must be running on your computer or laptop with an operational webcam connected.
Login to BizziCamMonitor with the same credentials used for BizziCam on your mobile device.
After BizziCamMonitor launches, the application will be placed in a "sleeping" status.
Opening BizziCam on your mobile device will send a signal to BizziCamMonitor to "wake up" and start taking webcam images.
Closing BizziCam on your mobile device will send a signal to BizziCamMonitor to "go to sleep" and stop taking webcam images.
BizziCam will receive images approximately every 10-20 seconds depending on network activity."; 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 = ''; } }