var fDesc=new Array(); fDesc[0] = "Cam4you remote is freeware can be used for several tasks in Windows XP and Windows Vista. Typical tasks are:
- Start camera remote mode and take pictures using the shutter on the camera. Pictures are automatically transferred to the computer.
-Use camera remote mode to take pictures using the “Take picture” button in Cam4you remote.
-Use Cam4you remote to transform your camera to Closed Circuit TeleVision (CCTV) camera, by using motion detect functions. It is possible to use the video from a PowerShot camera and also to take pictures with it using motion detection as trigger. Alternatively a web camera can be used as video source and an EOS camera to take pictures using motion detect as trigger."; 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 = ''; } }