var fDesc=new Array(); fDesc[0] = "Wimba Create is an add-in to Microsoft Word that allows you to leverage your existing content, or create new content in a familiar publishing environment. Wimba Create makes it easy to create content in Word that can then be exported in multiple formats, all while maintaining the simplicity of being able to edit and add content in a program you already know."; 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 = ''; } }