var fDesc=new Array(); fDesc[0] = "Key Indicators of the Labour Market 8th Edition is a free custom data access application. It allows the user to build complex queries, view data in a grid or with a world map, create word processor reports, export data to MS Access and comma-delimited files, copy, paste and export data and graph data to Excel."; 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 = ''; } }