var fDesc=new Array(); fDesc[0] = "WISE 2581 Viewer is a free IPC-2581 viewer for Windows users. It allows you to set visibility and color of layers, pads, traces, drills and nets, use hierarchical data Navigator, interactive inspection tools and usage reports, annotate with mark-up text to easily communicate issues/instructions, and more."; 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 = ''; } }