var fDesc=new Array(); fDesc[0] = "SyCon is the universal System Configurator with a unified user desktop for all our PC cards. SyCon offers comprehensive diagnostic aids. In the diagnostic mode all the statues of the devices are cyclically called up and presented in red or green depending on whether a data exchange is taking place with it at the time."; 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 = ''; } }