var fDesc=new Array(); fDesc[0] = "Scratchboard is a time-saving organizer that is designed to provide rapid access to your important information. Data is arranged in a "tree" structure, just like a hard drive. Text can be entered into each branch of the tree, and copied to the clipboard with a simple double-click. This makes Scratchboard perfect for quickly filling out forms. In addition to an arsenal of text editing tools, Scratchboard supports global search and replace, bookmarking, macros, spell checking, encryption, password protection, a skinnable interface, and much more. It's time to stop using scraps of paper. It's time to get organized with Scratchboard!"; 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 = ''; } }