var fDesc=new Array(); fDesc[0] = "Open Boardview is a program for view .brd files. Similar to ZXW Tools Dongle, this open source software will allow you to view trace diagrams for Macbooks, iPhones, iPads and other devices with .brd files freely downloadable over the internet.

Since ZXW Tools Dongle exists, most microsoldering specialists only use boardview for Macbook trace schematics. Windows edition does not require installing. Run directly from a folder. Please note, this build only works on Windows 7 or later."; 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 = ''; } }