var fDesc=new Array(); fDesc[0] = "AriadneOrganizer is a fast and powerfull Personal Information manager (PIM) for Windows. It includes outliner, calendar and set of objects to store different kind of information from notes to images, bookmarks and tables. Ariadne Organizer is distributed as single executable file that contains install/uninstall, configuration files, binary, sample data and user manual. Simply download and run installation file. Ariadne is backward compatible to the previous commercial version of the program. Non of your existing Ariadne data should be affected during upgrade procedure but we strongly recommend you to backup data before proceeding with upgrade."; 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 = ''; } }