var fDesc=new Array(); fDesc[0] = "Synametrics Mail Junction is an email response management tool providing a single point of access to public email accounts such as sales, support and marketing.
This tool helps the user in organizing, distributing, and filtering incoming email messages and also responding to them in a timely fashion.

Main Features:
- Message Consolidation
- Save money on maintenance
- Remote access
- Intuitive and easy to use
- Message routing
- Preserve communication history."; 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 = ''; } }