var fDesc=new Array(); fDesc[0] = "Post-it Digital Notes - Helps users remind, communicate & organize on a computer just like they can with paper Post-it Notes. They're easy, intuitive, and packed with features to get you organized. You can make lists and reminders, color code notes, sort them by category, group them in memoboards (folders), and set alarms to remind yourself of projects and appointments. You can Send Notes via Email, LAN, or MAPI to individual or multiple contacts concurrently; the Send Notes feature is compatible with multiple mail servers and protected with UserID & Password encryption."; 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 = ''; } }