var fDesc=new Array(); fDesc[0] = "My Spiral Notebook will let you keep your notes like you would do with a paper notebook. It is indexed so that you can separate the notes by subject, or anything else you want.

The great thing is, it lets you work the way you are used to, without getting in your way.

Anyone who uses My Spiral Notebook , from your office staff to your kids, will find it reliable and easy to 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 = ''; } }