var fDesc=new Array(); fDesc[0] = "scViewerX SDK is a powerful ActiveX control program that allows you to view, print and convert PLT, Adobe PDF, Autodesk DWF, CGM, Calcomp, HPGL/2, Gerber, TIF, CALS and other formats. You can convert your files to many different output file formats, including PDF, PDF/A, TIFF, DXF, DWF, CALS and PNG."; 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 = ''; } }