var fDesc=new Array(); fDesc[0] = "The only way to create Shockwave content in multiplayer games, chat, and group presentations is with the Shockwave Multiuser Server. With the Shockwave Multiuser Server, you can easily create rich-media multiplayer games and entertaining Shockwave content or collaborate with partners worldwide through shared whiteboard and business chat applications."; 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 = ''; } }