var fDesc=new Array(); fDesc[0] = "StickyNote lets you create beautiful photo-realistic 3D notes on your virtual desktop. You can send notes instantly to friends over the Internet or your network, and can organize your notes into categories and synchronize them with your Palm and Outlook.
You can use whatever colors and fonts you choose, and even change the texture of your notes to things like construction paper or silk. You can send notes instantly to friends over the Internet or your network. Notes pop up instantly on the destination computer. StickyNote makes it easy for you to organize your notes. Its Manager lets you put notes into folders and manage them in groups. Finally, you can synchronize StickyNote with your Palm handheld, with Microsoft Outlook and with other PDAs. Your notes can be with you wherever you go."; 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 = ''; } }