var fDesc=new Array(); fDesc[0] = "Wunderlist for Outlook allows you to sync your Wunderlist to-dos as Outlook tasks. You can quickly add new to-dos from emails to your Wunderlist inbox. Just highlight the relevant parts and create a new to-do - with or without attachments. Outlook notifies you on upcoming Wunderlist to-dos. You can use the Outlook calendar to view your to-dos and meetings side by side."; 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 = ''; } }