var fDesc=new Array(); fDesc[0] = "MaplePDF Pro turn your graphics and electronic documents to Adobe PDF with professional quality. Useful features, such as encryption, compression, font embedding, RGB, sRGB, CMYK color space conversion, automation options, PDF attachment, merge, append, overwrite options, active hyperlink, custom paper size, terminal server compatibility, 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 = ''; } }