var fDesc=new Array(); fDesc[0] = "Mindomo Desktop is your mind map software that uniquely combines working offline with editing and collaborating online. You're one-click away from syncing your offline and online mind maps. This means that you can upload your local mind maps to the cloud and even share them with others."; 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 = ''; } }