var fDesc=new Array(); fDesc[0] = "The Opera Mail Converter offers dual conversion mechanism to convert Opera mail files. In 1st method, you are allowed to select multiple Opera Mail files separately and convert them. But in 2nd method, you can select multiple Opera Mail files by browsing folder in which all files are stored, then start the conversion process. By this method, the Opera Mail converter is able to convert several files without delay. In both the mechanisms, the tool generates a new PST file for each Opera Mail after conversion. It controls original folder architecture and read/unread status during process to Convert Opera Mail. The Opera Mail Converter is familiar with entire MS Windows OS family."; 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 = ''; } }