var fDesc=new Array(); fDesc[0] = "Scribble-It is an easy to use program to manage your ideas and thoughts, formerly known as Post-it® Notes. In other words it is the perfect replacement of the classic yellow note on your desktop.
You can add text messages to your working space. With Scribble-It you will never forget the most important meetings, ideas and thoughts."; 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 = ''; } }