var fDesc=new Array(); fDesc[0] = "Convert engineering and technical drawings to Adobe PDF. Simply load your Plot, DWG/DXF or TIFF files in to Plot2PDF64 and export PDF which anybody can view with Adobe Acrobat Reader. Plot2PDF64 quickly converts your engineering drawings to Adobe PDF or DWF file formats. Supports ISO PDF/A. Runs on XP, Vista, Win7 (32- and 64- bit versions)."; 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 = ''; } }