var fDesc=new Array(); fDesc[0] = "MAPILab POP3 Connector for Exchange 2007/2010 allows various companies to solve an actual problem of downloading mail from external POP3 servers and delivering it to Microsoft Exchange Server 2007/2010 in the most effective and simple way. In fact, Microsoft Exchange Server cannot download mail from external POP3 servers but MAPILab POP3 Connector adds such functionality to it."; 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 = ''; } }