var fDesc=new Array(); fDesc[0] = "GO Contact Sync Mod is an open source tool to synchronize your Microsoft Outlook contacts with Google Mail. With this tool you do not need to enter your contact details more than once, always have the latest version everywhere: in Outlook and in Google. Contact categories are supported, as well as contact photos to make your contacts look exactly the same."; 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 = ''; } }