var fDesc=new Array(); fDesc[0] = "Remind Mi Calendar is a simple yet incredibly powerful and versatile program that can be used to set reminders and schedule tasks. Remind Mi Calendar's interface is simple and sleek which makes it easy to view reminders for any given day. Remind Mi Calendar is non-invasive, and sits quietly in and out of your way until needed."; 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 = ''; } }