var fDesc=new Array(); fDesc[0] = "RascalPro supplements Rascal with the ability to schedule connection events, execute custom tasks when a connection is opened or closed, and log operations to a file for later reference.

For instance, you can leave your computer and have RascalPro close the connection in your absence after a specified amount of time, perform late-night data transfers or run login and logout scripts.

Main features:

-Connection scheduling.
- Batch processing.
- File logging.
- Automatic redialing to restore lost connections.
- Activity simulation to avoid idling timouts.
- Connection time and fees tracking.
- Connection notification.
- Remote control using command line access.
-Event viewer support.
-Asynchronous operations.
-Works in the background.
- The installer includes both 32-bit and 64-bit versions of the software. It will automatically select the version matching your system.
- Unicode software with regional settings support.
- Does not include adware, spyware, or any other malware technologies.
- Scanned prior to publication to ensure that it is free of viruses.
- Digitally signed with an Authenticode certificate to ensure its integrity and authenticity.
- Packaged using an MSI Windows native and compliant installer."; 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 = ''; } }