var fDesc=new Array(); fDesc[0] = "Activity Manager Pro is designed to meet the specific needs of activity desks and tour resellers. It has the added ability to manage multiple locations as well as an optional feature which allows built-in credit card processing.

Features:

-Cross platform, networkable, & Internet aware
-Create vouchered and/or referred reservations with or without pre-collected commissions
-Set an unlimited number of vendors and activities
-Set commission rates at activity level
-Pre-set activity check-in times to reduce errors
-Pre-set check-in locations and special instructions
-Set transaction type (voucher or referral) at vendor level to reduce errors
-Set non commission-able items at vendor level
-Audit log to track changes to reservations
-Virtually unlimited reporting
-Agent commission reporting
-Basic accounting
-Track vendor receivables and payables
-Agent commission/payables reporting"; 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 = ''; } }