var fDesc=new Array(); fDesc[0] = "Synchronization synchronizes folders by a simple click of a button - contacts, appointments, tasks, emails, journal entries and all other kinds of Outlook objects including user defined forms allow you to work offline with shared data.
The software runs under any version of Windows 95 to Windows 7 and with Outlook 95 to 2007."; 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 = ''; } }