var fDesc=new Array(); fDesc[0] = "Agilent Signal Studio for 3GPP LTE FDD Creates LTE and LTE-Advanced signals in Multi-Standard Radio (MSR) configuration with CW, W-CDMA/HSPA, GSM/EDGE, and cdma2000®, contain predefined configurations including Enhanced Test Models (E-TM) and Fixed Reference Channels (FRC), Compatible instruments: ESG and MXG signal generators, PXB baseband generator and channel emulator, portable and modular logic analyzers, DigRF analyzer and exerciser modules, control frequency, amplitude, ALC, waveform scaling, triggers, markers, and more"; 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 = ''; } }