var fDesc=new Array(); fDesc[0] = "The Datastream interface (Advance) offers easy-to-use, pre-formatted charts and tabular reports with flexible charting, to enable users to uncover new insights. The Advance for office (AFO) add-ins enable you to build complex models and reports without using the Advance desktop interface. Data and charts can be linked in Excel,PowerPoint or Word to enable you to create spreadsheets, presentations and documents which using a wealth of different datasets, and these can be refreshed at the click of a button, without the need to repeat the steps to keep them up to date."; 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 = ''; } }