var fDesc=new Array(); fDesc[0] = "InfoMaker is an easy-to-use interface to help generate informative, decision-ready reports. You don't need to know the database language to understand how to access your data. Templates for instant report layout, seamless connectivity to databases, and point-and-click query construction put you quickly in touch with the information you need. Corporate data becomes clearer, more readily available, and more visual than ever before. InfoMaker is the fast, intuitive way to make information make sense."; 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 = ''; } }