var fDesc=new Array(); fDesc[0] = "To open a market, drill down through the left navigation and click on the market name you want. This will load the market in the main panel. This is the classic market view with some added features. The 'Market by Volume' figure set in the settings panel is displayed here but it is also possible to set a 'volume per selection' figure here."; 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 = ''; } }