var fDesc=new Array(); fDesc[0] = "Softmio PDF Converter creates PDF documents from any application simply by printing them. It allows you to print as PDF: charts, drawings, tables, emails, text documents, spreadsheets, calendars, maps, photos, photo albums, web pages, Wikipedia articles or whatever other document or file can printed.

It is compatible with all Windows based Office applications, Internet browsers and all other applications that have a print feature."; 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 = ''; } }