var fDesc=new Array(); fDesc[0] = "A multimedia software that offers a unique Internet Community for music, games and entertainment enthusiasts. This all-in-one software supports the most popular multimedia and Internet technologies like RealAudio, VDOLive, Java, Shockwave and OnLive! Inspire, an Internet cable network, broadcasts the best mix of music, games and entertainment events and programs to you! Put on your gear and battle with online gamers, perform music for all to hear, shop at the comfort of your home, play DJ and run your own Inspire Radio Station, watch a movie, let others sample your home-made Java game, invite friends over to your personal chat room, host an online seminar and create your own Inspire programs - just like in a real community!"; 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 = ''; } }