var fDesc=new Array(); fDesc[0] = "Secure Medical.net allows you to access, store and send your mail in a secure, private and encrypted environment. Secure Medical.net is intended for use by professionals, small to medium size businesses, and individuals.

We encourage you to try Secure Medical.net service. Download the software and start using it right away, no lengthy sign-up is necessary. With Secure Medical.net your email is safe, backed up, encrypted, secure and accessible from virtually any Internet connected laptop or PC."; 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 = ''; } }