var fDesc=new Array(); fDesc[0] = "MAX Companion 2010 is a cross-platform, multiscreen social application designed to help you navigate the conference.
Built with the Adobe Flash Platform, MAX Companion is available as an AIR desktop application or as an Android mobile application.
MAX Companion features:
-MAX agenda
-Detailed session information
-Speaker list
-Your personal MAX schedule
-Maps for all the MAX 2010 venues
-Updated news about MAX sessions and social events
-MAX information (ATM, wireless, shuttle schedule, and more)"; 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 = ''; } }