var fDesc=new Array(); fDesc[0] = "Calendar Sync is an open source utility to synchronize multiple mapping of Outlook to Google calendar, Google to Outlook calendar and bidirectional with New Sync Engine. You can create multiple profiles to sync multiple calendars. Calendar Sync is compatible with Outlook 2007, 2010 and 2013."; 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 = ''; } }