var fDesc=new Array(); fDesc[0] = "MS Office 2D/3D CAD ECAD PDF to Image Txt Batch Converter is a converting application. It is capable of converting over hundreds different file formats to image (Tiff,Bmp,Jpeg,Gif,Emf,Png,Pcx,Tga) without the authoring application. Extract Text from hundreds different file formats without the authoring application. Supported file types include MS Office documents,2D/3D CAD Enginering file."; 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 = ''; } }