var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out.";
fDesc[3] = "and Cyrillic alphabet tables, and some other things. This application is designed to help us create all types of reminders: to-do lists, anniversaries, special events, appointments, quick memos, meetings, and so on.";
fDesc[4] = "anyone who wants to put to rights his/her business. You work with this program like with usual organizer, where you can find calendar, to do list, address book, information about data and anniversaries, annual plan of activity, and notepad.";
fDesc[5] = "the credit of being punctual. Make your lifestyle convenient with this useful tool that will make you punctual. This amazing application will synchronize you desktop with all the important notes you have fed online so that you are reminded of important events wherever you are.";
fDesc[6] = "with other CallBurner users free of charge. This amazing plug-in provides you with high quality recording. It also enables you to record each side of the call to a separate file.";
fDesc[7] = "similar multi-speaker forums. This incredible application has the ability to record up to 32 separate audio channel inputs to a single audio file in the dct format or to multiple files for each channel in mp3, wav or dct file formats.";
fDesc[8] = ", vacations etc. This is a handy tool with lots of built-in features which comes in handy. One can have a view of all the events in a daily, weekly and monthly basis, yearly overview is also supported.";
fDesc[9] = "well as improve your written skills and your performance in those all important meetings. The cheapest and most comfortable way to learn communicating.";
fDesc[10] = ", appointments, etc. Like the real sticky notes, this program provides us with yellow color digital notes to write quick reminders of tasks we must not forget doing, like meetings, phone numbers, phone calls, goods to buy, or anything that comes to our mind.";
fDesc[11] = "cyclic alarms, reminders for birthdays or other important dates, and post it or \"sticky notes\" to remember small information pieces (like a phone number or email address).";
fDesc[12] = "agenda, no record of what's being discussed and nobody seems to be accountable? Ever stopped to consider how much these meetings are costing you?";
fDesc[13] = "track membership, visitors, activities, equipping, pastoral care, meetings, library items, and contributions.";
fDesc[15] = "and resources such as conference rooms. The main feature is to simplify the process of meeting invitation in Outlook and user and resourse selection.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}