var fDesc=new Array(); fDesc[0] = "Customize company logo (text / image) / remove top-left aXmag logo / add company URL
Add title and author information in output publication
Add background music
Add background color (or manually add background image) for the publication
Remove cutting borders (for PDFs with printing cutlines)
Auto-adjust pages in PDF into a same page size (for PDFs with different page sizes and orientations)
Adjust to different reading habits (True 3D simulating readig / advanced 3D page fliping reading with scrolling reading when page magnified / scrolling reading without 3D page flipping effect )
Multilingual output options (English, French, German, Italian, Dutch, Spanish, Swedish, Finnish, Polish, Norwegian, Arabic and more)"; 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 = ''; } }