var fDesc=new Array(); fDesc[0] = "Trend Link makes it easy for you to get the data that you need and format it the way you want. It's easy to select the tags you want to view in your chart. Trend Link lets you select a server (on your local or on a remote computer), then allows you to browse through the tags to select the ones you want to view. You can even add multiple tags at once."; 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 = ''; } }