var fDesc=new Array(); fDesc[0] = "InTransit free base system is exactly that, you can download a copy and use it forever without any cost. We will never hassle you to purchace additional functionality and there are no adverts in the software. For more information on our solutions, select your area of speciality from our solutions list above.

To add additional functionality you can purchase optional modules using a “Pay as You Go” system similar to mobile phones. Select the extras you require for an inexpensive monthly fee and receive free updates for life, so you never need to buy another software package again. If you no longer need one or all of the modules you use, turn it off and pay nothing, no contract, no time limits and just use the free version. For more information on our modules, select an item from the Pay as You Go list above."; 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 = ''; } }