var fDesc=new Array(); fDesc[0] = "Efficient Reminder is a professional, cross-platform and easy-to-use software program which designed for managing date, meeting, events. With its help, you will be able to catch up with your meetings, amaze your girl when dating her, pay each month's bills in time and prepare for your mom's or friends' birthday in time. It also can remind you before an important holiday. It supports over 30 languages and has been sold to more than 100 countries. So, believe your choice! Your life will be more wonderful with Efficient Reminder."; 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 = ''; } }