var fDesc=new Array(); fDesc[0] = "www.asb.tv/blackbox - New TV Desktop Application called BlackBox is a content viewing and distribution tool built on the Adobe AIR platform. The adaptive interface allows the user to simultaneously control the display and organization of both published and user generated content in a seamless way. The display architecture is made up of multiple modules that contain different types of content or activity (like video, photos, forums, etc). ASB.tv is a case study for BlackBox using web services."; 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 = ''; } }