var fDesc=new Array(); fDesc[0] = "ConceptDraw MINDMAP helps you create educational materials and then present the prepared content to students using a Skype conference call to deliver content. The eLearning for Skype solution works great with other ConceptDraw Solution Park plugins such as Word Exchange, Presentation Exchange, and Mind Map Exchange. eLearning for Skype is not supported in newer versions of Skype. The API used to communicate between users of ConceptDraw MINDMAP has been discontinued by Skype."; 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 = ''; } }