var fDesc=new Array(); fDesc[0] = "A powerful tool featuring a database and a scheduler, the program is a must-have for tour operators. A comprehensive solution, the program allows creating the database of tourists and storing any information on them. No complicated forms to fill out, no restrictions on the format.

Handy features and user-friendly interface make the program essential for business management. It is absolutely essential for tour operators and travel agents, as it provides them with a tool to organize the business and to manage it effectively. A built-in scheduler allows managing the appointments and using your working hours in the most efficient way. You can also drag and drop the objects to appropriate time slots; it makes setting appointments extremely easy and convenient. Not only will the scheduler remind you of the appointment, but also it will show you all the essential information on the object the client is interested in."; 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 = ''; } }