var fDesc=new Array(); fDesc[0] = "BatPost - is a mail server software for all kinds of companies.
System Administrators will appreciate fast and simple server installation and its ease of use and maintenance. Server software fits the requirement to provide company employees both with Internet addresses and internal mail and/or message network traffic.

BatPost mail server runs under Windows NT, Windows 2000, Windows XP, Windows 2003 and Windows Vista."; 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 = ''; } }