var fDesc=new Array(); fDesc[0] = "CADintPCB is the CAD tool for engineering professionals worldwide. CADint PCB gets the job done without getting in your way. Powerful, fast and stable, yet with an ease of use that gets you productive in a hurry. It has Unlimited hierarchical schematic entry, full-featured PCB layout on up to 2 copper layers, Additional layers for silkscreen, masks, documentation."; 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 = ''; } }