var fDesc=new Array(); fDesc[0] = "It does not matter what you are doing in your MCE: if you are watching live tv, a dvd, listen to music, ...: mceTapiRex will show all incoming phone calls. mceTapiRex shows detailed information of the caller and the called device (if you have multiple devices/lines) and the image of the caller plus one freely configurable field of your data source (i.e. company, city, ...)."; 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 = ''; } }