var fDesc=new Array(); fDesc[0] = "Reohix has launched a powerful and flexible motion detection software called Rise Sun packed with innovative features and cool applications. Basically, it enables you to turn any webcam, compatible with Windows, into a powerful surveillance utility. As simple as it may sound, Rise Sun has been developed using intelligent motion detection algorithm what gives you the possibility to turn your ordinary home webcam into a sophisticated monitoring and surveillance system. It’s a very useful freeware to detect any intrusions without any efforts from your side and without the need to spend a large amount of money in expensive surveillance hardware and software. Rise Sun comprises many adjustable options such as thresholds, sensibility and performance you can set according to your preferences. It has also been equipped with extra cool features which include motion logging system, Alarm, Silent Alarm, an extended period algorithm for extra precision and Automatic Snapshot. All these remarkable characteristics included in Rise Sun make it really convenient and advisable. What is more, you can download it from the developer’s website totally free."; 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 = ''; } }