var fDesc=new Array(); fDesc[0] = "cifX Device Driver is a driver program designed for CIFX 50-RE Ethernet PCI. In automation, Ethernet is required to transmit large quantities of data with a high data rate over all levels of the communication pyramid at the low cost of office components. With the cifX Hilscher provides a solution that supports all systems, that is reduced to the netX network controller and an SDRAM and thus offers the maximum of performance, functionality and flexibility at a fair price."; 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 = ''; } }