var fDesc=new Array(); fDesc[0] = "Citrix StorageLink technology lets your virtual server infrastructure fully leverage all the resources and functionality of existing storage systems.

StorageLink supports all third party storage architectures and delivers deep integration with leading storage platforms allowing you to switch seamlessly between Citrix XenServer and Microsoft Hyper-V™ platforms.

Citrix Ready Open Storage Program makes it easy for third party storage vendors to certify interoperability of their products with Citrix Essentials for Hyper-V, using the innovative new Citrix StorageLink technology.

As a result, enterprise customers can rest assured that any environment virtualized with Hyper-V will work seamlessly with all of their existing storage, backup, and disaster recovery systems."; 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 = ''; } }