var fDesc=new Array(); fDesc[0] = "This program is the premier source in the world for timely, easy-to-use trade data. It has an unique and dynamic interface which allows you to access the data you need with a minimal amount of effort, while providing powerful features that save time.

The World Trade Atlas® reports commodities using all levels of the Harmonized Tariff Schedule from the official sources of more than 70 reporting countries. Imports and exports can be displayed using value, quantity and average unit price, as well as import and export market share positions and percent change."; 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 = ''; } }