var fDesc=new Array();
fDesc[0] = "MRES is EMS CAD Software for Medical Transportation Companies is a software that makes life easier for all-center operators, this software has an advanced but simple interface with a nice variety of options and help toolsBring a professional environment to your Communication Center.
Easy to train and user friendly software.
Reports will help your business become a more effective operation.
No more stressed dispatchers.";
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 = '';
}
}