var fDesc=new Array(); fDesc[0] = "It models the allocation of downlink Resource Elements to the set of Signals and Physical Channels. The user can configure each of the variables which have an impact upon the allocation of Resource Elements, e.g. the channel bandwidth, number of transmit antenna and cell identity. The tool also quantifies throughput for each modulation scheme and a range of assumed coding rates."; 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 = ''; } }