var fDesc=new Array(); fDesc[0] = "This application provides Excel, Access, Visual Studio, and Crystal Reports users with read-only access to business data and architectural, engineering, construction, and operations information embedded within i-models by enabling Windows 7 ODBC capabilities. With the ability to access this information, users can easily view, analyze and report on object information and business properties using familiar tools."; 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 = ''; } }