var fDesc=new Array(); fDesc[0] = "SimpleMind Desktop is a great Mind Mapper with focus on simplicity and ease of use.

Main features:
- Free lay-out to organize your ideas exactly how you want it.
- Move Topics including Child Topics.
- Word wrap tool to adjust topic width.
- Add Images or Photos to Topics (embed, link to source, upload to cloud).
- Supports play back of recordings made with iPad/iPhone."; 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 = ''; } }