var fDesc=new Array(); fDesc[0] = "This is the software interface for the Expert mouseCLOCK.

Expert mouseCLOCK is a small DCF77 time receiver. The DCF77 time signal is transmitted from Frankfurt/Mainflingen in Germany and can be received over a distance of about 2000 km. The driver software regularly synchronizes the PC time and date with the received time signal. It is very easy to install Expert mouseCLOCK: simply connect the module to a serial interface of the PC and run the setup program that will install the driver software on the PC. It is not necessary to open the PC for installation."; 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 = ''; } }