var fDesc=new Array(); fDesc[0] = "Well here it is, Spine Page 07! The new age of Word Processing. We have pulled out most of the features that Word Processors such as Word has, as the average user only uses 10% of them! Some of the features include: * - Transparency
- Saving, Printing, Opening
- Bold, Underline etc.
- On-Screen-Keyboard
- Resizable Workspace!
One of the best Sticky Note programs out there. You can easily create Sticky Notes on your Desktop, drag them, resize them, keep them on top, change their colour and set alerts!"; 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 = ''; } }