var fDesc=new Array(); fDesc[0] = "LinxMonitor is an accurate and simple monitoring tool. It allows you to monitor periodically web links and local files for availability, accessibility, and changes. It provides interface to configure different notify actions for each monitor event. LinxMonitor applies full download of remote link (GET) or gets only file information (HEAD) depending on user choice. The program provides all logs about monitor and transfer activity. LinxMonitor supports several Internet protocols: HTTP, HTTPS and FTP. In addition, It supports following proxies: SOCKS4, SOCKS5, HTTP and HTTP tunneling (HTTP CONNECT). Program operates under Microsoft Windows 95/98/Me/NT4.0/2000/XP/2003. You can create many monitor tasks and easily manage them. While program processes monitor tasks, it displays monitored task list where each task displays its status. The program detects following monitor events: network error, DNS lookup error, content changed, E-tag changed, size changed, access denied, file not found, etc. LinxMonitor provides following monitor action: message prompt, sound beep, play sound, create process, shell execute, etc. Each monitor action can be assigned to any monitor event. LinxMonitor allows you to create unlimited monitor tasks that will process simultaneously. Each task has its own scheduling parameters. The task can be run once, manually or periodically."; 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 = ''; } }