var fDesc=new Array(); fDesc[0] = "AswaqVision™ Ultimate is the most sophisticated version of the cutting edge, user friendly, and fully customizable trading information technology software. AswaqVision™ Ultimate provides the ultimate trading experience for the most active, professional and sophisticated investors, traders, and brokers. AswaqVision™ Ultimate offers a total trading information platform and content for the most advanced traders and brokers to make smart and profitable trading decisions. AswaqVision™ Ultimate equips traders and investors with extremely fast real time streaming market information, live news from a multitude of sources, stock charting and analysis, alerts and notifications, market maps, security ranking, advanced news and advanced stock tickers, dynamic watch lists, data export, alerts, stock dash board, smart stock selector, sector tracker and market depth (Level 2) data amongst others."; 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 = ''; } }