var fDesc=new Array(); fDesc[0] = "With the new software Simply Stickies you can create sticky notes on your desktop. Change their color and font. Have them automatically start with the computer.

All notes are automatically saved. New sticky notes are created from an icon located in the icon tray next to the computer's clock."; 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 = ''; } }