var fDesc=new Array(); fDesc[0] = "A comprehensive solution, the program allows creating the database and events planned. It is absolutely essential for coaches, fitness instructors, aerobics instructors, group exercise instructors, fitness coordinators, scuba diving instructors, trainers and team leaders, as it provides them with a tool to organize the business and to manage it effectively.

The program gives you a customizable Date Navigator and comprehensive reminder. It’s highly flexible, allows changing time intervals, creating numerous profiles and viewing multiple schedules at a time. For those people, who work in Microsoft Outlook, it’s possible to export data."; 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 = ''; } }