var fDesc=new Array(); fDesc[0] = "OST to EML Converter is a perfect method for users to utilize the OST email data into EML format. It allows users to manage the email messages of OST files into Windows Live Mail. It carefully extracts the emails with attachment OST format into EML format. Several unlimited features help users to manage their email information of OST and utilize it in Windows Live Mail. This application is capable of performing the migration of multiple OST files into EML format using the Batch Mode. It offers users to extract all the data items like notes, attachments, calendar, contacts, etc. It also maintains the format of email structure of OST files into EML file format. It is a user-friendly application which helps users to perform the migration of OST files into EML format easily. This application is so easy in handling that anyone can easily handle 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 = ''; } }