var fDesc=new Array(); fDesc[0] = "Converting Microsoft Visio(.vsd, .vdx) into PDF files couldn't be easier. Convert One File: Right-click a Visio(.vsd, .vdx) file and select "Convert to PDF" from the pop-up menu.

You will be amazed at the results you get from the Visio to PDF Converter. It accurately retains the layout of the original .vsd, .vdx file. It converts text in over 100 languages, and separates graphics from tables and text.

You can set up a monitored directory, where all Visio (.vsd, .vdx) files written to that directory will be converted to PDF as they are saved. All of the converting will be recorded in log files."; 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 = ''; } }