var fDesc=new Array(); fDesc[0] = "JumboCAD EDA is a professional tool for your electronic project design. JumboCAD EDA contains 3 packages, Schematic Capture, PCB designer and Library Editor. PCB Designer can work up to 16 layers and the Library Editor contains symbol editor, footprint editor and part editor that allow you to create schematic symbol, PCB footprint and the PARTS."; 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 = ''; } }