var fDesc=new Array(); fDesc[0] = "Incredimail to Outlook Converter is a professional utility to convert Incredimail emails to Outlook emails. The program is intended to convert .imm files to .pst files. It helps users to export messages from Incredimail to Outlook, the most popular email client. Users can perform conversion with all items: meta data, read/unread status, formatting."; 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 = ''; } }