var fDesc=new Array(); fDesc[0] = "Bluestreak Desktop is a compact window that works alongside any Autodesk or other desktop application so you can stay connected to your distributed AEC project team with real-time communication and automated application notifications. Bluestreak Desktop captures informal team communication in a design stream so team members in any location can quickly resolve open issues and make informed decisions."; 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 = ''; } }