var fDesc=new Array(); fDesc[0] = "Download the MDaemon Mail Server to Outlook Converter to perform the MDaemon Export Data to Outlook without any problem. Tool automatically detects the location of MDaemon data and help users to easily complete the task of MDaemon Export to PST along with accurate details and information. The MDaemon Mail Server to Outlook Converter has very simple graphical interface so that non-technical person can also easily perform the After MDaemon Export Data to Outlook."; 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 = ''; } }