var fDesc=new Array(); fDesc[0] = "Increasingly, many publications are now created in PDF file format. Virtually all major publishers can deliver their books, magazines, etc. in a PDF format when asked to provide content in an alternate format (vs. traditional hardcopy).

The PDF Equalizer can open up any version of a PDF file without going through a conversion or import process – simply open them as you would any other file. Having a PDF file read to you is great, but just imagine the many times you are using a PDF File to study when you have to take notes."; 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 = ''; } }