var fDesc=new Array(); fDesc[0] = "CardWizard for Windows NT automatically configures PC Cards, identifies and classifies cards, assigns interrupts and memory resources, and loads the proper drivers. That means your PC Cards are easy to use with the features you expect. When required, CardWizard uses the advanced expert system-based "Wizard" technology pioneered by SystemSoft, to help you resolve system resource conflicts such as IRQ, memory address, and I/O conflicts."; 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 = ''; } }