var fDesc=new Array(); fDesc[0] = "With C-Mail, email functionality can be written into job scripts or set up with schedulers. Just add C-Mail to the end of a backup script to email a log file to you, set it up as the notification executable in your network monitoring package, or define it with your system scheduler to send out email at predefined intervals. No longer do you have to open your email client, write repetitive mails, attach files, address and send...C-Mail does it for you."; 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 = ''; } }