var fDesc=new Array(); fDesc[0] = "DropMind™ is intuitive and creative mind mapping tool that helps you think, manage and share your information and ideas. Visualizing thoughts and information and presenting them in a manageable format can help you set your priorities easily, organize your daily work effectively, and make smarter decisions faster.

DropMind™ helps you plan and manage your tasks more professionally and save valuable time and money. You can improve your business communication, connect with anyone and create an efficient business atmosphere.

Creating a workspace for sharing ideas and information will help you become more productive, use your time more efficiently and increase the team's productivity. Sharing thoughts in an online workspace can greatly speed up work flow and enhance daily employee contribution. With DropMind™ is easy to keep meetings organized and moving forward."; 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 = ''; } }