var fDesc=new Array();
fDesc[0] = "The transportation companies have to invest in innovative and intelligent systems. Using the newest technologies give the transportation companies a possibility to offer controlled stock stream in internal and international transportation. With the specialized business management solution the company can reduce costs, increase profit of the transporter or freight forwarder.
Rtrans is a software product, developed by Lyra Software team in order to optimize the transportation activities in a way to respond to the current business reality. The system has been developed with the latest technologies and gives the users the opportunity to work with the newest software applications which make their work faster and more effective.
RTrans is integrated solution, covering the entire transportation and forwarding business activities in a transportation company, using unified database for analysis, planning and financial budgeting. Rtrans follows and represents the main business processes referring to the transportation services.";
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 = '';
}
}