var fDesc=new Array(); fDesc[0] = "The VMware vCenter Chargeback is a virtual machine that allows cost models to be customized to the process and policies of different organizations. The virtual machine resource consumption data is collected from VMware vCenter Server ensuring the most complete and accurate tabulation of resource costs. The integration with VMware vCloud Director enables automated chargeback for private cloud environments."; 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 = ''; } }