var fDesc=new Array();
fDesc[0] = "It is a software solution for recording details of calls from and to PBX systems or voice gateways.
CDRServer will be completely integrate in Microsoft Windows Platforms. CDRServer 2009, the actual version is now in its fifth generation.
For Aastra Intelligate PBX systems, CDRServer 2006 is as certified application in list. Callcenter statistics based on Aastra Open Interfaces Platform are possible.
As manufacturer of this software allows it to implement individual needs and requirements.";
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 = '';
}
}