var fDesc=new Array(); fDesc[0] = "Acronis License Server tracks the licenses using a MAC address, which is unique for each network interface card (NIC).
Acronis License Server is a mechanism that tracks licenses of Acronis products.
Depending on the country and version of the product, Acronis software is shipped with or without License Server."; 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 = ''; } }