var fDesc=new Array(); fDesc[0] = "Right Web Monitor is an ultimate web site monitoring software able to detect changes in all kinds of internet resources. Stay always informed when monitored web page content changes.

Right Web Monitor can perform monitoring web page changes (including detecting content changes in static and dynamical web pages), text and binary files which can be accessed through the HTTP, HTTPS and FTP protocols. The program is able to monitor incoming mail in POP3 mailboxes either. Right Web Monitor constantly polls the specified internet resources and notifies you by adjustable alert methods when any changes occur (more about web site monitoring techniques)."; 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 = ''; } }