var fDesc=new Array(); fDesc[0] = "The 123PPT Music & SoundFX Studio™ for PowerPoint provides users of Microsoft PowerPoint 2000, 2002, 2003, 2007 and the latest Office PowerPoint 2010 with complete control over their presentation music and audio. With new tools, features and functionality, you can now create playlists, add music, control volume, loop, shuffle, crossfade and pan, as well as add and synchronize sound effects to your PowerPoint presentations."; 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 = ''; } }