var fDesc=new Array(); fDesc[0] = "NEW IsoPro Software provides features that will make users more productive immediately!
Easily import, view and edit your standard CAD output. Create single or multiple isolation paths,
add pads and traces, and specify partial or complete copper removal.
IsoPro provides simple control of your Quick Circuit milling, drilling and routing procedures,
and saves time with improved path logic. Move rapidly from design to production and testing.
This intuitive software package is included with the purchase of all Quick Circuit Systems."; 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 = ''; } }