var fDesc=new Array(); fDesc[0] = "Vico's Doc Set Manager automates the process of checking revisions across construction drawing sets. Users can easily compare sets consisting of thousands of drawings within minutes. It's as easy as looking at a color coded table of PDFs and DWGs to see a list of documents, their versions, and their changes.

And multiple users can log into the drawing sets at the same time so as to resolve issues collaboratively. These teams use it to manage all the document sets (the architectural plans, the structural drawings, MEP information, construction documentation, general notes) and see what sets are current, what files are there, and most importantly, what files are missing.

The Document Register allows users to simultaneously manage multiple versions of drawing sets. Users can create the project document structure in advance and benefit from immediate identification of missing documents. The Document Register also provides automatic mapping and quick comparison between large drawing sets. With this "one version of the truth" teams can quickly identify which drawings have changed, and then investigate."; 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 = ''; } }