var fDesc=new Array(); fDesc[0] = "This is a Software Product that runs in a CallShop, where people step in make calls and pay the cashier on their way out.

CallShop Software is a User Friendly Windows based application that provides an Automated Solution for Callshop Management and the ability to utilize VoIP [Voice Over IP] by using On Premises VoIP Termination Gateways to make calls to Landline Phones, SIM Boxes to make calls to Cell Phones, and Multiple 3rd Party VoIP Terminators to make International Calls. All this with a Specialized LCR [Least Cost Routing] feature to make sure that each and every one of the calls is routed to the best option in order to save on call costs and maximize profit."; 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 = ''; } }