var fDesc=new Array(); fDesc[0] = "PDF2EXE is a SHAREWARE program to quickly convert PDF to EXE, making PDF readable on any computer without Adobe Reader or Adobe Acrobat software installed. The conversion from PDF to EXE preserves the look and feel of the original document.
With PDF2EXE, you can distribute your Adobe PDF files to your customers, share PDF documents with your friends without worrying about whether they can read it or not. PDF2EXE users can have more control over PDF files."; 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 = ''; } }