var fDesc=new Array(); fDesc[0] = "Thoughtograph is simple, effective and rewarding to use.

A Thot is a Thoughtograph document, it is a visual representation of your thoughts taking shape.

For those familiar with mind mapping, spider diagrams and concept mapping the interface will feel familiar and intuitive.

For those new to laying out their thoughts visually it will liberate you from trying to replicate your thoughts and study notes in the constraints of a linear format"; 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 = ''; } }