var fDesc=new Array(); fDesc[0] = "SEAMCAT® is a software tool based on the Monte-Carlo simulation method, which was developed within the frame of European Conference of Postal and Telecommunication administrations (CEPT). This tool permits statistical modelling of different radio interference scenarios for performing sharing and compatibility studies between radiocommunications systems in the same or adjacent frequency bands."; 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 = ''; } }