var fDesc=new Array(); fDesc[0] = "chart-me is a program which allows you to create business charts, quite simply, using Excel. chart-me cannot replace your know-how as a controller or manager. When creating each chart-me graphic, you will know which figures need to be visualised. Then, it is simply a case of using chart-me to create appropriate diagrams."; 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 = ''; } }