var fDesc=new Array(); fDesc[0] = "NetX360™ provides one complete solution, combining the best of the brokerage and advisory worlds onto one platform, to make it easier for you to grow your business. In addition, the market data, tools, and analytical capabilities available throughout NetX360 will help you identify potential revenue generating opportunities from both new and existing clients.

From sales to transaction processing and from trading to managing compliance risks, NetX360™ will simplify your daily tasks, enabling you to save time, reduce errors, and accomplish 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 = ''; } }