var fDesc=new Array(); fDesc[0] = "VMware Mirage is used to centrally manage VMWare systems of your clients/employees. They install the operating system and the Mirage program inside VMWare. All the files are then compared and synced to your Server system. When a user makes some changes, such as installing a new program, the data are synced with the server. If all the users have the same data, a single copy is present in the server. This reduces disk usage and improves the speed."; 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 = ''; } }