var fDesc=new Array(); fDesc[0] = "Windows Passive Crossover Designer is a Windows application program patterned after Jeff Bagby's Excel spreadsheet, the Passive Crossover Designer (PCD). WinPCD is compatible with Jeff's session files and uses an identical schematic scheme with minor additions. It also largely emulates the design methodology so that PCD users should be able to work with it without much difficulty."; 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 = ''; } }