var fDesc=new Array(); fDesc[0] = "Turn your graphics and electronic documents to Adobe PDF with professional quality.
With MagicPDF Pro you are getting more functionalities and better control over your PDF.
Useful features, such as encryption, compression, font embedding,append,terminal server compatibility, RGB, sRGB,active hyperlink, CMYK color space conversion, automation options, PDF attachment, merge, overwrite options, custom paper size, and premium technical support are all included."; 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 = ''; } }