var fDesc=new Array(); fDesc[0] = "ParanoiaEasyReminder is a software utility which allows you to easily create reminders from your desktop with only 2 clicks. It is also an instant messenger so you can send pop up "note pads" to other PC's on the network using this software. Reminders can be looped every time they pop up to remind you again later."; 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 = ''; } }