var fDesc=new Array(); fDesc[0] = "The Worksheet Database does the things you wish your spreadsheet could do. It takes, literally, five minutes to design and start using a custom worksheet with absolutely no technical skills needed at all.

Stop using your spreadsheet program today. Create new worksheets in minutes. Alternatively, you can use templates from the included Template Library to draw ideas, re-format, or combine into new worksheets that are uniquely yours. Feel free to use and modify all worksheets for your own personal use."; 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 = ''; } }