var fDesc=new Array(); fDesc[0] = "It provides improved graphical display of interference situation by showing, among other things, antenna patterns of all requirements, calculated field strength values at test points for comparison purposes and bar charts with interference analysis in each quadrants of the target areas. This version contains the new features that take account of the changes to the Radio Regulations after WRC-03."; 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 = ''; } }