var fDesc=new Array(); fDesc[0] = "The Social Media Response solution helps to organize the process of response for interactions occuring in social media. The Social Media Response solution provides the means to respond to social media mentions quickly and professionally.

This solution extends ConceptDraw PRO v9 and ConceptDraw MINDMAP v7 software with the ability to draw interactive flow charts with action mind map templates, to help create an effective response to applicable social media mentions."; 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 = ''; } }