var fDesc=new Array(); fDesc[0] = "NextVIEW AdvisorX is a high-speed integrated information service providing you with affordable, fast and reliable real-time market quotes, news and decision support for sophisticated investor and technical traders with tools for selecting, analyzing, charting and comparing stock and commodities.
Used by trading desks of securities brokers, futures brokers, banks, listed companies, commodities brokers, and fund managers throughout Asia. Join the thousands of financial professionals that have equipped themselves with NextVIEW AdvisorX today!"; 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 = ''; } }