var fDesc=new Array(); fDesc[0] = "SyncExpress is a synchronization plug-in for Windows Mobile devices, designed to synchronize e-mail messages, contacts and calendar with a Windows Mobile Standard or Professional device. This tool synchronizes Address Book or Windows Contacts with Windows Mobile Contacts, synchronizes Outlook Express or Windows Mail Inbox with Windows Mobile Messaging, synchronizes Windows Calendar with Windows Mobile Calendar and Tasks, store messages in a separate account- you can synchronize Outlook with a PC and Outlook Express / Windows Mail with a second PC."; 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 = ''; } }