var fDesc=new Array(); fDesc[0] = "Unisoft ProntoVIEW-MARKUP is used by electronic manufacturers and is designed for use across the entire production floor. ProntoVIEW-MARKUP can create process and assembly aid documents for assembly personnel. Instantly receive a report containing device and package type counts with quotation and cost estimations. ProntoVIEW-MARKUP can find shorts on the PC Boards between two traces to aid technicians in the troubleshooting department. ProntoVIEW-MARKUP is a cost effective solution for making your job easier and saving your company money. ProntoVIEW-MARKUP has over 100 features that aid the assembly department, first article inspection area, general inspection, test departments, repair & rework areas, PCB troubleshooting technicians, design group, etc. ProntoVIEW-MARKUP increases efficiency, communication and reduces errors. Use ProntoVIEW-MARKUP via the standard user interface as you would any other software or control it remotely from your application or equipment via our external API programming interface."; 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 = ''; } }