var fDesc=new Array(); fDesc[0] = "VORG Team - Organizer Software designed for Teams. It provides a collaborative solution for Task Management, Contact Management, Todo Lists, Calendars, Reminders, Notes and Documents.

Other features:
- Task Management optimized for multiuser and networked environments;
- The streamlined user interface makes it a snap organize and search contact information, task or notes;
- Import and Synchronize your contacs, appointments and tasks with Outlook and Outlook Express;
- Customizable Reports;
- Intuitive representation for Calendars and Tasks;
- Grouping of records in Folders and Virtual Folders;
- Reminders for Appointments and Tasks;
- Portabiltiy - take your records with on USB Drives and Memory Cards
- Network capabilities;
- Support for Multiple Users and Unlimited Databases;
- Integrated Role Based Security;
- Enabled for MSAccess, MSDE, MSSQL Server and MySQL databases;
- Cross-Database Synchronization;
- Work Offline using Briefcases;
- Available in many languages including Spanish, German, French, Italian and Romanian."; 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 = ''; } }