var fDesc=new Array(); fDesc[0] = "Card Center Pro is a collection of Demos, Drivers, Source Code and Documentation that supports Elan’s range of PCMCIA products.
The key feature of Card Center Pro is that it makes it easy to install a PCMCIA card on your system and to have access to the manual and driver code to simplify the creation of your own applications. Working Demos provide convenient starting points and so improve your time to market."; 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 = ''; } }